Blame SPECS/perl-String-ShellQuote.spec

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