fix br, license

This commit is contained in:
Tom Callaway 2007-10-17 04:03:42 +00:00
parent c8cf73882f
commit 012471950a

View File

@ -1,15 +1,16 @@
Name: perl-Text-Template
Version: 1.44
Release: 4%{?dist}
Release: 4%{?dist}.1
Summary: Expand template text with embedded Perl
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Text-Template/
Source0: http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -53,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.44-4.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Thu Sep 7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.44-4
- Rebuild for FC6.