Update to latest CPAN version.
This commit is contained in:
parent
e22f1f70cc
commit
c10d05f591
@ -1,18 +1,19 @@
|
|||||||
Name: perl-XML-Simple
|
Name: perl-XML-Simple
|
||||||
Version: 2.16
|
Version: 2.17
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Easy API to maintain XML in Perl
|
Summary: Easy API to maintain XML in Perl
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/XML-Simple/
|
URL: http://search.cpan.org/dist/XML-Simple/
|
||||||
Source0: http://www.cpan.org/authors/id/G/GR/GRANTM/XML-Simple-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/G/GR/GRANTM/XML-Simple-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl >= 1:5.6.1
|
BuildRequires: perl >= 1:5.6.1
|
||||||
#BuildRequires: perl(Tie::IxHash), perl(XML::NamespaceSupport)
|
BuildRequires: perl(Tie::IxHash), perl(XML::NamespaceSupport)
|
||||||
BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common) perl(XML::Parser), perl(XML::SAX)
|
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(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Requires: perl(XML::Parser)
|
Requires: perl(XML::Parser)
|
||||||
# XML-SAX-ExpatXS up to 0.98 has known namespace bugs, and will cause the
|
# 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
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
# For license text(s), see the perl package.
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%{perl_vendorlib}/XML/
|
%{perl_vendorlib}/XML/
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 05 2006 Robin Norwood <rnorwood@redhat.com> - 2.16-2
|
||||||
- Fix incorrect 'Release' tag - removed extra dot.
|
- 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
|
* 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 -
|
- fix bug 191911: make test fails when default Parser is XML::SAX::PurePerl -
|
||||||
succeeds when default Parser is XML::LibXML::SAX -
|
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
|
* Wed Jun 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.14-2.2
|
||||||
- Require perl-XML-Parser (#193985)
|
- Require perl-XML-Parser (#193985)
|
||||||
@ -97,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- build requirement for perl < 5.8.0 - perl(Storable)
|
- 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
|
* 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).
|
- 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
|
* Mon Apr 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.12-0.fdr.1
|
||||||
|
Loading…
Reference in New Issue
Block a user