commit a1b8dec8274ef9acd998278025f8aa38afda1b32 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Tue Feb 17 13:51:42 2015 +0100 1.111 bump .gitignore | 1 + perl-System-Command.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index 0e16348..bbbe365 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /System-Command-1.09.tar.gz /System-Command-1.100.tar.gz /System-Command-1.110.tar.gz +/System-Command-1.111.tar.gz diff --git a/perl-System-Command.spec b/perl-System-Command.spec index a87c39e..631201d 100644 --- a/perl-System-Command.spec +++ b/perl-System-Command.spec @@ -1,5 +1,5 @@ Name: perl-System-Command -Version: 1.110 +Version: 1.111 Release: 1%{?dist} Summary: Object for running system commands License: GPL+ or Artistic @@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/System-Command/ Source0: http://www.cpan.org/authors/id/B/BO/BOOK/System-Command-%{version}.tar.gz BuildArch: noarch BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -37,7 +37,7 @@ BuildRequires: perl(Test::Output) # Test::Pod 1.41 not used # Test::Pod::Coverage 1.08 not used BuildRequires: perl(Time::HiRes) -Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version)) Requires: perl(Data::Dumper) # IPC::Run not used on Linux @@ -52,23 +52,26 @@ their STDIN, STDOUT and STDERR handles. %setup -q -n System-Command-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; %{_fixperms} %{buildroot}/* %check make test %files -%doc Changes LICENSE README +%license LICENSE +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Feb 17 2015 Petr Šabata <contyk@xxxxxxxxxx> - 1.111-1 +- 1.111 bump + * Fri Nov 14 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 1.110-1 - 1.110 bump diff --git a/sources b/sources index 6c989ee..b5093f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19166c2d22250544ea928481b726900c System-Command-1.110.tar.gz +88d12323465b5fcd8ef1580bbc392b1b System-Command-1.111.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel