[perl-Test-CPAN-Meta/el5/master: 15/16] Initial EPEL 4/5 release, based on F-14 version

Paul Howarth pghmcfc at fedoraproject.org
Wed Jan 26 12:00:47 UTC 2011


commit 8dc7881216097e19defaba9b9ea5332358810a80
Merge: 1abed84 8af702e
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Jan 26 11:58:44 2011 +0000

    Initial EPEL 4/5 release, based on F-14 version

 .gitignore               |    1 +
 perl-Test-CPAN-Meta.spec |   98 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 100 insertions(+), 0 deletions(-)
---
diff --cc .gitignore
index e69de29,22a579d..e356099
--- a/.gitignore
+++ b/.gitignore
@@@ -1,0 -1,1 +1,1 @@@
 -Test-CPAN-Meta-0.17.tar.gz
++/Test-CPAN-Meta-0.17.tar.gz
diff --cc perl-Test-CPAN-Meta.spec
index 0000000,4d341cf..173ea42
mode 000000,100644..100644
--- a/perl-Test-CPAN-Meta.spec
+++ b/perl-Test-CPAN-Meta.spec
@@@ -1,0 -1,98 +1,98 @@@
+ Name:           perl-Test-CPAN-Meta
+ Version:        0.17
+ Release:        1%{?dist}
+ Summary:        Validation of the META.yml file in a CPAN distribution
+ License:        GPL+ or Artistic
+ Group:          Development/Libraries
+ URL:            http://search.cpan.org/dist/Test-CPAN-Meta/
+ Source0:        http://www.cpan.org/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz
+ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ BuildArch:      noarch
+ BuildRequires:  perl(ExtUtils::MakeMaker)
+ BuildRequires:  perl(Parse::CPAN::Meta) >= 0.02
+ BuildRequires:  perl(Test::Builder)
+ BuildRequires:  perl(Test::Builder::Tester)
 -BuildRequires:  perl(Test::More) >= 0.70
 -BuildRequires:  perl(Test::Pod) >= 1.00
 -BuildRequires:  perl(Test::Pod::Coverage) >= 0.08
++BuildRequires:  perl(Test::More)
++BuildRequires:  perl(Test::Pod)
++BuildRequires:  perl(Test::Pod::Coverage)
+ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+ 
+ %description
+ This module was written to ensure that a META.yml file, provided with a
+ standard distribution uploaded to CPAN, meets the specifications that are
+ slowly being introduced to module uploads, via the use of package makers
+ and installers such as ExtUtils::MakeMaker, Module::Build and
+ Module::Install.
+ 
+ %prep
+ %setup -q -n Test-CPAN-Meta-%{version}
+ 
+ iconv -f iso-8859-1 -t utf-8 LICENSE > LICENSE.tmp
+ mv -f LICENSE.tmp LICENSE
+ 
+ %build
+ %{__perl} Makefile.PL INSTALLDIRS=vendor
+ make %{?_smp_mflags}
+ 
+ %install
+ rm -rf $RPM_BUILD_ROOT
+ 
+ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+ 
+ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+ 
+ %{_fixperms} $RPM_BUILD_ROOT/*
+ 
+ %check
+ make test AUTOMATED_TESTING=1
+ 
+ %clean
+ rm -rf $RPM_BUILD_ROOT
+ 
+ %files
+ %defattr(-,root,root,-)
+ %doc Artistic Changes LICENSE README examples/
+ %{perl_vendorlib}/*
+ %{_mandir}/man3/*
+ 
+ %changelog
+ * Sat Jul 31 2010 Paul Howarth <paul at city-fan.org> - 0.17-1
+ - Update to 0.17
+   - Fix RT#46473: license url with fragment part
+   - Fix RT#47393: "optional_features" as map rather than list
+   - Renamed word() to keyword()
+   - Added identifier() validation
+   - Changed optional_features key from a keyword to an identifier type
+   - Clarified spec defined and user defined keys
+   - Fixed qr// delimiters due to issues with the NOT SIGN symbol
+ 
+ * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.13-3
+ - Mass rebuild with perl-5.12.0
+ 
+ * Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 0.13-2
+ - rebuild against perl 5.10.1
+ 
+ * Wed Oct  7 2009 Marcela Mašláňová <mmaslano at redhat.com> - 0.13-1
+ - update to new upstream release
+ 
+ * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-3
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+ 
+ * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-2
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+ 
+ * Tue Jul 01 2008 Steven Pritchard <steve at kspei.com> 0.12-1
+ - Update to 0.12.
+ - BR Test::Builder and Test::Builder::Tester.
+ 
+ * Wed Jun 04 2008 Steven Pritchard <steve at kspei.com> 0.11-1
+ - Update to 0.11.
+ 
+ * Fri May 16 2008 Steven Pritchard <steve at kspei.com> 0.10-1
+ - Specfile autogenerated by cpanspec 1.75.
+ - Enable author tests.
+ - Add examples to docs.
+ - BR Test::More.
+ - Convert LICENSE to UTF-8.
+ - Drop bogus Requires.


More information about the scm-commits mailing list