rpms/perl-Catalyst-Manual/F-13 perl-Catalyst-Manual.spec, 1.20, 1.21 sources, 1.12, 1.13

Chris Weyl cweyl at fedoraproject.org
Sat Mar 13 03:31:38 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Catalyst-Manual/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7992

Modified Files:
	perl-Catalyst-Manual.spec sources 
Log Message:
* Thu Feb 25 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:5.8004-2
- rebuild so -tests correctly uses epoch in versioned dep



Index: perl-Catalyst-Manual.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-13/perl-Catalyst-Manual.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-Catalyst-Manual.spec	28 Jan 2010 15:52:12 -0000	1.20
+++ perl-Catalyst-Manual.spec	13 Mar 2010 03:31:38 -0000	1.21
@@ -1,26 +1,22 @@
 Name:           perl-Catalyst-Manual
-Epoch:          1
-Version:        5.8003
-Release:        1%{?dist}
 Summary:        Catalyst web framework manual
+Epoch:          1
+Version:        5.8004
+Release:        2%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/H/HK/HKCLARK/Catalyst-Manual-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Catalyst-Manual/
-Source0:        http://search.cpan.org/CPAN/authors/id/H/HK/HKCLARK/Catalyst-Manual-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:      noarch
 
-# core
-BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
-BuildRequires: perl(Test::More)
-# test
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
-# argh
-BuildRequires: perl(CPAN)
+BuildRequires:  perl(CPAN)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 This is the manual to the Catalyst web framework.
@@ -35,7 +31,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 \;
@@ -50,11 +46,20 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README t/
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 25 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:5.8004-2
+- rebuild so -tests correctly uses epoch in versioned dep
+
+* Tue Feb 23 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:5.8004-1
+- update by Fedora::App::MaintainerTools 0.003
+- PERL_INSTALL_ROOT => DESTDIR
+- dropped old BR on perl(Test::Pod)
+- dropped old BR on perl(Test::Pod::Coverage)
+
 * Thu Jan 28 2010 Chris Weyl <cweyl at alumni.drew.edu> 1:5.8003-1
 - auto-update to 5.8003 (by cpan-spec-update 0.01)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Catalyst-Manual/F-13/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	28 Jan 2010 15:52:12 -0000	1.12
+++ sources	13 Mar 2010 03:31:38 -0000	1.13
@@ -1 +1 @@
-2fa0615717d14f806c646b2e1c89b9e4  Catalyst-Manual-5.8003.tar.gz
+20c00512476b7169437a0d6baf0c99cd  Catalyst-Manual-5.8004.tar.gz




More information about the perl-devel mailing list