rpms/perl-POE-Test-Loops/devel .cvsignore, 1.3, 1.4 perl-POE-Test-Loops.spec, 1.3, 1.4 sources, 1.3, 1.4

Chris Weyl cweyl at fedoraproject.org
Sun Sep 27 05:40:32 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Test-Loops/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4091

Modified Files:
	.cvsignore perl-POE-Test-Loops.spec sources 
Log Message:
* Sun Sep 27 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.022-1
- update filtering
- auto-update to 1.022 (by cpan-spec-update 0.01)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	11 Aug 2009 08:08:56 -0000	1.3
+++ .cvsignore	27 Sep 2009 05:40:31 -0000	1.4
@@ -1 +1 @@
-POE-Test-Loops-1.021.tar.gz
+POE-Test-Loops-1.022.tar.gz


Index: perl-POE-Test-Loops.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/perl-POE-Test-Loops.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-POE-Test-Loops.spec	11 Aug 2009 08:08:56 -0000	1.3
+++ perl-POE-Test-Loops.spec	27 Sep 2009 05:40:31 -0000	1.4
@@ -1,5 +1,5 @@
 Name:       perl-POE-Test-Loops
-Version:    1.021
+Version:    1.022
 Release:    1%{?dist}
 # META.yml, bin/poe-gen-tests -> perl
 License:    GPL+ or Artistic
@@ -14,6 +14,11 @@ BuildArch:  noarch
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Test::More)
 
+%{?perl_default_filter:
+%filter_from_provides /perl([DIFMOSU].*)/d; /perl(POE::MySession)/d
+%perl_default_filter
+}
+
 %description
 POE::Test::Loops contains one function, generate(), which will generate
 all the loop tests for one or more POE::Loop subclasses. The SYNOPSIS
@@ -21,25 +26,11 @@ example is a version of poe-gen-tests, w
 to generate the actual tests. The poe-gen-tests manpage also documents
 the POE::Test::Loops system in more detail.
 
-
 %prep
 %setup -q -n POE-Test-Loops-%{version}
 
 find . -type f -exec chmod -c -x {} ';'
 
-# make sure doc/tests don't generate provides
-# note we first filter out the bits in _docdir...
-cat << \EOF > %{name}-prov
-#!/bin/sh
-%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'` | \
-    sed -e '/perl([DIFMOSU].*)/d; /perl(POE::MySession)/d'
-    #sed -e '/perl((?!(POE)).*)/d'
-    #perl -p -e '/^(?!POE)/d'
-EOF
-
-%define __perl_provides %{_builddir}/POE-Test-Loops-%{version}/%{name}-prov
-chmod +x %{__perl_provides}
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -68,6 +59,10 @@ rm -rf %{buildroot}
 %{_mandir}/man1/poe-gen-tests.1.gz
 
 %changelog
+* Sun Sep 27 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.022-1
+- update filtering
+- auto-update to 1.022 (by cpan-spec-update 0.01)
+
 * Tue Aug 11 2009 Chris Weyl <cweyl at alumni.drew.edu> 1.021-1
 - auto-update to 1.021 (by cpan-spec-update 0.01)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	11 Aug 2009 08:08:56 -0000	1.3
+++ sources	27 Sep 2009 05:40:31 -0000	1.4
@@ -1 +1 @@
-1a77a4d9891fd5bed316fad45131e766  POE-Test-Loops-1.021.tar.gz
+d663b5d958cc74990b30a021cc555dfd  POE-Test-Loops-1.022.tar.gz




More information about the perl-devel mailing list