rpms/perl-XML-Simple/EL-4 perl-XML-Simple.spec,1.7,1.8

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Feb 18 18:49:57 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-XML-Simple/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25716

Modified Files:
	perl-XML-Simple.spec 
Log Message:
fix buildrequires.


Index: perl-XML-Simple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-Simple/EL-4/perl-XML-Simple.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-XML-Simple.spec	30 Jan 2008 19:58:36 -0000	1.7
+++ perl-XML-Simple.spec	18 Feb 2008 18:49:22 -0000	1.8
@@ -1,18 +1,19 @@
 Name:           perl-XML-Simple
 Version:        2.14
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Easy API to maintain XML in Perl
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/XML-Simple/
 Source0:        http://www.cpan.org/authors/id/G/GR/GRANTM/XML-Simple-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(Tie::IxHash), perl(XML::NamespaceSupport)
+BuildRequires:  perl(XML::LibXML), perl(XML::LibXML::Common)
 BuildRequires:  perl(XML::Parser), perl(XML::SAX)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(XML::Parser)
 # XML-SAX-ExpatXS up to 0.98 has known namespace bugs, and will cause the
@@ -58,6 +59,9 @@
 
 
 %changelog
+* Mon Feb 18 2008 Robin Norwood <rnorwood at redhat.com> - 2.14-4
+- Fix BuildRequires.
+
 * Wed Jan 30 2008 Robin Norwood <rnorwood at redhat.com> - 2.14-3
 - Rebuild for EPEL 4
 




More information about the fedora-extras-commits mailing list