jplesnik pushed to perl-Proc-ProcessTable (master). "0.53 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Sep 11 09:49:58 UTC 2015


From c3dc3a9fa5affb47d3e31bb2022c13bc733bc498 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Fri, 11 Sep 2015 11:49:44 +0200
Subject: 0.53 bump


diff --git a/perl-Proc-ProcessTable.spec b/perl-Proc-ProcessTable.spec
index c370fe5..d86e15a 100644
--- a/perl-Proc-ProcessTable.spec
+++ b/perl-Proc-ProcessTable.spec
@@ -1,12 +1,15 @@
 Name:           perl-Proc-ProcessTable
-Version:        0.50
-Release:        6%{?dist}
+Version:        0.53
+Release:        1%{?dist}
 Summary:        Perl extension to access the Unix process table
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Proc-ProcessTable/
 Source0:        http://www.cpan.org/modules/by-module/Proc/Proc-ProcessTable-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -19,9 +22,10 @@ BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test)
 BuildRequires:  perl(subs)
+BuildRequires:  perl(Test)
 BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Storable)
 
@@ -41,8 +45,7 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 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} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_fixperms} %{buildroot}
@@ -50,9 +53,6 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %doc Changes PORTING README README.linux contrib/pswait
 %{perl_vendorarch}/auto/*
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Sep 11 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.53-1
+- 0.53 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.50-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 8c1ebf4..c81d6b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b21edabad48989c44d784f2059f3837  Proc-ProcessTable-0.50.tar.gz
+8cb894f18ba49558683860ae9082ca4a  Proc-ProcessTable-0.53.tar.gz
-- 
cgit v0.10.2


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


More information about the perl-devel mailing list