0.311 bump

This commit is contained in:
Petr Šabata 2015-06-10 15:53:38 +02:00
parent cb42c2e0f9
commit 04543b5b44
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Config-AutoConf-0.305.tar.gz
/Config-AutoConf-0.309.tar.gz
/Config-AutoConf-0.311.tar.gz

View File

@ -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 <contyk@redhat.com> - 0.311-1
- 0.311 bump
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.309-2
- Perl 5.22 rebuild

View File

@ -1 +1 @@
a3c6370a7501725e109ea8179c510424 Config-AutoConf-0.309.tar.gz
fa19f46bbd5bb0bd23ee41e8fd7b533f Config-AutoConf-0.311.tar.gz