rpms/fdupes/F-8 fdupes-1.40-destdir.patch, 1.2, 1.3 fdupes.spec, 1.8, 1.9 fdupes-1.40-makefile.patch, 1.1, NONE

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Thu Jan 24 18:47:51 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/fdupes/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1568

Modified Files:
	fdupes.spec 
Added Files:
	fdupes-1.40-destdir.patch 
Removed Files:
	fdupes-1.40-makefile.patch 
Log Message:
Fixed Spec in F-8.
 
 Modified Files:
 	fdupes.spec 
 Added Files:
 	fdupes-1.40-destdir.patch 
 Removed Files:
 	fdupes-1.40-makefile.patch 


fdupes-1.40-destdir.patch:

Index: fdupes-1.40-destdir.patch
===================================================================
RCS file: fdupes-1.40-destdir.patch
diff -N fdupes-1.40-destdir.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ fdupes-1.40-destdir.patch	24 Jan 2008 18:47:43 -0000	1.3
@@ -0,0 +1,20 @@
+diff -urNp fdupes-1.40.orig/Makefile fdupes-1.40/Makefile
+--- fdupes-1.40.orig/Makefile	2001-03-15 08:19:11.000000000 +0530
++++ fdupes-1.40/Makefile	2007-12-27 22:49:29.000000000 +0530
+@@ -1,3 +1,5 @@
++DESTDIR =
++
+ #
+ # INSTALLDIR indicates directory where program is to be installed. 
+ # Suggested values are "/usr/local/bin" or "/usr/bin".
+@@ -38,8 +40,8 @@ fdupes: fdupes.c md5/md5.c	
+ 	gcc fdupes.c md5/md5.c -Wall -o fdupes -DVERSION=\"$(VERSION)\" $(EXTERNAL_MD5) $(EXPERIMENTAL_RBTREE)
+ 
+ install: fdupes
+-	cp fdupes $(INSTALLDIR)
+-	cp fdupes.1 $(MANPAGEDIR)/man1
++	cp -p fdupes $(DESTDIR)$(INSTALLDIR)
++	cp -p fdupes.1 $(DESTDIR)$(MANPAGEDIR)/man1
+ 
+ tarball: clean
+ 	tar --directory=.. -c -z -v -f ../fdupes-$(VERSION).tar.gz fdupes-$(VERSION)


Index: fdupes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fdupes/F-8/fdupes.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fdupes.spec	27 Dec 2007 17:41:28 -0000	1.8
+++ fdupes.spec	24 Jan 2008 18:47:43 -0000	1.9
@@ -7,7 +7,7 @@
 URL:		http://netdial.caribe.net/~adrian2/fdupes.html
 Source0:	http://netdial.caribe.net/~adrian2/programs/%{name}-%{version}.tar.gz
 
-Patch0:		%{name}-%{version}-makefile.patch
+Patch0:		%{name}-%{version}-destdir.patch
 Patch1:		%{name}-%{version}-string.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)


--- fdupes-1.40-makefile.patch DELETED ---




More information about the fedora-extras-commits mailing list