rpms/perl-String-ShellQuote/devel perl-String-ShellQuote.spec, 1.10, 1.11

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Aug 29 06:43:47 UTC 2006


Author: scop

Update of /cvs/extras/rpms/perl-String-ShellQuote/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24745

Modified Files:
	perl-String-ShellQuote.spec 
Log Message:
* Tue Aug 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.03-3
- Fix order of arguments to find(1).
- Drop version from perl build dependency.



Index: perl-String-ShellQuote.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/perl-String-ShellQuote.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-String-ShellQuote.spec	4 May 2005 13:33:47 -0000	1.10
+++ perl-String-ShellQuote.spec	29 Aug 2006 06:43:47 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           perl-String-ShellQuote
 Version:        1.03
-Release:        2
+Release:        3%{?dist}
 Summary:        Perl module for quoting strings for passing through the shell
 
 Group:          Development/Libraries
@@ -10,7 +10,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
+BuildRequires:  perl
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -32,11 +32,11 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
-%check || :
+%check
 make test
 
 
@@ -54,6 +54,10 @@
 
 
 %changelog
+* Tue Aug 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.03-3
+- Fix order of arguments to find(1).
+- Drop version from perl build dependency.
+
 * Wed May  4 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.03-2
 - 1.03.
 




More information about the fedora-extras-commits mailing list