diff --git a/.cvsignore b/.cvsignore index b4714a2..cc01ae4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -XML-Simple-2.13.tar.gz +XML-Simple-2.14.tar.gz diff --git a/perl-XML-Simple.spec b/perl-XML-Simple.spec index bd369fa..99b6fb8 100644 --- a/perl-XML-Simple.spec +++ b/perl-XML-Simple.spec @@ -1,21 +1,18 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-XML-Simple -Version: 2.13 -Release: 2 - +Version: 2.14 +Release: 1%{?dist} Summary: Easy API to maintain XML in Perl Group: Development/Libraries License: GPL or Artistic 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) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(XML::SAX), perl(XML::NamespaceSupport), perl(XML::Parser) -BuildRequires: perl(Tie::IxHash), perl(Storable) +BuildRequires: perl(Tie::IxHash), perl(XML::NamespaceSupport) +BuildRequires: perl(XML::Parser), perl(XML::SAX) 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 # 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/* -%check || : +%check make test @@ -54,13 +51,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) +# For license text(s), see the perl package. %doc Changes README -%{perl_vendorlib}/XML +%{perl_vendorlib}/XML/ %{_mandir}/man3/*.3* %changelog -* Fri Apr 7 2005 Michael Schwendt +* Fri Sep 9 2005 Jose Pedro Oliveira - 2.14-1 +- Update to 2.14. +- Added the dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 2.13-2 - rebuilt * Sat Nov 27 2004 Jose Pedro Oliveira - 0:2.13-1 diff --git a/sources b/sources index 2550a7e..520f406 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3891139e5e2e2134e596aa1404e866df XML-Simple-2.13.tar.gz +f321058271815de28d214c8efb9091f9 XML-Simple-2.14.tar.gz