- Upstream update.

- Minor spec cleanups.
This commit is contained in:
Ralf Corsépius 2010-11-03 00:58:04 +01:00
parent e051c41961
commit 3727b9d891
3 changed files with 22 additions and 18 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
Test-LongString-0.13.tar.gz
Test-LongString-0.14.tar.gz

View File

@ -1,24 +1,24 @@
Name: perl-Test-LongString
Version: 0.13
Release: 2%{?dist}
Summary: Perl module to test long strings
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-LongString/
Source0: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Test-LongString-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Name: perl-Test-LongString
Version: 0.14
Release: 1%{?dist}
Summary: Perl module to test long strings
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Test-LongString/
Source0: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Test-LongString-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker)
# Required by the tests
BuildRequires: perl(Test::Builder) >= 0.12
BuildRequires: perl(Test::Builder::Tester) >= 1.04
BuildRequires: perl(Test::Builder) >= 0.12
BuildRequires: perl(Test::Builder::Tester) >= 1.04
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Test::Pod) >= 1.14
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module provides some drop-in replacements for the string comparison
@ -54,6 +54,10 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Nov 03 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.14-1
- Upstream update.
- Minor spec cleanups.
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-2
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
578cb904041a121298ed3aebaf503108 Test-LongString-0.13.tar.gz
d10a25c6c3f22d041d6910fae0b8f826 Test-LongString-0.14.tar.gz