rpms/perl-POE/FC-5 perl-POE.spec,1.4,1.5 sources,1.3,1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Aug 11 04:22:26 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7116/FC-5

Modified Files:
	perl-POE.spec sources 
Log Message:
update to latest version


Index: perl-POE.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE/FC-5/perl-POE.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-POE.spec	21 Jun 2006 04:47:54 -0000	1.4
+++ perl-POE.spec	11 Aug 2006 04:22:26 -0000	1.5
@@ -1,14 +1,17 @@
-# $Id$  
+# Note we make a distinction here due to rpm versioning, and keep them both up
+# here to make things easier
+%define cpanver 0.36
+%define rpmver  0.3600
 
 Name:      perl-POE
-Version:   0.3502
+Version:   %{rpmver}
 Release:   1%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl 
 
 Group:     Development/Libraries
 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 
+Source0:   http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-%{cpanver}.tar.gz 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # there's some perl-foo that goes on, automagically translating
@@ -28,6 +31,8 @@
 BuildRequires:  perl(Compress::Zlib) >= 1.33, perl(Event) >= 1.00
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+# not picked up automatically
+Requires: perl(Socket6), perl(Event), perl(IO::Pty), perl(Compress::Zlib)
 
 %description
 POE is a framework for cooperative, event driven multitasking in Perl. Other
@@ -64,14 +69,14 @@
 and cooperate at every level of abstraction.
 
 %prep
-%setup -q -n POE-%{version}
+%setup -q -n POE-%{cpanver}
 
 # execute + doc == bad
 chmod -x samples/*
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default
+%{__perl} Makefile.PL INSTALLDIRS=vendor --default
 
 # yah.  don't do the network tests
 rm run_network_tests
@@ -83,7 +88,6 @@
 rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w %{buildroot}/*
 
@@ -111,6 +115,9 @@
 
 
 %changelog
+* Thu Aug 10 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.3600-1
+- update to cpan ver 0.36
+
 * Tue Jun 20 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.3502-1
 - filter errant provides.  Also translate POE::Provides::foo modules to
   POE::Provide::foo


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Jun 2006 04:47:54 -0000	1.3
+++ sources	11 Aug 2006 04:22:26 -0000	1.4
@@ -1 +1 @@
-441143a4b2c5ebc2c2de5c8f94a0b43a  POE-0.3502.tar.gz
+fd8080d1eb9cd687280cf0245daecbf1  POE-0.36.tar.gz




More information about the scm-commits mailing list