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

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


Author: ixs

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

Modified Files:
	perl-Crypt-Blowfish.spec 
Log Message:
Quotingfix



Index: perl-Crypt-Blowfish.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-Blowfish/devel/perl-Crypt-Blowfish.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Crypt-Blowfish.spec	14 Jul 2005 18:49:02 -0000	1.1
+++ perl-Crypt-Blowfish.spec	14 Jul 2005 19:07:06 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: XS Blowfish implementation for Perl
 Name: perl-Crypt-Blowfish
 Version: 2.09
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Distributable
 Group: Development/Libraries
 URL: http://search.cpan.org/dist/Crypt-Blowfish/
@@ -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/*
@@ -46,6 +46,10 @@
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Jul 14 2005 Andreas Thienemann <andreas at bawue.net> - 2.09-2
+- Fixed find line to not shellexpand.
+
+
 * Thu Jul 14 2005 Andreas Thienemann <andreas at bawue.net> - 2.09-1
 - Initial package
 




More information about the fedora-extras-commits mailing list