fix br, license

This commit is contained in:
Tom Callaway 2007-10-17 04:52:23 +00:00
parent 0904f6a9f4
commit 74b83d27a9

View File

@ -1,16 +1,17 @@
Name: perl-XML-RegExp
Version: 0.03
Release: 2%{?dist}
Release: 2%{?dist}.1
Summary: Regular expressions for XML tokens
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/XML-RegExp/
Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl
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> - 0.03-2.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Thu Jun 29 2006 Orion Poplawski <orion@cora.nwra.com> - 0.03-2
- Bump for new perl version (#196668)