0.311 bump
This commit is contained in:
parent
cb42c2e0f9
commit
04543b5b44
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/Config-AutoConf-0.305.tar.gz
|
||||
/Config-AutoConf-0.309.tar.gz
|
||||
/Config-AutoConf-0.311.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user