[perl-POE] 1.351 bump

Petr Šabata psabata at fedoraproject.org
Wed Mar 14 14:17:00 UTC 2012


commit 8a3ef60ed7e73558d4afcceb8068cc0f191c0aa9
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Mar 14 15:13:10 2012 +0100

    1.351 bump

 .gitignore    |    1 +
 perl-POE.spec |   13 ++++++++-----
 sources       |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 489e8cf..497bd1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 POE-1.289.tar.gz
 /POE-1.312.tar.gz
 /POE-1.350.tar.gz
+/POE-1.351.tar.gz
diff --git a/perl-POE.spec b/perl-POE.spec
index d6c666a..ea3f69c 100644
--- a/perl-POE.spec
+++ b/perl-POE.spec
@@ -1,6 +1,6 @@
 Name:      perl-POE
-Version:   1.350
-Release:   2%{?dist}
+Version:   1.351
+Release:   1%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl
 
 Group:     Development/Libraries
@@ -8,7 +8,7 @@ License:   GPL+ or Artistic
 URL:       http://search.cpan.org/dist/POE/
 Source0:   http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{version}.tar.gz
 BuildArch: noarch
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Compress::Zlib) >= 1.33
@@ -78,13 +78,12 @@ find t/ -type f -exec chmod -c -x {} +
 find t/ -type f -name '*.t' -exec perl -pi -e 's|^#!perl|#!%{__perl}|' {} +
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor --default
+perl Makefile.PL INSTALLDIRS=vendor --default
 # yah.  don't do the network tests
 %{?!_with_network_tests: rm run_network_tests }
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
@@ -105,6 +104,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Mar 14 2012 Petr Šabata <contyk at redhat.com> - 1.351-1
+- 1.351 bump
+- Remove command macros
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.350-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 5b2b015..5602aa6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c45669f433fef93b8fb76ecfa204fcb3  POE-1.350.tar.gz
+f1b4eba1e8045ffedbb405f1edf99681  POE-1.351.tar.gz



More information about the perl-devel mailing list