%define pkg_name XML-LibXSLT %define pkg_version 1.63 %define rpm_pkg_version 1.63 %define rpm_pkg_release 1.n0i.12 Summary: Interface to the gnome libxslt library Name: perl-%{pkg_name} Version: %{rpm_pkg_version} Release: %{rpm_pkg_release}%{?cpan_version}%{?dist} Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/%{pkg_name}/ Source0: http://www.cpan.org/authors/id/P/PA/PAJAS/%{pkg_name}-%{pkg_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: reb00t-rpmdevtools BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: libxslt-devel >= 1.0.6 Requires: perl(XML::LibXML) >= 1.60 %{!?_without_test:BuildRequires: perl(XML::LibXML) >= 1.60} %description This module is an interface to the gnome project's libxslt. This is an extremely good XSLT engine, highly compliant and also very fast. I have tests showing this to be more than twice as fast as Sablotron. %prep %setup -q -n %{pkg_name}-%{pkg_version} %build %{perl_build} %{!?_without_test:%{__make} test} %install %{__rm} -rf $RPM_BUILD_ROOT %{perl_install} %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{perl_files} %exclude %{perl_vendorarch}/XML/benchmark.pl %doc Changes README %changelog * Mon Sep 10 2007 Marius Feraru - 1.63-1.n0i.12 - version 1.63 * Sun May 27 2007 Marius Feraru - 1.62-1.n0i.11 - spec file (re)created using N0i::CPAN::RPMizer v1.14.8 - version 1.62 * Sat Mar 04 2006 Marius Feraru - 1.58-2.n0i.10 - automatic rebuild (perl 5.8.8) * Tue Aug 09 2005 Marius FERARU 1.58-1.n0i.9 - version 1.58 * Sat Jul 23 2005 Marius Feraru 1.57-5.n0i.8 - spec file (re)created using N0i::CPAN::RPMizer/1.01 - rebuild on perl 5.8.7 * Sun Mar 20 2005 Marius Feraru 0:1.57-2.n0i.7 - automatic rebuild (perl 5.8.6) * Fri Dec 03 2004 Marius Feraru 0:1.57-2.n0i.6 - rebuild (perl 5.8.6) - no dependencies are to be computed based on files in %%docdir * Fri Apr 30 2004 Marius Feraru 0:1.57-1.n0i.5 - automatic rebuild * Wed Apr 21 2004 Marius Feraru 0:1.57-1.n0i.4 - automatic rebuild * Sat Apr 03 2004 Marius Feraru 0:1.57-1.n0i.3 - version 1.57 - spec file (re?)created using N0i::CPAN::RPMizer/2004032101 * Sun Feb 01 2004 Marius FERARU 0:1.53-0.n0i.2 - spec file (re?)created using N0i::CPAN::RPMizer/2004011001 * Sun Jun 29 2003 Marius FERARU 1.53-0.n0i - Initial build.