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

erick calder ekkis at fedoraproject.org
Sat Oct 3 23:49:02 UTC 2009


Author: ekkis

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

Modified Files:
	afraid-dyndns.spec 
Log Message:
- added patch to fix problem with /install -C/ in Makefile for F10 where /install/ does not support it



Index: afraid-dyndns.spec
===================================================================
RCS file: /cvs/pkgs/rpms/afraid-dyndns/afraid-dyndns.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- afraid-dyndns.spec	3 Oct 2009 23:33:55 -0000	1.1
+++ afraid-dyndns.spec	3 Oct 2009 23:48:57 -0000	1.2
@@ -1,11 +1,12 @@
 Name:      afraid-dyndns
 Version:   1.0
-Release:   2%{?dist}
+Release:   3%{?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
+Patch:    %{name}.F10.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 
@@ -17,6 +18,9 @@ DNS entries of all the domains of the gi
 
 %prep
 %setup -q
+%if 0%{?fedora} <= 10
+%patch0 -p1 -b .orig
+%endif
 
 %build
 
@@ -37,6 +41,9 @@ rm -rf %{buildroot}
 %ghost %{_localstatedir}/cache/afraid-dyndns/IP
 
 %changelog
+* Sat Oct 03 2009 Erick Calder <rpm at arix.com> - 1.0-3
+- added patch to fix issue with Makefile for F10
+
 * Sun Sep 27 2009 Erick Calder <rpm at arix.com> - 1.0-2
 - tarball extension changed
 




More information about the fedora-extras-commits mailing list