Update to latest CPAN version.
This commit is contained in:
parent
e22f1f70cc
commit
c10d05f591
@ -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.
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user