rpms/afraid-dyndns afraid-dyndns.spec,NONE,1.1

erick calder ekkis at fedoraproject.org
Sat Oct 3 23:33:56 UTC 2009


Author: ekkis

Update of /cvs/pkgs/rpms/afraid-dyndns
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17309

Added Files:
	afraid-dyndns.spec 
Log Message:
adding to CVS as per: https://bugzilla.redhat.com/show_bug.cgi?id=522988#c36



--- NEW FILE afraid-dyndns.spec ---
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 at arix.com> - 1.0-2
- tarball extension changed

* Sat Sep 12 2009 Erick Calder <rpm at arix.com> - 1.0-1
- Initial build




More information about the fedora-extras-commits mailing list