Blame SPECS/perl-String-ShellQuote.spec

36a485
Name:           perl-String-ShellQuote
36a485
Version:        1.04
133d44
Release:        10%{?dist}
36a485
Summary:        Perl module for quoting strings for passing through the shell
36a485
# shell-quote:  GPLv2+
36a485
# rest:         GPL+ or Artistic
36a485
License:        (GPL+ or Artistic) and GPLv2+
36a485
Group:          Development/Libraries
36a485
URL:            http://search.cpan.org/dist/String-ShellQuote/
36a485
Source0:        http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.gz
36a485
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
36a485
BuildArch:      noarch
36a485
BuildRequires:  perl
36a485
BuildRequires:  perl(ExtUtils::MakeMaker)
36a485
# Run-time:
36a485
BuildRequires:  perl(Carp)
36a485
BuildRequires:  perl(Exporter)
36a485
# RS::Handy is never used
36a485
BuildRequires:  perl(strict)
36a485
BuildRequires:  perl(vars)
36a485
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
36a485
Requires:       perl(Carp)
36a485
Requires:       perl(Getopt::Long)
36a485
36a485
%description
36a485
This package contains a Perl module and a command line utility which
36a485
are useful for quoting strings which are going to pass through the
36a485
shell or a shell-like object.
36a485
36a485
%prep
36a485
%setup -q -n String-ShellQuote-%{version}
36a485
36a485
%build
36a485
%{__perl} Makefile.PL INSTALLDIRS=vendor
36a485
make %{?_smp_mflags}
36a485
36a485
%install
36a485
rm -rf $RPM_BUILD_ROOT
36a485
36a485
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
36a485
36a485
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
36a485
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
36a485
36a485
%{_fixperms} $RPM_BUILD_ROOT/*
36a485
36a485
%check
36a485
make test
36a485
36a485
%clean
36a485
rm -rf $RPM_BUILD_ROOT
36a485
36a485
%files
36a485
%defattr(-,root,root,-)
36a485
%doc Changes README
36a485
%{_bindir}/shell-quote
36a485
%{perl_vendorlib}/String
36a485
%{_mandir}/man1/shell-quote.1*
36a485
%{_mandir}/man3/String::ShellQuote.3*
36a485
36a485
%changelog
133d44
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.04-10
133d44
- Mass rebuild 2013-12-27
133d44
36a485
* Tue Jul 30 2013 Petr Pisar <ppisar@redhat.com> - 1.04-9
36a485
- Add GPLv2+ to the license declaration due to shell-quote(1)
36a485
- Specify all dependencies
36a485
36a485
* Fri Aug 17 2012 Petr Pisar <ppisar@redhat.com> - 1.04-8
36a485
- Specify all dependencies
36a485
36a485
* Wed Aug 15 2012 Daniel Mach <dmach@redhat.com> - 1.04-7.1
36a485
- Rebuild for perl 5.16
36a485
36a485
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-7
36a485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
36a485
36a485
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.04-6
36a485
- Perl 5.16 rebuild
36a485
36a485
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-5
36a485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
36a485
36a485
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.04-4
36a485
- Perl mass rebuild
36a485
36a485
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-3
36a485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
36a485
36a485
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.04-2
36a485
- 661697 rebuild for fixing problems with vendorach/lib
36a485
36a485
* Sat Dec 18 2010 Steven Pritchard <steve@kspei.com> 1.04-1
36a485
- Update to 1.04.
36a485
36a485
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.03-9
36a485
- Mass rebuild with perl-5.12.0
36a485
36a485
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.03-8
36a485
- rebuild against perl 5.10.1
36a485
36a485
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-7
36a485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
36a485
36a485
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.03-6
36a485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
36a485
36a485
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.03-5
36a485
- rebuild for new perl
36a485
36a485
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 1.03-4
36a485
- Reformat to match cpanspec output.
36a485
- Use fixperms macro instead of our own chmod incantation.
36a485
- BR ExtUtils::MakeMaker.
36a485
36a485
* Tue Aug 29 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.03-3
36a485
- Fix order of arguments to find(1).
36a485
- Drop version from perl build dependency.
36a485
36a485
* Wed May  4 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.03-2
36a485
- 1.03.
36a485
36a485
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
36a485
- rebuilt
36a485
36a485
* Thu Dec 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-8
36a485
- Sync with fedora-rpmdevtools' Perl spec template to fix x86_64 build.
36a485
36a485
* Thu Sep 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.7
36a485
- Specfile cleanup, using INSTALLDIRS=vendor, PERL_INSTALL_ROOT and
36a485
  INSTALLARCHLIB.
36a485
36a485
* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.6
36a485
- Get rid of perllocal.pod, .packlist and empty *.bs.
36a485
  Some of the files don't exist with this package but I want a good template
36a485
  %%install section :)
36a485
36a485
* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.5
36a485
- Install into vendor dirs.
36a485
36a485
* Sun Jul 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.4
36a485
- Update description.
36a485
- Small spec cleanups.
36a485
36a485
* Sun May  4 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.3
36a485
- Own more dirs.
36a485
36a485
* Sun Apr 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.2
36a485
- Save .spec in UTF-8.
36a485
36a485
* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.00-0.fdr.1
36a485
- Update to current Fedora guidelines.
36a485
36a485
* Fri Feb  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 1.00-1.fedora.1
36a485
- First Fedora release.