3.100 bump
This commit is contained in:
parent
868661feeb
commit
c715b252fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/Pod-Markdown-3.002.tar.gz
|
||||
/Pod-Markdown-3.003.tar.gz
|
||||
/Pod-Markdown-3.005.tar.gz
|
||||
/Pod-Markdown-3.100.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Pod-Markdown
|
||||
Version: 3.005
|
||||
Release: 8%{?dist}
|
||||
Version: 3.100
|
||||
Release: 1%{?dist}
|
||||
Summary: Convert POD to Markdown
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,7 +11,7 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
@ -41,12 +41,11 @@ This module subclasses Pod::Parser and converts POD to Markdown.
|
||||
%setup -q -n Pod-Markdown-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -60,6 +59,9 @@ make test
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 06 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.100-1
|
||||
- 3.100 bump
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.005-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user