Update to 2.14.
This commit is contained in:
parent
79d7f6c2ac
commit
e608d290f4
@ -1 +1 @@
|
|||||||
XML-Simple-2.13.tar.gz
|
XML-Simple-2.14.tar.gz
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user