|
|
|
@ -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@redhat.com> - 1.522-1
|
|
|
|
|
- 1.522 bump
|
|
|
|
|
|
|
|
|
|
* Wed Dec 17 2014 Petr Šabata <contyk@redhat.com> - 1.521-1
|
|
|
|
|
- 1.521 bump
|
|
|
|
|
|
|
|
|
|