rpms/perl-Crypt-Blowfish/devel perl-Crypt-Blowfish.spec,1.2,1.3

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Jul 14 19:31:32 UTC 2005


Author: ixs

Update of /cvs/extras/rpms/perl-Crypt-Blowfish/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16332/devel

Modified Files:
	perl-Crypt-Blowfish.spec 
Log Message:
quotefix and correct build order



Index: perl-Crypt-Blowfish.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-Blowfish/devel/perl-Crypt-Blowfish.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Crypt-Blowfish.spec	14 Jul 2005 19:07:06 -0000	1.2
+++ perl-Crypt-Blowfish.spec	14 Jul 2005 19:31:30 -0000	1.3
@@ -27,7 +27,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name "*.bs" -a -size 0 -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*




More information about the scm-commits mailing list