[perl-POE-Component-Pluggable] 1.26 bump

Petr Šabata psabata at fedoraproject.org
Tue Jan 17 15:49:42 UTC 2012


commit 365ee0e14f8e953a9c4b6f36ce51b90db6b172dd
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Jan 17 16:46:29 2012 +0100

    1.26 bump

 .gitignore                        |    1 +
 perl-POE-Component-Pluggable.spec |   35 ++++++++++++++++-------------------
 sources                           |    2 +-
 3 files changed, 18 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71fbbc3..4fe8643 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 POE-Component-Pluggable-1.24.tar.gz
+/POE-Component-Pluggable-1.26.tar.gz
diff --git a/perl-POE-Component-Pluggable.spec b/perl-POE-Component-Pluggable.spec
index f78d653..fa88699 100644
--- a/perl-POE-Component-Pluggable.spec
+++ b/perl-POE-Component-Pluggable.spec
@@ -1,22 +1,23 @@
-Name:       perl-POE-Component-Pluggable 
-Version:    1.24 
-Release:    7%{?dist}
+Name:       perl-POE-Component-Pluggable
+Version:    1.26
+Release:    1%{?dist}
 # lib/POE/Component/Pluggable.pm -> GPL+ or Artistic
-License:    GPL+ or Artistic 
+License:    GPL+ or Artistic
 Group:      Development/Libraries
-Summary:    A base class for creating plugin-enabled POE components 
-Source:     http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Pluggable-%{version}.tar.gz 
+Summary:    A base class for creating plugin-enabled POE components
+Source:     http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-Pluggable-%{version}.tar.gz
 Url:        http://search.cpan.org/dist/POE-Component-Pluggable
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
-
+BuildRequires: perl(base)
 BuildRequires: perl(constant) >= 1.17
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires: perl(Exporter)
 BuildRequires: perl(POE) >= 1.004
+BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(Task::Weaken)
 BuildRequires: perl(Test::More) >= 0.47
-
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:      perl(constant) >= 1.17
 Requires:      perl(POE) >= 1.004
 
 %{?perl_default_filter}
@@ -25,7 +26,7 @@ Requires:      perl(POE) >= 1.004
 POE::Component::Pluggable is a base class for creating plugin enabled
 POE Components. It is a generic port of POE::Component::IRC's plugin
 system. If your component dispatches events to registered POE sessions,
-then POE::Component::Pluggable may be a good fit for you. 
+then POE::Component::Pluggable may be a good fit for you.
 
 %prep
 %setup -q -n POE-Component-Pluggable-%{version}
@@ -35,27 +36,24 @@ then POE::Component::Pluggable may be a good fit for you.
 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} -depth -type d -exec rmdir {} 2>/dev/null ';'
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
-
 %files
-%defattr(-,root,root,-)
 %doc Changes examples/ README LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Tue Jan 17 2012 Petr Šabata <contyk at redhat.com> - 1.26-1
+- 1.26 bump
+- Spec cleanup, remove excessive whitespace
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.24-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
@@ -80,4 +78,3 @@ rm -rf %{buildroot}
 * Mon Aug 31 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.24-0
 - initial RPM packaging
 - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
-
diff --git a/sources b/sources
index 15aa251..4892343 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6627cbbb234c1295b63e23f88b8de976  POE-Component-Pluggable-1.24.tar.gz
+989a64c6c2939a19ee5844c9d9e87047  POE-Component-Pluggable-1.26.tar.gz


More information about the scm-commits mailing list