- Upstream update.
- Minor spec cleanups.
This commit is contained in:
parent
e051c41961
commit
3727b9d891
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
Test-LongString-0.13.tar.gz
|
||||
Test-LongString-0.14.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user