Compare commits
No commits in common. "c8-stream-5.3" and "c8s" have entirely different histories.
c8-stream-
...
c8s
18
.gitignore
vendored
18
.gitignore
vendored
@ -1 +1,17 @@
|
||||
SOURCES/podlators-4.12.tar.gz
|
||||
/podlators-2.4.2.tar.gz
|
||||
/podlators-2.5.0.tar.gz
|
||||
/podlators-2.5.1.tar.gz
|
||||
/podlators-2.5.2.tar.gz
|
||||
/podlators-2.5.3.tar.gz
|
||||
/podlators-4.00.tar.gz
|
||||
/podlators-4.01.tar.gz
|
||||
/podlators-4.02.tar.gz
|
||||
/podlators-4.03.tar.gz
|
||||
/podlators-4.04.tar.gz
|
||||
/podlators-4.05.tar.gz
|
||||
/podlators-4.06.tar.gz
|
||||
/podlators-4.07.tar.gz
|
||||
/podlators-4.08.tar.gz
|
||||
/podlators-4.09.tar.gz
|
||||
/podlators-4.10.tar.gz
|
||||
/podlators-4.11.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
90fe30f4ebb70bb7df16dfc68ad926c91188f7c9 SOURCES/podlators-4.12.tar.gz
|
||||
2
perl-podlators.rpmlintrc
Normal file
2
perl-podlators.rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* roff");
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user