Compare commits

...

2 Commits
rawhide ... f24

Author SHA1 Message Date
Petr Písař cdc65b1fd7 3.35 bump 2016-12-02 15:05:38 +01:00
Petr Písař c47befad53 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-12-02 15:05:01 +01:00
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ Pod-Simple-3.05.tar.gz
/Pod-Simple-3.30.tar.gz
/Pod-Simple-3.31.tar.gz
/Pod-Simple-3.32.tar.gz
/Pod-Simple-3.35.tar.gz

View File

@ -1,18 +1,19 @@
Name: perl-Pod-Simple
# Epoch to compete with perl.spec
Epoch: 1
Version: 3.32
Release: 3%{?dist}
Version: 3.35
Release: 1%{?dist}
Summary: Framework for parsing POD documentation
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Pod-Simple/
Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/Pod-Simple-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/K/KH/KHW/Pod-Simple-%{version}.tar.gz
BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# Run-time:
@ -57,7 +58,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
@ -69,6 +70,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Dec 02 2016 Petr Pisar <ppisar@redhat.com> - 1:3.35-1
- 3.35 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.32-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
f05e92d19c8a7301910f133424e74ece Pod-Simple-3.32.tar.gz
ba3ca9abc2e3c7442e93ac50d1f3cbe8 Pod-Simple-3.35.tar.gz