rpms/perl-String-ShellQuote/EL-4 .cvsignore, 1.3, 1.4 perl-String-ShellQuote.spec, 1.7, 1.8 sources, 1.3, 1.4

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Apr 19 22:14:00 UTC 2007


Author: steve

Update of /cvs/extras/rpms/perl-String-ShellQuote/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5294

Modified Files:
	.cvsignore perl-String-ShellQuote.spec sources 
Log Message:
Sync with devel branch.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-String-ShellQuote/EL-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	10 Feb 2005 20:52:36 -0000	1.3
+++ .cvsignore	19 Apr 2007 22:13:26 -0000	1.4
@@ -1 +1 @@
-String-ShellQuote-1.02.tar.gz
+String-ShellQuote-1.03.tar.gz


Index: perl-String-ShellQuote.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-String-ShellQuote/EL-4/perl-String-ShellQuote.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-String-ShellQuote.spec	10 Feb 2005 20:52:36 -0000	1.7
+++ perl-String-ShellQuote.spec	19 Apr 2007 22:13:26 -0000	1.8
@@ -1,60 +1,68 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-String-ShellQuote
-Version:        1.02
-Release:        1
-Epoch:          0
+Version:        1.03
+Release:        4%{?dist}
 Summary:        Perl module for quoting strings for passing through the shell
-
-Group:          Development/Libraries
 License:        GPL or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/String-ShellQuote/
-Source0:        http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-1.02.tar.gz
+Source0:        http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-This module contains some functions which are useful for quoting
-strings which are going to pass through the shell or a shell-like
-object.
-
+This package contains a Perl module and a command line utility which
+are useful for quoting strings which are going to pass through the
+shell or a shell-like object.
 
 %prep
 %setup -q -n String-ShellQuote-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
 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 ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
 
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-%check || :
-make test
+%{_fixperms} $RPM_BUILD_ROOT/*
 
+%check
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
+%{_bindir}/shell-quote
 %{perl_vendorlib}/String
+%{_mandir}/man1/shell-quote.1*
 %{_mandir}/man3/String::ShellQuote.3*
 
-
 %changelog
+* Wed Apr 18 2007 Steven Pritchard <steve at kspei.com> 1.03-4
+- Reformat to match cpanspec output.
+- Use fixperms macro instead of our own chmod incantation.
+- BR ExtUtils::MakeMaker.
+
+* 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.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+- rebuilt
+
 * Thu Dec 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-8
 - Sync with fedora-rpmdevtools' Perl spec template to fix x86_64 build.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-String-ShellQuote/EL-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	10 Feb 2005 20:52:36 -0000	1.3
+++ sources	19 Apr 2007 22:13:26 -0000	1.4
@@ -1 +1 @@
-ae28b95a74b01a30425528574d2ee9df  String-ShellQuote-1.02.tar.gz
+b42822efe385f6604f55b0cea5ac0b76  String-ShellQuote-1.03.tar.gz




More information about the fedora-extras-commits mailing list