- Fix order of arguments to find(1).
- Drop version from perl build dependency.
This commit is contained in:
parent
112f7e2dd3
commit
9cd9b3fbd5
@ -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 @@ Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{ve
|
||||
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 @@ make %{?_smp_mflags}
|
||||
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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user