rpms/git/EL-4 git.spec,1.27,1.28

James Bowes (jbowes) fedora-extras-commits at redhat.com
Mon Jul 23 20:36:34 UTC 2007


Author: jbowes

Update of /cvs/extras/rpms/git/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10232

Modified Files:
	git.spec 
Log Message:
Also clear out the files that were installed


Index: git.spec
===================================================================
RCS file: /cvs/extras/rpms/git/EL-4/git.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- git.spec	23 Jul 2007 20:29:53 -0000	1.27
+++ git.spec	23 Jul 2007 20:36:01 -0000	1.28
@@ -91,7 +91,10 @@
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';'
 
-(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk|git-gui|git-citool" | sed -e s@^$RPM_BUILD_ROOT@@)               > bin-man-doc-files
+# Remove the git-arch bits
+find $RPM_BUILD_ROOT -type f -name 'git-archimport*' -exec rm -f {} ';'
+
+(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "svn|cvs|email|gitk|git-gui|git-citool" | sed -e s@^$RPM_BUILD_ROOT@@)               > bin-man-doc-files
 (find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files
 %if %{!?_without_docs:1}0
 (find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk|git-gui|git-citool" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files




More information about the scm-commits mailing list