rpms/perl-POE-Test-Loops/devel auto.ini, NONE, 1.1 .cvsignore, 1.4, 1.5 perl-POE-Test-Loops.spec, 1.4, 1.5 sources, 1.4, 1.5

Chris Weyl cweyl at fedoraproject.org
Sun Mar 14 21:18:17 UTC 2010


Author: cweyl

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

Modified Files:
	.cvsignore perl-POE-Test-Loops.spec sources 
Added Files:
	auto.ini 
Log Message:
* Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.033-1
- update by Fedora::App::MaintainerTools 0.006
- PERL_INSTALL_ROOT => DESTDIR
- updating to latest GA CPAN version (1.033)



--- NEW FILE auto.ini ---
[add_requires]
perl(Test::More)=0

[metadata_filtering]
filter_from_provides=/perl([DIFMOSU].*)/d; /perl(POE::MySession)/d



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	27 Sep 2009 05:40:31 -0000	1.4
+++ .cvsignore	14 Mar 2010 21:18:17 -0000	1.5
@@ -1 +1 @@
-POE-Test-Loops-1.022.tar.gz
+POE-Test-Loops-1.033.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.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-POE-Test-Loops.spec	27 Sep 2009 05:40:31 -0000	1.4
+++ perl-POE-Test-Loops.spec	14 Mar 2010 21:18:17 -0000	1.5
@@ -1,23 +1,22 @@
-Name:       perl-POE-Test-Loops
-Version:    1.022
-Release:    1%{?dist}
-# META.yml, bin/poe-gen-tests -> perl
-License:    GPL+ or Artistic
-Group:      Development/Libraries
-Summary:    Reusable tests for POE::Loop authors
-Source:     http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Test-Loops-%{version}.tar.gz
-Url:        http://search.cpan.org/dist/POE-Test-Loops
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-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
-}
+Name:           perl-POE-Test-Loops
+Summary:        Reusable tests for POE::Loop authors
+Version:        1.033
+Release:        1%{?dist}
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Test-Loops-%{version}.tar.gz 
+URL:            http://search.cpan.org/dist/POE-Test-Loops
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:      noarch
+
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+
+
+%{?filter_from_provides: %filter_from_provides /perl([DIFMOSU].*)/d; /perl(POE::MySession)/d }
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 POE::Test::Loops contains one function, generate(), which will generate
@@ -38,7 +37,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 
@@ -59,6 +58,11 @@ rm -rf %{buildroot}
 %{_mandir}/man1/poe-gen-tests.1.gz
 
 %changelog
+* Sun Mar 14 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.033-1
+- update by Fedora::App::MaintainerTools 0.006
+- PERL_INSTALL_ROOT => DESTDIR
+- updating to latest GA CPAN version (1.033)
+
 * 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: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Test-Loops/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	27 Sep 2009 05:40:31 -0000	1.4
+++ sources	14 Mar 2010 21:18:17 -0000	1.5
@@ -1 +1 @@
-d663b5d958cc74990b30a021cc555dfd  POE-Test-Loops-1.022.tar.gz
+f109a514da1d002cab60966ed304bbb7  POE-Test-Loops-1.033.tar.gz




More information about the perl-devel mailing list