fix license, br

This commit is contained in:
Tom Callaway 2007-10-17 04:09:48 +00:00
parent 5da779d351
commit d71c8b1670

View File

@ -1,15 +1,16 @@
Name: perl-Text-Unidecode
Version: 0.04
Release: 4%{?dist}
Release: 4%{?dist}.1
Summary: US-ASCII transliterations of Unicode text
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Text-Unidecode/
Source0: http://www.cpan.org/modules/by-module/Text/Text-Unidecode-%{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
@ -56,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.04-4.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Tue Aug 29 2006 Patrice Dumas <pertusus at free.fr> - 0.04-4
- rebuild for FC6