rpms/afraid-dyndns/F-12 afraid-dyndns.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

erick calder ekkis at fedoraproject.org
Thu Oct 1 21:23:43 UTC 2009


Author: ekkis

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

Modified Files:
	.cvsignore sources 
Added Files:
	afraid-dyndns.spec import.log 
Log Message:
Thu Oct 1 2009 Erick Calder <rpm at arix.com>




--- 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


--- NEW FILE import.log ---
afraid-dyndns-1_0-2_fc11:F-12:afraid-dyndns-1.0-2.fc11.src.rpm:1254432212


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/afraid-dyndns/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Sep 2009 23:49:25 -0000	1.1
+++ .cvsignore	1 Oct 2009 21:23:43 -0000	1.2
@@ -0,0 +1 @@
+afraid-dyndns-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/afraid-dyndns/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Sep 2009 23:49:26 -0000	1.1
+++ sources	1 Oct 2009 21:23:43 -0000	1.2
@@ -0,0 +1 @@
+b57fe13f683f36b7daa5b035437370a9  afraid-dyndns-1.0.tar.gz




More information about the fedora-extras-commits mailing list