From 28c8a6cd2439e7d9cfff1a74875a8d4a380191c8 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Mar 11 2016 14:48:07 +0000 Subject: 1.32 bump --- diff --git a/.gitignore b/.gitignore index 1fdbfdf..f671d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Proc-Simple-1.26.tar.gz /Proc-Simple-1.31.tar.gz +/Proc-Simple-1.32.tar.gz diff --git a/perl-Proc-Simple.spec b/perl-Proc-Simple.spec index da21647..089c244 100644 --- a/perl-Proc-Simple.spec +++ b/perl-Proc-Simple.spec @@ -1,30 +1,31 @@ Name: perl-Proc-Simple -Version: 1.31 -Release: 2%{?dist} +Version: 1.32 +Release: 1%{?dist} Summary: Launch and control background processes License: GPL+ or Artistic Group: Development/Libraries 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) +# Run-time: 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)) +# Tests: +BuildRequires: perl(FindBin) +BuildRequires: perl(Test::More) +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 +The Proc::Simple package provides objects mimicking real-life processes from a user's point of view. Either external programs or perl subroutines can be launched and controlled as processes in the background. @@ -35,32 +36,26 @@ launched and controlled as processes in the background. find eg -type f -exec chmod -x {} 2>/dev/null ';' %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install -rm -rf %{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 \; - +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot}/* %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc Changes README eg %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Mar 11 2016 Petr Pisar - 1.32-1 +- 1.32 bump + * Thu Feb 04 2016 Fedora Release Engineering - 1.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 96440ac..437c315 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46f36d79dc76d10f9a44928b9e61817e Proc-Simple-1.31.tar.gz +aa666815b9d9a86eff9e8a088fc30d1c Proc-Simple-1.32.tar.gz