pghmcfc pushed to perl-Modern-Perl (master). "Update to 1.20140107 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 25 14:46:39 UTC 2015


From c023c9f8c31e0a670852fe3ed5bcf47cb0c002e9 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Mon, 25 May 2015 15:17:52 +0100
Subject: Update to 1.20140107

- New upstream release 1.20140107
  - Updated for 2014 release
  - Added support for 5.18
- Use %license
- Classify buildreqs by usage
- Add runtime dependency on distribution prerequsite perl(autodie)

diff --git a/.gitignore b/.gitignore
index 19750a1..2a34de5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Modern-Perl-1.03.tar.gz
-/Modern-Perl-1.20121103.tar.gz
+/Modern-Perl-[0-9.]*.tar.gz
diff --git a/perl-Modern-Perl.spec b/perl-Modern-Perl.spec
index 01c71c8..83b0890 100644
--- a/perl-Modern-Perl.spec
+++ b/perl-Modern-Perl.spec
@@ -1,23 +1,28 @@
 Name:           perl-Modern-Perl
-Version:        1.20121103
-Release:        3%{?dist}
+Version:        1.20140107
+Release:        1%{?dist}
 Summary:        Enable all of the features of Modern Perl with one command
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Modern-Perl/
 Source0:        http://www.cpan.org/authors/id/C/CH/CHROMATIC/Modern-Perl-%{version}.tar.gz
 BuildArch:      noarch
+# Module Build
 BuildRequires:  perl >= 4:5.10.0
-BuildRequires:  perl(autodie) >= 2.10
+BuildRequires:  perl(autodie) >= 2.22
+BuildRequires:  perl(Module::Build) > 0.36
+# Module Runtime
 BuildRequires:  perl(feature)
 BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Handle)
-BuildRequires:  perl(Module::Build) > 0.36
 BuildRequires:  perl(mro)
 BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(warnings)
+# Test Suite
+BuildRequires:  perl(Test::More) >= 0.98
+# Runtime
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(autodie) >= 2.22
 
 %description
 Modern Perl often relies on the presence of several core and CPAN pragmas
@@ -27,22 +32,31 @@ and modules.  Wouldn't it be nice to use them all with a single command?
 %setup -q -n Modern-Perl-%{version}
 
 %build
-perl Build.PL installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %{_fixperms} %{buildroot}
 
 %check
 ./Build test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/Modern/
-%{_mandir}/man3/Modern::Perl.3pm*
+%{_mandir}/man3/Modern::Perl.3*
 
 %changelog
+* Mon May 25 2015 Paul Howarth <paul at city-fan.org> - 1.20140107-1
+- Update to 1.20140107
+  - Updated for 2014 release
+  - Added support for 5.18
+- Use %%license
+- Classify buildreqs by usage
+- Add runtime dependency on distribution prerequsite perl(autodie)
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.20121103-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index a7462b5..d2616f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-729cab81b61576e2b62850117397ff48  Modern-Perl-1.20121103.tar.gz
+2f2fa64cbefd8945cae08dddf7b00cbf  Modern-Perl-1.20140107.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Modern-Perl.git/commit/?h=master&id=c023c9f8c31e0a670852fe3ed5bcf47cb0c002e9


More information about the perl-devel mailing list