2007-01-15 23:32:14 +00:00
|
|
|
#
|
2011-09-12 09:40:30 +00:00
|
|
|
# spec file for package perl-XML-LibXSLT
|
2007-01-15 23:32:14 +00:00
|
|
|
#
|
2011-09-12 09:40:30 +00:00
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:32:14 +00:00
|
|
|
#
|
2008-09-30 16:07:01 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-15 23:32:14 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2008-09-30 16:07:01 +00:00
|
|
|
|
2007-01-15 23:32:14 +00:00
|
|
|
Name: perl-XML-LibXSLT
|
2011-10-31 08:39:14 +00:00
|
|
|
Version: 1.75
|
2011-09-12 09:40:30 +00:00
|
|
|
Release: 7
|
2011-12-06 17:49:47 +00:00
|
|
|
License: GPL-1.0+ or Artistic-1.0
|
2007-01-15 23:32:14 +00:00
|
|
|
Summary: XML::LibXSLT Perl Module
|
2011-09-12 09:40:30 +00:00
|
|
|
Url: http://www.cpan.org/modules/by-module/XML/
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Source: XML-LibXSLT-%{version}.tar.gz
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: perl-XML-LibXML
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
Requires: perl-XML-LibXML
|
2007-01-15 23:32:14 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-03 14:56:17 +00:00
|
|
|
%{perl_requires}
|
2007-01-15 23:32:14 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This module is a fast XSLT library, based on the GNOME libxslt engine
|
|
|
|
that you can find at http://www.xmlsoft.org/XSLT/.
|
|
|
|
|
2008-02-08 20:08:27 +00:00
|
|
|
The performance is currently about twice that of XML::Sablotron (based
|
|
|
|
on XSLTMark tests converted to Perl). The libxslt processor is also
|
|
|
|
highly standard compliant, with practically all of XSLT 1.0 being
|
|
|
|
supported in version 0.9 of libxslt.
|
2007-01-15 23:32:14 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n XML-LibXSLT-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 11:57:23 +00:00
|
|
|
make %{?_smp_mflags}
|
2008-02-08 20:08:27 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
2007-01-15 23:32:14 +00:00
|
|
|
|
|
|
|
%install
|
2011-09-12 09:40:30 +00:00
|
|
|
make DESTDIR=%{buildroot} install_vendor
|
2007-01-15 23:32:14 +00:00
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
2011-09-12 09:40:30 +00:00
|
|
|
rm -rf %{buildroot}
|
2007-01-15 23:32:14 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Changes README
|
|
|
|
%doc %{_mandir}/man3/*
|
|
|
|
%{perl_vendorarch}/XML
|
|
|
|
%{perl_vendorarch}/auto/XML
|
|
|
|
|
2008-02-08 20:08:27 +00:00
|
|
|
%changelog
|