jplesnik pushed to perl-Proc-Fork (master). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 30 06:59:55 UTC 2015


From ca980dae834fb5c7876817996004efecb5b37d39 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Tue, 30 Jun 2015 08:57:42 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..321d291 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Proc-Fork-0.804.tar.gz
diff --git a/perl-Proc-Fork.spec b/perl-Proc-Fork.spec
new file mode 100644
index 0000000..fb056ed
--- /dev/null
+++ b/perl-Proc-Fork.spec
@@ -0,0 +1,55 @@
+Name:           perl-Proc-Fork
+Version:        0.804
+Release:        1%{?dist}
+Summary:        Simple, intuitive interface to the fork() system call
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Proc-Fork/
+Source0:        http://www.cpan.org/authors/id/A/AR/ARISTOTLE/Proc-Fork-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter::Tidy)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Script) >= 1.05
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+Requires:       perl(Carp)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This module provides an intuitive, Perl-ish way to write forking
+programs by letting you use blocks to illustrate which code section
+executes in which fork. The code for the parent, child, retry handler
+and error handler are grouped together in a "fork block". The clauses
+may appear in any order, but they must be consecutive (without any other
+statements in between).
+
+%prep
+%setup -q -n Proc-Fork-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Fri Jun 26 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.804-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..73d2e5a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0fd512eb21f365a11d9ff7de3b77a624  Proc-Fork-0.804.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Proc-Fork.git/commit/?h=master&id=ca980dae834fb5c7876817996004efecb5b37d39


More information about the perl-devel mailing list