[perl-Test-Kwalitee] Update to 1.02

Paul Howarth pghmcfc at fedoraproject.org
Mon Apr 1 15:42:06 UTC 2013


commit 1e12d6e82fbe90c33ddaf5e7194a2369af93c82e
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Apr 1 16:41:09 2013 +0100

    Update to 1.02
    
    - New upstream release 1.02
      - No operational changes - re-releasing under new management via github and
        Dist::Zilla
    - This release by ETHER -> update source URL
    - Update upstream URLs to MetaCPAN
    - Switch to ExtUtils::MakeMaker flow
    - Package upstream's new LICENSE file

 perl-Test-Kwalitee.spec |   30 ++++++++++++++++++++----------
 sources                 |    2 +-
 2 files changed, 21 insertions(+), 11 deletions(-)
---
diff --git a/perl-Test-Kwalitee.spec b/perl-Test-Kwalitee.spec
index d2945fb..c2207f1 100644
--- a/perl-Test-Kwalitee.spec
+++ b/perl-Test-Kwalitee.spec
@@ -1,15 +1,15 @@
 Name:		perl-Test-Kwalitee
-Version:	1.01
-Release:	15%{?dist}
+Version:	1.02
+Release:	1%{?dist}
 Summary:	Test the Kwalitee of a distribution before you release it
 License:	GPL+ or Artistic
 Group:		Development/Libraries
-URL:		http://search.cpan.org/dist/Test-Kwalitee/
-Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/Test-Kwalitee-%{version}.tar.gz
+URL:		http://metacpan.org/module/Test::Kwalitee
+Source0:	http://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Kwalitee-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	perl(Cwd)
-BuildRequires:	perl(Module::Build)
+BuildRequires:	perl(ExtUtils::MakeMaker)
 BuildRequires:	perl(Module::CPANTS::Analyse) >= 0.82
 BuildRequires:	perl(strict)
 BuildRequires:	perl(Test::Builder)
@@ -30,26 +30,36 @@ computer science).
 %setup -q -n Test-Kwalitee-%{version}
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}
 
 %check
-./Build test
+make test
 
 %clean
 rm -rf %{buildroot}
 
 %files
-%doc ChangeLog README
+%doc Changes LICENSE README
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Kwalitee.3pm*
 
 %changelog
+* Mon Apr  1 2013  Paul Howarth <paul at city-fan.org> - 1.02-1
+- Update to 1.02
+  - No operational changes - re-releasing under new management via github and
+    Dist::Zilla
+- This release by ETHER -> update source URL
+- Update upstream URLs to MetaCPAN
+- Switch to ExtUtils::MakeMaker flow
+- Package upstream's new LICENSE file
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.01-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 7593ea7..2c63e7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c37404427f08bd91808d2b5391ddc394  Test-Kwalitee-1.01.tar.gz
+0d3a5e76057ecdae20b836bf5804dc5a  Test-Kwalitee-1.02.tar.gz


More information about the scm-commits mailing list