Blame afraid-dyndns.spec

f75c01d
Name:      afraid-dyndns
f75c01d
Version:   1.0
f75c01d
Release:   2%{?dist}
f75c01d
Summary:   A dynamic DNS client for the free service afraid.org
f75c01d
Group:     System Environment/Daemons
f75c01d
License:   GPLv3+
f75c01d
URL:       http://perl.arix.com
f75c01d
Source0:   ftp://arix.com/afraid-dyndns-1.0.tar.gz
f75c01d
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
f75c01d
BuildArch: noarch
f75c01d
f75c01d
%description
f75c01d
This utility implements a client for the free afraid.org dynamic DNS
f75c01d
service. A cron job is set up to check whether the external IP address
f75c01d
has changed, and when it does, connects to afraid.org and updates the
f75c01d
DNS entries of all the domains of the given account.
f75c01d
f75c01d
%prep
f75c01d
%setup -q
f75c01d
f75c01d
%build
f75c01d
f75c01d
%install
f75c01d
rm -rf %{buildroot}
f75c01d
%{__make} DESTDIR=%{buildroot} install
f75c01d
f75c01d
%clean
f75c01d
rm -rf %{buildroot}
f75c01d
f75c01d
%files
f75c01d
%defattr(-,root,root,-)
f75c01d
%doc README LICENSE
f75c01d
%{_bindir}/*
f75c01d
%config(noreplace) %{_sysconfdir}/afraid-dyndns.conf
f75c01d
%config(noreplace) %{_sysconfdir}/cron.d/afraid-dyndns
f75c01d
%dir %{_localstatedir}/cache/afraid-dyndns
f75c01d
%ghost %{_localstatedir}/cache/afraid-dyndns/IP
f75c01d
f75c01d
%changelog
f75c01d
* Sun Sep 27 2009 Erick Calder <rpm@arix.com> - 1.0-2
f75c01d
- tarball extension changed
f75c01d
f75c01d
* Sat Sep 12 2009 Erick Calder <rpm@arix.com> - 1.0-1
f75c01d
- Initial build