Compare commits
No commits in common. "c8-stream-5.3" and "c8" have entirely different histories.
c8-stream-
...
c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/podlators-4.12.tar.gz
|
SOURCES/podlators-4.11.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
90fe30f4ebb70bb7df16dfc68ad926c91188f7c9 SOURCES/podlators-4.12.tar.gz
|
18f7e1ab059909cd0b90fa380da70f720a65ec6f SOURCES/podlators-4.11.tar.gz
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
Name: perl-podlators
|
Name: perl-podlators
|
||||||
Epoch: 1
|
Version: 4.11
|
||||||
Version: 4.12
|
Release: 1%{?dist}
|
||||||
Release: 2%{?dist}
|
|
||||||
Summary: Format POD source into various output formats
|
Summary: Format POD source into various output formats
|
||||||
# pod/perlpodstyle.pod: FSFAP
|
# pod/perlpodstyle.pod: FSFAP
|
||||||
# other files: GPL+ or Artistic
|
# 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/module-version.t: MIT
|
||||||
# t/style/strict.t: MIT
|
# t/style/strict.t: MIT
|
||||||
License: (GPL+ or Artistic) and FSFAP
|
License: (GPL+ or Artistic) and FSFAP
|
||||||
URL: https://metacpan.org/release/podlators
|
URL: http://search.cpan.org/dist/podlators/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
@ -92,11 +91,11 @@ with various capabilities.
|
|||||||
%setup -q -n podlators-%{version}
|
%setup -q -n podlators-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||||
%{make_build}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{make_install}
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -112,24 +111,6 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 09 2018 Petr Pisar <ppisar@redhat.com> - 4.11-1
|
||||||
- 4.11 bump
|
- 4.11 bump
|
||||||
- License changed to (GPL+ or Artistic) and FSFAP
|
- License changed to (GPL+ or Artistic) and FSFAP
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user