4.11 bump
This commit is contained in:
parent
49c1364c84
commit
43ad903d6c
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,3 +14,5 @@
|
||||
/podlators-4.08.tar.gz
|
||||
/podlators-4.09.tar.gz
|
||||
/podlators-4.10.tar.gz
|
||||
/perl-podlators.spec
|
||||
/podlators-4.11.tar.gz
|
||||
|
||||
@ -1,20 +1,30 @@
|
||||
Name: perl-podlators
|
||||
Version: 4.10
|
||||
Release: 2%{?dist}
|
||||
Version: 4.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Format POD source into various output formats
|
||||
# pod/perlpodstyle: MIT
|
||||
# pod/perlpodstyle.pod: FSFAP
|
||||
# other files: GPL+ or Artistic
|
||||
## Not in the binary package
|
||||
# t/data/basic.cap: FSFAP
|
||||
# t/data/basic.clr: FSFAP
|
||||
# t/data/basic.man: FSFAP
|
||||
# t/data/basic.ovr: FSFAP
|
||||
# t/data/basic.pod: FSFAP
|
||||
# t/data/basic.txt: FSFAP
|
||||
# t/data/snippets/man/uppercase-license: MIT
|
||||
# t/data/snippets/README: FSFAP
|
||||
# t/docs/pod.t: MIT
|
||||
# t/docs/pod-spelling.t: MIT
|
||||
# t/docs/spdx-license.t: MIT
|
||||
# t/docs/synopsis.t: MIT
|
||||
# t/docs/urls.t: MIT
|
||||
# t/lib/Test/RRA.pm: MIT
|
||||
# t/lib/Test/RRA/Config.pm: MIT
|
||||
# t/lib/Test/RRA/ModuleVersion.pm: MIT
|
||||
# t/style/minimum-version.t: MIT
|
||||
# t/style/module-version.t: MIT
|
||||
# t/style/strict.t: MIT
|
||||
License: (GPL+ or Artistic) and MIT
|
||||
License: (GPL+ or Artistic) and FSFAP
|
||||
URL: http://search.cpan.org/dist/podlators/
|
||||
Source0: http://www.cpan.org/authors/id/R/RR/RRA/podlators-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
@ -89,6 +99,7 @@ make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
unset AUTHOR_TESTING AUTOMATED_TESTING RELEASE_TESTING
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -100,6 +111,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed May 09 2018 Petr Pisar <ppisar@redhat.com> - 4.11-1
|
||||
- 4.11 bump
|
||||
- License changed to (GPL+ or Artistic) and FSFAP
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (podlators-4.10.tar.gz) = f5512eef7aa1799dac2ee29ee68210a12cfb427defc5f42cebe0f5e68615b5393ed8927d5dcfb91feb7f9967277d93386822d870412cc0c6bf4f93d66fbc5b77
|
||||
SHA512 (podlators-4.11.tar.gz) = ec634f3abceb4f7da95a17f7e9d1d9cf49b109d796c996ad3d093ccc92131d055312be82ec8f1bbb3d8a6d01077e621dec6ba5d5e1f92f377d70ab0d4d170241
|
||||
|
||||
Loading…
Reference in New Issue
Block a user