diff options
| author | erick calder <ekkis@fedoraproject.org> | 2009-10-01 21:22:34 (GMT) |
|---|---|---|
| committer | erick calder <ekkis@fedoraproject.org> | 2009-10-01 21:22:34 (GMT) |
| commit | f0d946532411dfcc7a618398a48888d095f2933a (patch) | |
| tree | 8f3a157fb1d432d987e63fd2387739e8c262e581 | |
| parent | 26b0ee1a28b20de6ce9267e477ac916c02168f3a (diff) | |
| download | afraid-dyndns-f0d946532411dfcc7a618398a48888d095f2933a.zip afraid-dyndns-f0d946532411dfcc7a618398a48888d095f2933a.tar.gz afraid-dyndns-f0d946532411dfcc7a618398a48888d095f2933a.tar.bz2 | |
Thu Oct 1 2009 Erick Calder <rpm@arix.com>afraid-dyndns-1_0-2_fc10
| -rw-r--r-- | .cvsignore | 1 | ||||
| -rw-r--r-- | afraid-dyndns.spec | 44 | ||||
| -rw-r--r-- | import.log | 1 | ||||
| -rw-r--r-- | sources | 1 |
4 files changed, 47 insertions, 0 deletions
@@ -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 <rpm@arix.com> - 1.0-2 +- tarball extension changed + +* Sat Sep 12 2009 Erick Calder <rpm@arix.com> - 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 @@ -0,0 +1 @@ +b57fe13f683f36b7daa5b035437370a9 afraid-dyndns-1.0.tar.gz |
