5.021011 bump
This commit is contained in:
parent
78684f776f
commit
f18ecfd7ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/perlfaq-5.021009.tar.gz
|
||||
/perlfaq-5.021010.tar.gz
|
||||
/perlfaq-5.021011.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-perlfaq
|
||||
Version: 5.021010
|
||||
Release: 2%{?dist}
|
||||
Version: 5.021011
|
||||
Release: 1%{?dist}
|
||||
Summary: Frequently asked questions about Perl
|
||||
# Code examples are Public Domain
|
||||
License: (GPL+ or Artistic) and Public Domain
|
||||
@ -8,7 +8,6 @@ Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/perlfaq/
|
||||
Source0: http://www.cpan.org/authors/id/L/LL/LLAP/perlfaq-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
@ -30,10 +29,6 @@ questions about Perl and Perl programming.
|
||||
|
||||
%prep
|
||||
%setup -q -n perlfaq-%{version}
|
||||
# Do not install README.pod,
|
||||
# <https://github.com/perl-doc-cats/perlfaq/issues/61>
|
||||
rm README.pod
|
||||
sed -i -e '/^README\.pod/d' MANIFEST
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@ -41,7 +36,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -54,6 +49,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 07 2016 Petr Pisar <ppisar@redhat.com> - 5.021011-1
|
||||
- 5.021011 bump
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.021010-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user