Rebuild for new perl

This commit is contained in:
Tom Callaway 2008-01-25 02:50:43 +00:00
parent 74b83d27a9
commit bbb765d421

View File

@ -1,6 +1,6 @@
Name: perl-XML-RegExp
Version: 0.03
Release: 2%{?dist}.1
Release: 3%{?dist}
Summary: Regular expressions for XML tokens
Group: Development/Libraries
@ -10,7 +10,6 @@ Source0: http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-%{versio
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))
@ -54,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-3
- rebuild for new perl
* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-2.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)