[perl-Text-Autoformat] 1.669007 bump

Petr Šabata psabata at fedoraproject.org
Tue Feb 10 10:13:32 UTC 2015


commit 31fe35993714f3212c0b005b6267d11d6bed8aeb
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Feb 10 11:13:22 2015 +0100

    1.669007 bump

 perl-Text-Autoformat.spec |   14 ++++++++------
 sources                   |    2 +-
 2 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec
index 7668be6..1bf82c7 100644
--- a/perl-Text-Autoformat.spec
+++ b/perl-Text-Autoformat.spec
@@ -1,5 +1,5 @@
 Name:           perl-Text-Autoformat
-Version:        1.669006
+Version:        1.669007
 Release:        1%{?dist}
 Summary:        Automatic text wrapping and reformatting
 License:        GPL+ or Artistic
@@ -9,14 +9,14 @@ Source0:        http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-%{ve
 BuildArch:      noarch
 # Module Build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Module Runtime
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(overload)
-BuildRequires:  perl(strict)
 BuildRequires:  perl(Text::Reform) >= 1.11
 BuildRequires:  perl(Text::Tabs)
 BuildRequires:  perl(utf8)
@@ -24,7 +24,7 @@ BuildRequires:  perl(vars)
 # Test Suite
 BuildRequires:  perl(Test::More)
 # Runtime
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 # Do not export private modules
 %global __provides_exclude %{?__provides_exclude|%__provides_exclude|}^perl\\((Hang|NullHang)\\)
@@ -46,12 +46,11 @@ the built-in Perl format() mechanism.
 chmod -c -x config.*
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -63,6 +62,9 @@ make test
 %{_mandir}/man3/Text::Autoformat.3pm*
 
 %changelog
+* Tue Feb 10 2015 Petr Šabata <contyk at redhat.com> - 1.669007-1
+- 1.669007 bump
+
 * Fri Nov 14 2014 Petr Pisar <ppisar at redhat.com> - 1.669006-1
 - 1.669006 bump
 
diff --git a/sources b/sources
index cf478ef..326f0d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24fd91e41790cdd7a800922a76845b2c  Text-Autoformat-1.669006.tar.gz
+7c81ac5839d27028f2a7f50d0676c67e  Text-Autoformat-1.669007.tar.gz



More information about the perl-devel mailing list