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