From 31fe35993714f3212c0b005b6267d11d6bed8aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 10 Feb 2015 11:13:22 +0100 Subject: [PATCH] 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 - 1.669007-1 +- 1.669007 bump + * Fri Nov 14 2014 Petr Pisar - 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