commit 6b9d90790251722b326c1024a72c114c0d44ede1 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Tue Nov 26 12:13:40 2013 +0100 1.500 bump .gitignore | 1 + .rpmlint | 2 ++ perl-Pod-Markdown.spec | 24 +++++++++++++----------- sources | 2 +- 4 files changed, 17 insertions(+), 12 deletions(-) --- diff --git a/.gitignore b/.gitignore index 0bce20d..25d46aa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Pod-Markdown-1.321.tar.gz /Pod-Markdown-1.322.tar.gz /Pod-Markdown-1.401.tar.gz +/Pod-Markdown-1.500.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..15b4f3c --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* subclasses"); diff --git a/perl-Pod-Markdown.spec b/perl-Pod-Markdown.spec index d707c1c..4687194 100644 --- a/perl-Pod-Markdown.spec +++ b/perl-Pod-Markdown.spec @@ -1,5 +1,5 @@ Name: perl-Pod-Markdown -Version: 1.401 +Version: 1.500 Release: 1%{?dist} Summary: Convert POD to Markdown License: GPL+ or Artistic @@ -7,22 +7,23 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/Pod-Markdown/ Source0: http://www.cpan.org/authors/id/R/RW/RWSTAUNER/Pod-Markdown-%{version}.tar.gz BuildArch: noarch -BuildRequires: perl >= 0:5.008 +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) +# Run-time: +BuildRequires: perl(parent) +BuildRequires: perl(Pod::ParseLink) >= 1.10 +BuildRequires: perl(Pod::Parser) >= 1.51 +# Tests: BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(File::Temp) -BuildRequires: perl(IPC::Open3) BuildRequires: perl(IO::Handle) +BuildRequires: perl(IPC::Open3) BuildRequires: perl(List::Util) -BuildRequires: perl(parent) -BuildRequires: perl(Pod::ParseLink) >= 1.10 -BuildRequires: perl(Pod::Parser) >= 1.51 -BuildRequires: perl(strict) BuildRequires: perl(Test::Differences) BuildRequires: perl(Test::More) >= 0.88 -BuildRequires: perl(Test::Script) >= 1.05 -BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description @@ -37,9 +38,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT - find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; - %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -52,6 +51,9 @@ make test %{_bindir}/* %changelog +* Tue Nov 26 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 1.500-1 +- 1.500 bump + * Wed Nov 06 2013 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 1.401-1 - 1.401 bump diff --git a/sources b/sources index bdc5987..b6192f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd03d67c143bc650d71fd5459b79c0b9 Pod-Markdown-1.401.tar.gz +1d485b736ec62127748b65b2d6866f31 Pod-Markdown-1.500.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel