rpms/perl-POE-API-Peek/devel .cvsignore, 1.4, 1.5 perl-POE-API-Peek.spec, 1.8, 1.9 sources, 1.4, 1.5

Chris Weyl cweyl at fedoraproject.org
Tue Aug 25 06:47:27 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-API-Peek/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4392

Modified Files:
	.cvsignore perl-POE-API-Peek.spec sources 
Log Message:
* Tue Aug 25 2009 Chris Weyl <cweyl at alumni.drew.edu> 1:1.34-1
- drop old workarounds
- auto-update to 1.34 (by cpan-spec-update 0.01)
- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
- altered br on perl(POE) (0.29 => 1.0001)
- added a new br on perl(Test::Distribution) (version 0)
- added a new br on perl(Test::NoWarnings) (version 0)
- added a new br on perl(Test::Pod::Coverage) (version 0)
- added a new req on perl(Devel::Size) (version 0)
- added a new req on perl(POE) (version 1.0001)
- Add epoch of 1 (1.0802 => 1.34)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-API-Peek/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	22 Mar 2007 16:11:09 -0000	1.4
+++ .cvsignore	25 Aug 2009 06:47:26 -0000	1.5
@@ -1 +1 @@
-POE-API-Peek-1.0802.tar.gz
+POE-API-Peek-1.34.tar.gz


Index: perl-POE-API-Peek.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-API-Peek/devel/perl-POE-API-Peek.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-POE-API-Peek.spec	26 Jul 2009 13:55:50 -0000	1.8
+++ perl-POE-API-Peek.spec	25 Aug 2009 06:47:27 -0000	1.9
@@ -1,37 +1,29 @@
-# Note:  The signature check for this perl dist. is disabled by default, as it
-# requires network access and would thus fail in the buildsys' mock
-# environments.  To build locally while enabling the test, either:
-#
-#   rpmbuild ... --define '_with_network_tests 1' ...
-#   rpmbuild ... --with network_tests ...
-#   define _with_network_tests 1 in your ~/.rpmmacros
-#
-# Note that right now, the only way to run tests locally from a cvs sandbox
-# "make noarch" type scenario is the third one.
-
 Name:           perl-POE-API-Peek
-Version:        1.0802
-Release:        5%{?dist}
+Epoch:          1
+Version:        1.34
+Release:        1%{?dist}
 Summary:        Peek into the internals of a running POE environment
 License:        BSD
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/POE-API-Peek/
-Source0:        http://www.cpan.org/authors/id/S/SU/SUNGO/POE-API-Peek-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/S/SU/SUNGO/POE-API-Peek-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(Devel::Size)
-BuildRequires:  perl(POE) >= 0.29
+BuildRequires:  perl(POE) >= 1.0001
 BuildRequires:  perl(Test::More)
 
-%{?_with_network_tests:BuildRequires: perl(Module::Signature) }
-
-## cpanspec autogenerated -- retained for the curious
-#Requires:       perl(Devel::Size)
-#Requires:       perl(POE) >= 0.29
-
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+### auto-added reqs!
+Requires:       perl(Devel::Size)
+Requires:       perl(POE) >= 1.0001
+
+### auto-added brs!
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Test::Distribution)
+BuildRequires:  perl(Test::NoWarnings)
+BuildRequires:  perl(Test::Pod::Coverage)
 
 %description
 POE::API::Peek extends the POE::Kernel interface to provide clean access to
@@ -41,9 +33,6 @@ data is also available.
 %prep
 %setup -q -n POE-API-Peek-%{version}
 
-# do this now, as our next few lines with disturb the signed package
-%{?_with_network_tests: perl t/000-signature.t}
-
 # beat $VERSION into submission, for proper auto-provides
 cd lib/POE/API
 MODVER=$(echo `grep 'our $VERSION' Peek.pm` '; print $VERSION;' | perl)
@@ -64,9 +53,6 @@ find %{buildroot} -depth -type d -exec r
 %{_fixperms} %{buildroot}/*
 
 %check
-# if we were going to do this, it'd be done already :)
-rm t/000-signature.t
-
 make test
 
 %clean
@@ -74,11 +60,23 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README 
+%doc LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 25 2009 Chris Weyl <cweyl at alumni.drew.edu> 1:1.34-1
+- drop old workarounds
+- auto-update to 1.34 (by cpan-spec-update 0.01)
+- added a new br on perl(ExtUtils::MakeMaker) (version 6.42)
+- altered br on perl(POE) (0.29 => 1.0001)
+- added a new br on perl(Test::Distribution) (version 0)
+- added a new br on perl(Test::NoWarnings) (version 0)
+- added a new br on perl(Test::Pod::Coverage) (version 0)
+- added a new req on perl(Devel::Size) (version 0)
+- added a new req on perl(POE) (version 1.0001)
+- Add epoch of 1 (1.0802 => 1.34)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0802-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-API-Peek/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	22 Mar 2007 16:11:09 -0000	1.4
+++ sources	25 Aug 2009 06:47:27 -0000	1.5
@@ -1 +1 @@
-1f8af31c4bf49ca18bcb76e8790cd4f7  POE-API-Peek-1.0802.tar.gz
+4c483bd98f7e0b45787dc8085f5c73ba  POE-API-Peek-1.34.tar.gz




More information about the Fedora-perl-devel-list mailing list