# # Conditional build: %bcond_with tests # perform "make test" (fails in 1.53) # %include /usr/lib/rpm/macros.perl %define pdir XML %define pnam LibXSLT Summary: XML::LibXSLT - Interface to the GNOME libxslt library Summary(pl): XML::LibXSLT - Interfejs do biblioteki libxslt z GNOME Name: perl-%{pdir}-%{pnam} Version: 1.53 Release: 2 License: GPL/Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 1fc25bedd58fbf9f3faf0d4936632645 BuildRequires: libxslt-devel >= 1.0.6 BuildRequires: perl-XML-LibXML >= 1.30 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 Requires: libxslt >= 1.0.6 Requires: perl-XML-LibXML >= 1.30 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %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. %description -l pl Ten moduł jest interfejsem do libxslt z projektu GNOME. Jest to bardzo dobry silnik XSLT, o dużej zgodności ze standardem, a także bardzo szybki. Według testów jest ponad dwa razy szybszy od Sablotrona. %prep %setup -q -n %{pdir}-%{pnam}-%{version} %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} \ OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} install example/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes README %{perl_vendorarch}/XML/LibXSLT.pm %{perl_vendorarch}/XML/benchmark.pl %dir %{perl_vendorarch}/auto/XML/LibXSLT %{perl_vendorarch}/auto/XML/LibXSLT/LibXSLT.bs %attr(755,root,root) %{perl_vendorarch}/auto/XML/LibXSLT/LibXSLT.so %{_mandir}/man3/* %{_examplesdir}/%{name}-%{version}