From 9926022bc1eba393d601bcd87fd650c9031d52cf Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 05:09:26 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20=20=20?= =?UTF-8?q?=20=20perl-String-ShellQuote-1.00-0.fdr.7.rh80.src.rpm=201.00-0?= =?UTF-8?q?.fdr.7=20-=20Specfile=20cleanup,=20using=20INSTALLDIRS=3Dvendor?= =?UTF-8?q?,=20PERL=5FINSTALL=5FROOT=20and=20=20=20=20=20INSTALLARCHLIB.?= =?UTF-8?q?=201.00-0.fdr.6=20-=20Get=20rid=20of=20perllocal.pod,=20.packli?= =?UTF-8?q?st=20and=20empty=20*.bs.=20Some=20of=20the=20files=20=20=20=20?= =?UTF-8?q?=20don't=20exist=20with=20this=20package=20but=20I=20want=20a?= =?UTF-8?q?=20good=20template=20%install=20=20=20=20=20section=20:)=201.00?= =?UTF-8?q?-0.fdr.5=20-=20Install=20into=20vendor=20dirs.=201.00-0.fdr.4?= =?UTF-8?q?=20-=20Update=20description.=20-=20Small=20spec=20cleanups.=201?= =?UTF-8?q?.00-0.fdr.3=20-=20Own=20more=20dirs.=201.00-0.fdr.2=20-=20Save?= =?UTF-8?q?=20.spec=20in=20UTF-8.=201.00-0.fdr.1=20-=20Update=20to=20curre?= =?UTF-8?q?nt=20Fedora=20guidelines.=20Fri=20Feb=2007=202003=20Ville=20Sky?= =?UTF-8?q?tt=C3=A4=20=20-=201.00-1.fedora.1?= =?UTF-8?q?=20-=20First=20Fedora=20release.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 1 + perl-String-ShellQuote.spec | 81 +++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 83 insertions(+) create mode 100644 perl-String-ShellQuote.spec diff --git a/.cvsignore b/.cvsignore index e69de29..479fa16 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +String-ShellQuote-1.00.tar.gz diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec new file mode 100644 index 0000000..ed576dc --- /dev/null +++ b/perl-String-ShellQuote.spec @@ -0,0 +1,81 @@ +Name: perl-String-ShellQuote +Version: 1.00 +Release: 0.fdr.7.rh80 +Epoch: 0 +Summary: Perl module for quoting strings for passing through the shell + +Group: Development/Libraries +License: GPL or Artistic +URL: http://search.cpan.org/dist/String-ShellQuote/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-1.00.tar.gz +BuildArch: noarch + +BuildRequires: perl + +%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. + + +%prep +%setup -q -n String-ShellQuote-%{version} + + +%build +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS=vendor +make OPTIMIZE="$RPM_OPT_FLAGS" +make test + + +%install +rm -rf $RPM_BUILD_ROOT +make install \ + PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \ + INSTALLARCHLIB=$RPM_BUILD_ROOT%{perl_archlib} +find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \ + -o \( -name '*.bs' -a -empty \) \) -exec rm -f {} ';' +find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc Changes README +%{_libdir}/perl*/* +%{_mandir}/man*/* + + +%changelog +* Thu Sep 11 2003 Ville Skyttä - 0:1.00-0.fdr.7 +- Specfile cleanup, using INSTALLDIRS=vendor, PERL_INSTALL_ROOT and + INSTALLARCHLIB. + +* Sun Aug 31 2003 Ville Skyttä - 0:1.00-0.fdr.6 +- Get rid of perllocal.pod, .packlist and empty *.bs. + Some of the files don't exist with this package but I want a good template + %%install section :) + +* Sun Aug 31 2003 Ville Skyttä - 0:1.00-0.fdr.5 +- Install into vendor dirs. + +* Sun Jul 13 2003 Ville Skyttä - 0:1.00-0.fdr.4 +- Update description. +- Small spec cleanups. + +* Sun May 4 2003 Ville Skyttä - 0:1.00-0.fdr.3 +- Own more dirs. + +* Sun Apr 13 2003 Ville Skyttä - 0:1.00-0.fdr.2 +- Save .spec in UTF-8. + +* Sat Mar 22 2003 Ville Skyttä - 0:1.00-0.fdr.1 +- Update to current Fedora guidelines. + +* Fri Feb 7 2003 Ville Skyttä - 1.00-1.fedora.1 +- First Fedora release. diff --git a/sources b/sources index e69de29..30b6a73 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +031fa1dbd199c6a4d2e824e45a004e3e String-ShellQuote-1.00.tar.gz