diff --git a/.gitignore b/.gitignore index 105e863..ab7a7e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Config-AutoConf-0.305.tar.gz /Config-AutoConf-0.309.tar.gz +/Config-AutoConf-0.311.tar.gz diff --git a/perl-Config-AutoConf.spec b/perl-Config-AutoConf.spec index 1d90fff..50a131a 100644 --- a/perl-Config-AutoConf.spec +++ b/perl-Config-AutoConf.spec @@ -1,12 +1,11 @@ Name: perl-Config-AutoConf -Version: 0.309 -Release: 2%{?dist} +Version: 0.311 +Release: 1%{?dist} Summary: A module to implement some of AutoConf macros in pure Perl License: GPL+ or Artistic URL: http://search.cpan.org/dist/Config-AutoConf/ Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/Config-AutoConf-%{version}.tar.gz BuildArch: noarch -BuildRequires: %{_bindir}/iconv BuildRequires: glibc-headers # Build BuildRequires: perl @@ -38,9 +37,6 @@ a command, a library and similar. %prep %setup -q -n Config-AutoConf-%{version} -iconv -f latin1 -t utf8 README > README.utf8 && \ - touch README.utf8 -r README && \ - mv -f README.utf8 README %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 @@ -54,11 +50,14 @@ make pure_install DESTDIR=%{buildroot} make test %files -%doc Changes README +%doc Changes README.md %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed Jun 10 2015 Petr Ĺ abata - 0.311-1 +- 0.311 bump + * Thu Jun 04 2015 Jitka Plesnikova - 0.309-2 - Perl 5.22 rebuild diff --git a/sources b/sources index b75117a..cfb9224 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3c6370a7501725e109ea8179c510424 Config-AutoConf-0.309.tar.gz +fa19f46bbd5bb0bd23ee41e8fd7b533f Config-AutoConf-0.311.tar.gz