fix br, license

This commit is contained in:
Tom Callaway 2007-10-16 20:30:55 +00:00
parent c1b378d552
commit 734db183ab

View File

@ -2,18 +2,19 @@
Name: perl-IO-String
Version: 1.08
Release: 1.1.1
Release: 2
Summary: Emulate file interface for in-core strings
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/IO-String/
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.6.1
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -64,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.08-2
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
- rebuild