commit 295593ea24e9dd6d25ad6fe47c7d20059f1349dd Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Wed Jul 10 12:11:53 2013 +0200 1.05 bump .gitignore | 1 + perl-Pod-Spell.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index 5c605b4..a5fdb81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Pod-Spell-1.01.tar.gz /Pod-Spell-1.04.tar.gz +/Pod-Spell-1.05.tar.gz diff --git a/perl-Pod-Spell.spec b/perl-Pod-Spell.spec index d747e0e..661d280 100644 --- a/perl-Pod-Spell.spec +++ b/perl-Pod-Spell.spec @@ -1,12 +1,13 @@ Name: perl-Pod-Spell -Version: 1.04 -Release: 2%{?dist} +Version: 1.05 +Release: 1%{?dist} Summary: A formatter for spell-checking POD Group: Development/Libraries License: Artistic 2.0 URL: http://search.cpan.org/dist/Pod-Spell/ Source0: http://www.cpan.org/authors/id/X/XE/XENO/Pod-Spell-%{version}.tar.gz BuildArch: noarch +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(strict) BuildRequires: perl(warnings) @@ -19,6 +20,7 @@ BuildRequires: perl(Pod::Escapes) BuildRequires: perl(Pod::Parser) BuildRequires: perl(Text::Wrap) # Tests: +BuildRequires: perl(English) BuildRequires: perl(File::Find) BuildRequires: perl(File::Temp) BuildRequires: perl(Test::Deep) @@ -44,11 +46,10 @@ done perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} - %install -make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -chmod -R u+w $RPM_BUILD_ROOT/* +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} + +chmod -R u+w %{buildroot}/* %check make test @@ -61,6 +62,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Wed Jul 10 2013 Petr Šabata <contyk@xxxxxxxxxx> - 1.05-1 +- 1.05 bump + * Tue Jun 25 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 1.04-2 - Specify all dependencies diff --git a/sources b/sources index 42be1ce..b6d4fba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e74b6ef83c9582fcd14d503557d7671 Pod-Spell-1.04.tar.gz +6346271b76f90c66b191ae58bd235f84 Pod-Spell-1.05.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