Update to 2.14.

This commit is contained in:
Jose Pedro Oliveira 2005-09-09 10:35:40 +00:00
parent 79d7f6c2ac
commit e608d290f4
3 changed files with 15 additions and 13 deletions

View File

@ -1 +1 @@
XML-Simple-2.13.tar.gz XML-Simple-2.14.tar.gz

View File

@ -1,21 +1,18 @@
%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
Name: perl-XML-Simple Name: perl-XML-Simple
Version: 2.13 Version: 2.14
Release: 2 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-2.13.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(XML::SAX), perl(XML::NamespaceSupport), perl(XML::Parser) BuildRequires: perl(Tie::IxHash), perl(XML::NamespaceSupport)
BuildRequires: perl(Tie::IxHash), perl(Storable) BuildRequires: perl(XML::Parser), perl(XML::SAX)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# 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
# tests to fail if it is installed as the default SAX parser. # tests to fail if it is installed as the default SAX parser.
@ -44,7 +41,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/* chmod -R u+w $RPM_BUILD_ROOT/*
%check || : %check
make test make test
@ -54,13 +51,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
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> * Fri Sep 9 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.14-1
- Update to 2.14.
- Added the dist tag.
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.13-2
- rebuilt - rebuilt
* Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.13-1 * Sat Nov 27 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.13-1

View File

@ -1 +1 @@
3891139e5e2e2134e596aa1404e866df XML-Simple-2.13.tar.gz f321058271815de28d214c8efb9091f9 XML-Simple-2.14.tar.gz