]> git.pld-linux.org Git - packages/perl-Parallel-Prefork.git/blobdiff - perl-Parallel-Prefork.spec
- release 2 (by relup.sh)
[packages/perl-Parallel-Prefork.git] / perl-Parallel-Prefork.spec
index 004642098a2eea0533297f25005c680410fd3a37..31bcd19ec96e00c396d2d2fa600e26333264334b 100644 (file)
@@ -1,22 +1,20 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
+
 %define                pdir    Parallel
 %define                pnam    Prefork
-%include       /usr/lib/rpm/macros.perl
 Summary:       Parallel::Prefork - A simple prefork server framework
-#Summary(pl.UTF-8):    
 Name:          perl-Parallel-Prefork
-Version:       0.13
-Release:       1
+Version:       0.18
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Parallel/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: d7802062d8f925b1f933de93d24c0fab
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/Parallel-Prefork/
+# Source0-md5: 128f8c03eddde44d3e95f092d6116e9a
+URL:           http://search.cpan.org/dist/Parallel-Prefork/
+BuildRequires: perl-Module-Install
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -24,18 +22,16 @@ BuildRequires:      perl(Class::Accessor::Lite) >= 0.04
 BuildRequires: perl(Proc::Wait3) >= 0.03
 BuildRequires: perl(Scope::Guard)
 BuildRequires: perl-List-MoreUtils
+BuildRequires: perl-Signal-Mask
 BuildRequires: perl-Test-Requires
+BuildRequires: perl-Test-SharedFork
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Parallel::Prefork is much like Parallel::ForkManager, but supports graceful shutdown and run-time reconfiguration.
-
-
-
-# %description -l pl.UTF-8
-# TODO
+Parallel::Prefork is much like Parallel::ForkManager, but supports
+graceful shutdown and run-time reconfiguration.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.24944 seconds and 4 git commands to generate.