commit 6b9976aa1c46fa57bc614f88e83f4fa9918675b8 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Mon Jan 5 17:32:19 2015 +0100 1.522 bump .gitignore | 1 + perl-MCE.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 14482bb..84a2b77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /MCE-1.520.tar.gz /MCE-1.521.tar.gz +/MCE-1.522.tar.gz diff --git a/perl-MCE.spec b/perl-MCE.spec index f05e2ad..1323694 100644 --- a/perl-MCE.spec +++ b/perl-MCE.spec @@ -1,5 +1,5 @@ Name: perl-MCE -Version: 1.521 +Version: 1.522 Release: 1%{?dist} Summary: Many-core Engine for Perl providing parallel processing capabilities License: GPL+ or Artistic @@ -14,10 +14,12 @@ BuildRequires: perl(warnings) # Runtime BuildRequires: perl(base) BuildRequires: perl(bytes) +# Unused BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Exporter) BuildRequires: perl(Fcntl) BuildRequires: perl(File::Path) +# Unused BuildRequires: perl(IO::Handle) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Socket) BuildRequires: perl(Storable) >= 2.04 @@ -53,6 +55,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + +install -m0755 -p bin/mce_grep -D %{buildroot}%{_bindir}/mce_grep %{_fixperms} %{buildroot}/* %check @@ -61,9 +64,13 @@ make test %files %doc CHANGES CREDITS LICENSE README examples %{perl_vendorlib}/* +%{_bindir}/mce_grep %{_mandir}/man3/* %changelog +* Mon Jan 05 2015 Petr Šabata <contyk@xxxxxxxxxx> - 1.522-1 +- 1.522 bump + * Wed Dec 17 2014 Petr Šabata <contyk@xxxxxxxxxx> - 1.521-1 - 1.521 bump diff --git a/sources b/sources index ec8fa12..4840522 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -053a4c0c856484cbe62fa6a171d4c797 MCE-1.521.tar.gz +ecca5a2e9128c1011d51286fce935bdf MCE-1.522.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