- BR: perl(ExtUtils::MakeMaker).
- Update license tag.
This commit is contained in:
parent
f1db5dc20c
commit
c138105042
@ -1,8 +1,8 @@
|
||||
Name: perl-Test-LongString
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Perl module to test long strings
|
||||
License: GPL or Artistic
|
||||
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
|
||||
@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Required by the tests
|
||||
BuildRequires: perl(Test::Builder) >= 0.12
|
||||
# 0.11 would require 1.04, but we only have 1.02
|
||||
@ -56,6 +57,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 06 2007 Ralf Corsépius <rc040203@freenet.de> - 0.11-2
|
||||
- BR: perl(ExtUtils::MakeMaker).
|
||||
- Update license tag.
|
||||
|
||||
* Wed Feb 21 2007 Ralf Corsépius <rc040203@freenet.de> - 0.11-1
|
||||
- Upstream update.
|
||||
- For now, ignore BR: perl(Test::Builder::Tester) > 1.04.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user