0.04 bump
This commit is contained in:
parent
58304f2c8a
commit
99361a2aee
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Module-Install-ReadmeMarkdownFromPod-0.03.tar.gz
|
||||
/Module-Install-ReadmeMarkdownFromPod-0.04.tar.gz
|
||||
|
@ -1,8 +0,0 @@
|
||||
diff -up Module-Install-ReadmeMarkdownFromPod-0.03/Makefile.PL.orig Module-Install-ReadmeMarkdownFromPod-0.03/Makefile.PL
|
||||
--- Module-Install-ReadmeMarkdownFromPod-0.03/Makefile.PL.orig 2017-05-17 14:10:48.175903465 +0200
|
||||
+++ Module-Install-ReadmeMarkdownFromPod-0.03/Makefile.PL 2017-05-17 14:22:29.436971976 +0200
|
||||
@@ -1,3 +1,4 @@
|
||||
+BEGIN { push @INC, '.'; }
|
||||
use inc::Module::Install;
|
||||
include 'Module::AutoInstall';
|
||||
|
@ -1,12 +1,11 @@
|
||||
Name: perl-Module-Install-ReadmeMarkdownFromPod
|
||||
Version: 0.03
|
||||
Release: 12%{?dist}
|
||||
Version: 0.04
|
||||
Release: 1%{?dist}
|
||||
Summary: Create README.mkdn from POD
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Module-Install-ReadmeMarkdownFromPod/
|
||||
Source0: http://www.cpan.org/authors/id/M/MA/MARCEL/Module-Install-ReadmeMarkdownFromPod-%{version}.tar.gz
|
||||
Patch0: Module-Install-ReadmeMarkdownFromPod-0.03-Fix-building-on-Perl-without-dot-in-INC.patch
|
||||
Source0: http://www.cpan.org/authors/id/M/MA/MATTN/Module-Install-ReadmeMarkdownFromPod-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: findutils
|
||||
BuildRequires: glibc-common
|
||||
@ -26,6 +25,7 @@ BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Pod::Parser)
|
||||
BuildRequires: perl(Pod::Text)
|
||||
BuildRequires: perl(strict)
|
||||
@ -47,7 +47,6 @@ GitHub to display nicely formatted information about a repository.
|
||||
|
||||
%prep
|
||||
%setup -q -n Module-Install-ReadmeMarkdownFromPod-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
# README is ISO-8859-1 encoded
|
||||
iconv -f iso-8859-1 -t utf8 < README > README.utf8
|
||||
@ -71,6 +70,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu May 18 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-1
|
||||
- 0.04 bump
|
||||
|
||||
* Wed May 17 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.03-12
|
||||
- Fix building on Perl without '.' in @INC
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
385e2370fda4b2853a72082f83d7f9e5 Module-Install-ReadmeMarkdownFromPod-0.03.tar.gz
|
||||
SHA512 (Module-Install-ReadmeMarkdownFromPod-0.04.tar.gz) = 88ed4bc756360744cba17afb75460bf5aa7f9d606f016923dabf910df481b6de88f44c8015ad3e29a9d5c498ebd0926f60ff12c27b5076f4c2242dd1a28c5d87
|
||||
|
Loading…
Reference in New Issue
Block a user