3.400 bump (rhbz#2246865)
This commit is contained in:
parent
54dfea7da2
commit
7ad90d6ce0
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/Pod-Markdown-3.101.tar.gz
|
||||
/Pod-Markdown-3.200.tar.gz
|
||||
/Pod-Markdown-3.300.tar.gz
|
||||
/Pod-Markdown-3.400.tar.gz
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* subclasses");
|
||||
@ -1,15 +1,15 @@
|
||||
Name: perl-Pod-Markdown
|
||||
Version: 3.300
|
||||
Release: 9%{?dist}
|
||||
Version: 3.400
|
||||
Release: 1%{?dist}
|
||||
Summary: Convert POD to Markdown
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Pod-Markdown
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RW/RWSTAUNER/Pod-Markdown-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
@ -46,7 +46,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} -c $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -54,11 +54,16 @@ make test
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man[13]/*
|
||||
%{_bindir}/*
|
||||
%{_bindir}/pod2markdown
|
||||
%{perl_vendorlib}/Pod/
|
||||
%{_mandir}/man1/pod2markdown.1*
|
||||
%{_mandir}/man3/Pod::Markdown.3*
|
||||
%{_mandir}/man3/Pod::Perldoc::ToMarkdown.3*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 30 2023 Paul Howarth <paul@city-fan.org> - 3.400-1
|
||||
- 3.400 bump (rhbz#2246865)
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.300-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pod-Markdown-3.300.tar.gz) = 3c4b0d44a94f5542662c45ba03d5fd0852619c9881edf9ca0b006ae05e8a4611ca1b7495dfa32d02fc036e25847146a96b53a4970ae712b5664d328c8d841e88
|
||||
SHA512 (Pod-Markdown-3.400.tar.gz) = b246a071adc5a9c9f720c081313871cb01e254276935a81e5579189fd151f7d7a931575b9d32af325363860c07a3b883fdbc453cb5cc1bc74cca1dd8a7732d2d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user