Update to latest CPAN version.

This commit is contained in:
Robin Norwood 2007-08-13 21:20:40 +00:00
parent e22f1f70cc
commit c10d05f591
2 changed files with 15 additions and 9 deletions

View File

@ -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 @@ rm -rf $RPM_BUILD_ROOT
%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@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@redhat.com> - 2.16-2
- Fix incorrect 'Release' tag - removed extra dot.
@ -68,7 +74,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jun 7 2006 Jason Vas Dias <jvdias@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@redhat.com> - 2.14-2.2
- Require perl-XML-Parser (#193985)
@ -97,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
- 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

View File

@ -1 +1 @@
80c0980ff63d77b871de41acc7175df7 XML-Simple-2.16.tar.gz
f6522514032092dd0341aa26a408ad4d XML-Simple-2.17.tar.gz