jplesnik pushed to perl-Proc-Simple (master). "1.31 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Aug 27 14:53:37 UTC 2015


From 522416dbff65e61107374b44923c1a94fcfe8e9d Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Thu, 27 Aug 2015 16:53:22 +0200
Subject: 1.31 bump


diff --git a/.gitignore b/.gitignore
index 3aaf4ce..1fdbfdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Proc-Simple-1.26.tar.gz
+/Proc-Simple-1.31.tar.gz
diff --git a/perl-Proc-Simple.spec b/perl-Proc-Simple.spec
index 0ddba1d..f823832 100644
--- a/perl-Proc-Simple.spec
+++ b/perl-Proc-Simple.spec
@@ -1,6 +1,6 @@
 Name:           perl-Proc-Simple
-Version:        1.26
-Release:        16%{?dist}
+Version:        1.31
+Release:        1%{?dist}
 Summary:        Launch and control background processes
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,9 +8,20 @@ URL:            http://search.cpan.org/dist/Proc-Simple/
 Source0:        http://www.cpan.org/authors/id/M/MS/MSCHILLI/Proc-Simple-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(FindBin)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(POSIX)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(vars)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Time::HiRes)
 
 %description
 The Proc::Simple package provides objects mimicing real-life processes from
@@ -20,6 +31,9 @@ launched and controlled as processes in the background.
 %prep
 %setup -q -n Proc-Simple-%{version}
 
+# remove all execute bits from eg subdirectory
+find eg -type f -exec chmod -x {} 2>/dev/null ';'
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -27,7 +41,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@@ -42,11 +56,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README eg
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 27 2015 Jitka Plesnikova <jplesnik at redhat.com> - 1.31-1
+- 1.31 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.26-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 8266b65..96440ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06e381d16536af2582e989d8f2edcdaf  Proc-Simple-1.26.tar.gz
+46f36d79dc76d10f9a44928b9e61817e  Proc-Simple-1.31.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Proc-Simple.git/commit/?h=master&id=522416dbff65e61107374b44923c1a94fcfe8e9d


More information about the perl-devel mailing list