1.669007 bump

epel9
Petr Šabata 10 years ago
parent fc35fd012f
commit 31fe359937

@ -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@redhat.com> - 1.669007-1
- 1.669007 bump
* Fri Nov 14 2014 Petr Pisar <ppisar@redhat.com> - 1.669006-1
- 1.669006 bump

@ -1 +1 @@
24fd91e41790cdd7a800922a76845b2c Text-Autoformat-1.669006.tar.gz
7c81ac5839d27028f2a7f50d0676c67e Text-Autoformat-1.669007.tar.gz

Loading…
Cancel
Save