commit e6e3247fca69083c71be87fbb798781459d3b9ee Author: Petr Písař <ppi...@redhat.com> Date: Fri Mar 13 08:54:55 2015 +0100
3.30 bump .gitignore | 1 + .rpmlint | 2 ++ license.email | 57 ----------------------------------------------- perl-Text-ParseWords.spec | 11 ++++----- sources | 2 +- 5 files changed, 10 insertions(+), 63 deletions(-) --- diff --git a/.gitignore b/.gitignore index 3f96d0e..38751a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Text-ParseWords-3.29.tar.gz +/Text-ParseWords-3.30.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..008b590 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (quotewords|tokenizing)"); diff --git a/perl-Text-ParseWords.spec b/perl-Text-ParseWords.spec index aa401ce..b65e9f1 100644 --- a/perl-Text-ParseWords.spec +++ b/perl-Text-ParseWords.spec @@ -1,12 +1,11 @@ Name: perl-Text-ParseWords -Version: 3.29 -Release: 310%{?dist} +Version: 3.30 +Release: 1%{?dist} Summary: Parse text into an array of tokens or array of arrays License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-ParseWords/ Source0: http://www.cpan.org/authors/id/C/CH/CHORNY/Text-ParseWords-%{version}.tar.gz -Source1: license.email BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) @@ -39,7 +38,6 @@ for F in CHANGES README; do touch -r "$F" "${F}.unix" mv "${F}.unix" "$F" done -cp %{SOURCE1} ./ %build perl Makefile.PL INSTALLDIRS=vendor @@ -54,11 +52,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; make test %files -%doc CHANGES README license.email +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Fri Mar 13 2015 Petr Pisar <ppi...@redhat.com> - 3.30-1 +- 3.30 bump + * Wed Sep 03 2014 Jitka Plesnikova <jples...@redhat.com> - 3.29-310 - Increase release to favour standalone package diff --git a/sources b/sources index 24677b3..a650262 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3d5e6349529a66c56367fc94e99d6f9 Text-ParseWords-3.29.tar.gz +9e98d7ba9a2eecd49c21b37d5f04a7a7 Text-ParseWords-3.30.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel