4.10 bump
This commit is contained in:
parent
42d2e56c6b
commit
c4dc158f34
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/podlators-4.07.tar.gz
|
||||
/podlators-4.08.tar.gz
|
||||
/podlators-4.09.tar.gz
|
||||
/podlators-4.10.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-podlators
|
||||
Version: 4.09
|
||||
Release: 394%{?dist}
|
||||
Version: 4.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Format POD source into various output formats
|
||||
# pod/perlpodstyle: MIT
|
||||
# other files: GPL+ or Artistic
|
||||
@ -9,18 +9,17 @@ Summary: Format POD source into various output formats
|
||||
# t/docs/pod-spelling.t: MIT
|
||||
# t/docs/synopsis.t: MIT
|
||||
License: (GPL+ or Artistic) and MIT
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/podlators/
|
||||
Source0: http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.6
|
||||
BuildRequires: perl(Config)
|
||||
# Cwd run by PL script in scripts directory
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# File::Basename run by PL script in scripts directory
|
||||
BuildRequires: perl(File::Basename)
|
||||
# File::Spec version declared in lib/Pod/Man.pm comment
|
||||
@ -41,6 +40,7 @@ BuildRequires: perl(Term::Cap)
|
||||
BuildRequires: perl(vars)
|
||||
# Tests:
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(lib)
|
||||
@ -75,12 +75,11 @@ with various capabilities.
|
||||
%setup -q -n podlators-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -95,6 +94,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 02 2018 Petr Pisar <ppisar@redhat.com> - 4.10-1
|
||||
- 4.10 bump
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.09-394
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user