rpms/perl-XML-Simple/devel perl-XML-Simple.spec,1.9,1.10

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Mon Aug 13 21:20:19 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-XML-Simple/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13541

Modified Files:
	perl-XML-Simple.spec 
Log Message:
Update to latest CPAN version.


Index: perl-XML-Simple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-Simple/devel/perl-XML-Simple.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-XML-Simple.spec	4 Jul 2007 16:14:33 -0000	1.9
+++ perl-XML-Simple.spec	13 Aug 2007 21:19:47 -0000	1.10
@@ -1,18 +1,19 @@
 Name:           perl-XML-Simple
-Version:        2.16
-Release:        3%{?dist}
+Version:        2.17
+Release:        1%{?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) perl(XML::Parser), perl(XML::SAX)
+BuildRequires:  perl(Tie::IxHash), perl(XML::NamespaceSupport)
+BuildRequires:  perl(XML::LibXML), perl(XML::LibXML::Common), perl(XML::Parser), perl(XML::SAX)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 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
@@ -52,13 +53,18 @@
 
 %files
 %defattr(-,root,root,-)
-# For license text(s), see the perl package.
 %doc Changes README
 %{perl_vendorlib}/XML/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Mon Aug 13 2007 Robin Norwood <rnorwood at redhat.com> - 2.17-1
+- Update to latest CPAN version: 2.17
+- Add BuildRequires
+- Fix macro-in-changelog rpmlint warning
+- Fix license tag
+
 * Tue Dec 05 2006 Robin Norwood <rnorwood at redhat.com> - 2.16-2
 - Fix incorrect 'Release' tag - removed extra dot.
 
@@ -68,7 +74,7 @@
 * Wed Jun  7 2006 Jason Vas Dias <jvdias at redhat.com> - 2.14-4
 - fix bug 191911: make test fails when default Parser is XML::SAX::PurePerl -
                   succeeds when default Parser is XML::LibXML::SAX -
-	          +BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common)
+                  +BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common)
 
 * Wed Jun  7 2006 Matthias Clasen <mclasen at redhat.com> - 2.14-2.2
 - Require perl-XML-Parser (#193985)
@@ -97,7 +103,7 @@
 - build requirement for perl < 5.8.0 - perl(Storable)
 
 * Thu May  6 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.12-0.fdr.2
-- missing $RPM_OPT_FLAGS in the %build section.
+- missing $RPM_OPT_FLAGS in the %%build section.
 - optional test module as build requirement perl(Tie::IxHash).
 
 * Mon Apr 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.12-0.fdr.1




More information about the fedora-extras-commits mailing list