From f0d946532411dfcc7a618398a48888d095f2933a Mon Sep 17 00:00:00 2001 From: erick calder Date: Oct 01 2009 21:22:34 +0000 Subject: Thu Oct 1 2009 Erick Calder --- diff --git a/.cvsignore b/.cvsignore index e69de29..da0d2fb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +afraid-dyndns-1.0.tar.gz diff --git a/afraid-dyndns.spec b/afraid-dyndns.spec new file mode 100644 index 0000000..9e02183 --- /dev/null +++ b/afraid-dyndns.spec @@ -0,0 +1,44 @@ +Name: afraid-dyndns +Version: 1.0 +Release: 2%{?dist} +Summary: A dynamic DNS client for the free service afraid.org +Group: System Environment/Daemons +License: GPLv3+ +URL: http://perl.arix.com +Source0: ftp://arix.com/afraid-dyndns-1.0.tar.gz +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +BuildArch: noarch + +%description +This utility implements a client for the free afraid.org dynamic DNS +service. A cron job is set up to check whether the external IP address +has changed, and when it does, connects to afraid.org and updates the +DNS entries of all the domains of the given account. + +%prep +%setup -q + +%build + +%install +rm -rf %{buildroot} +%{__make} DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc README LICENSE +%{_bindir}/* +%config(noreplace) %{_sysconfdir}/afraid-dyndns.conf +%config(noreplace) %{_sysconfdir}/cron.d/afraid-dyndns +%dir %{_localstatedir}/cache/afraid-dyndns +%ghost %{_localstatedir}/cache/afraid-dyndns/IP + +%changelog +* Sun Sep 27 2009 Erick Calder - 1.0-2 +- tarball extension changed + +* Sat Sep 12 2009 Erick Calder - 1.0-1 +- Initial build diff --git a/import.log b/import.log new file mode 100644 index 0000000..35213ff --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +afraid-dyndns-1_0-2_fc11:F-10:afraid-dyndns-1.0-2.fc11.src.rpm:1254432143 diff --git a/sources b/sources index e69de29..a9c3f17 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b57fe13f683f36b7daa5b035437370a9 afraid-dyndns-1.0.tar.gz