auto-import changelog data from

perl-String-ShellQuote-1.00-0.fdr.7.rh80.src.rpm
1.00-0.fdr.7
- Specfile cleanup, using INSTALLDIRS=vendor, PERL_INSTALL_ROOT and
    INSTALLARCHLIB.
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 :)
1.00-0.fdr.5
- Install into vendor dirs.
1.00-0.fdr.4
- Update description.
- Small spec cleanups.
1.00-0.fdr.3
- Own more dirs.
1.00-0.fdr.2
- Save .spec in UTF-8.
1.00-0.fdr.1
- Update to current Fedora guidelines.
Fri Feb 07 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.00-1.fedora.1
- First Fedora release.
This commit is contained in:
cvsextras 2004-11-08 05:09:26 +00:00
parent 4e818addaa
commit 9926022bc1
3 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1 @@
String-ShellQuote-1.00.tar.gz

View File

@ -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ä <ville.skytta at iki.fi> - 0:1.00-0.fdr.7
- Specfile cleanup, using INSTALLDIRS=vendor, PERL_INSTALL_ROOT and
INSTALLARCHLIB.
* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 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ä <ville.skytta at iki.fi> - 0:1.00-0.fdr.5
- Install into vendor dirs.
* Sun Jul 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.4
- Update description.
- Small spec cleanups.
* Sun May 4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.3
- Own more dirs.
* Sun Apr 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.2
- Save .spec in UTF-8.
* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.1
- Update to current Fedora guidelines.
* Fri Feb 7 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.00-1.fedora.1
- First Fedora release.

View File

@ -0,0 +1 @@
031fa1dbd199c6a4d2e824e45a004e3e String-ShellQuote-1.00.tar.gz