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

erick calder ekkis at fedoraproject.org
Fri Oct 16 01:30:55 UTC 2009


Author: ekkis

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

Modified Files:
	.cvsignore afraid-dyndns.spec import.log sources 
Added Files:
	afraid-dyndns.F10.patch 
Log Message:
modified for OSX support


afraid-dyndns.F10.patch:
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE afraid-dyndns.F10.patch ---
Index: Makefile
===================================================================
--- Makefile	(revision 2470)
+++ Makefile	(revision 2471)
@@ -1,6 +1,6 @@
 install:
 	install -Dpm 0755 afraid-dyndns ${DESTDIR}/usr/bin/afraid-dyndns
-	install -DCm 0644 cron ${DESTDIR}/etc/cron.d/afraid-dyndns
-	install -DCm 0644 conf ${DESTDIR}/etc/afraid-dyndns.conf
+	install -Dpm 0644 cron ${DESTDIR}/etc/cron.d/afraid-dyndns
+	install -Dpm 0644 conf ${DESTDIR}/etc/afraid-dyndns.conf
 	install -dpm 0755 ${DESTDIR}/var/cache/afraid-dyndns
 	touch ${DESTDIR}/var/cache/afraid-dyndns/IP


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


Index: afraid-dyndns.spec
===================================================================
RCS file: /cvs/pkgs/rpms/afraid-dyndns/F-12/afraid-dyndns.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- afraid-dyndns.spec	1 Oct 2009 21:23:43 -0000	1.1
+++ afraid-dyndns.spec	16 Oct 2009 01:30:54 -0000	1.2
@@ -1,11 +1,12 @@
 Name:      afraid-dyndns
-Version:   1.0
-Release:   2%{?dist}
+Version:   1.1
+Release:   1%{?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
+Source0:   ftp://arix.com/afraid-dyndns-%{version}.tar.gz
+Patch:    %{name}.F10.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 
@@ -17,12 +18,15 @@ DNS entries of all the domains of the gi
 
 %prep
 %setup -q
+%if 0%{?fedora} <= 10
+%patch -p0 -b .orig
+%endif
 
 %build
 
 %install
 rm -rf %{buildroot}
-%{__make} DESTDIR=%{buildroot} install
+./install %{buildroot}
 
 %clean
 rm -rf %{buildroot}
@@ -37,6 +41,18 @@ rm -rf %{buildroot}
 %ghost %{_localstatedir}/cache/afraid-dyndns/IP
 
 %changelog
+* Thu Oct 15 2009 Erick Calder <rpm at arix.com> - 1.1-1
+- modifications for OSX support
+
+* Sat Oct 03 2009 Erick Calder <rpm at arix.com> - 1.0-5
+- fix to application of patch, which breaks with the error 'missing header for unified diff at line 5 of patch
+
+* Sat Oct 03 2009 Erick Calder <rpm at arix.com> - 1.0-4
+- fixed broken reference to patch
+
+* 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
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/afraid-dyndns/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	1 Oct 2009 21:23:43 -0000	1.1
+++ import.log	16 Oct 2009 01:30:54 -0000	1.2
@@ -1 +1,2 @@
 afraid-dyndns-1_0-2_fc11:F-12:afraid-dyndns-1.0-2.fc11.src.rpm:1254432212
+afraid-dyndns-1_1-1_fc11:F-12:afraid-dyndns-1.1-1.fc11.src.rpm:1255656606


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/afraid-dyndns/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	1 Oct 2009 21:23:43 -0000	1.2
+++ sources	16 Oct 2009 01:30:54 -0000	1.3
@@ -1 +1 @@
-b57fe13f683f36b7daa5b035437370a9  afraid-dyndns-1.0.tar.gz
+38ca9be1d2ab409fe472524df53c8806  afraid-dyndns-1.1.tar.gz




More information about the scm-commits mailing list