Compare commits

...

No commits in common. "c8-stream-5.3" and "c8-stream-5.26" have entirely different histories.

3 changed files with 9 additions and 28 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/podlators-4.12.tar.gz
SOURCES/podlators-4.11.tar.gz

View File

@ -1 +1 @@
90fe30f4ebb70bb7df16dfc68ad926c91188f7c9 SOURCES/podlators-4.12.tar.gz
18f7e1ab059909cd0b90fa380da70f720a65ec6f SOURCES/podlators-4.11.tar.gz

View File

@ -1,7 +1,6 @@
Name: perl-podlators
Epoch: 1
Version: 4.12
Release: 2%{?dist}
Version: 4.11
Release: 1%{?dist}
Summary: Format POD source into various output formats
# pod/perlpodstyle.pod: FSFAP
# other files: GPL+ or Artistic
@ -26,8 +25,8 @@ Summary: Format POD source into various output formats
# t/style/module-version.t: MIT
# t/style/strict.t: MIT
License: (GPL+ or Artistic) and FSFAP
URL: https://metacpan.org/release/podlators
Source0: https://cpan.metacpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
URL: http://search.cpan.org/dist/podlators/
Source0: http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make
BuildRequires: perl-generators
@ -92,11 +91,11 @@ with various capabilities.
%setup -q -n podlators-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
%{make_install}
make pure_install DESTDIR=$RPM_BUILD_ROOT
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -112,24 +111,6 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Jun 05 2019 Petr Pisar <ppisar@redhat.com> - 1:4.12-1
- 4.12 bump
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.11-438
- Increase release to favour standalone package
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:4.11-2
- Perl 5.28 rebuild
* Wed May 09 2018 Petr Pisar <ppisar@redhat.com> - 4.11-1
- 4.11 bump
- License changed to (GPL+ or Artistic) and FSFAP