1 Summary: Library providing the GNOME XSLT engine
4 Release: 1%{?dist}%{?extra_release}
6 Group: Development/Libraries
7 Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
8 BuildRoot: %{_tmppath}/%{name}-%{version}-root
9 URL: http://xmlsoft.org/XSLT/
10 Requires: libxml2 >= 2.6.27
11 BuildRequires: libxml2-devel >= 2.6.27
12 BuildRequires: python python-devel
13 BuildRequires: libxml2-python
14 BuildRequires: libgcrypt-devel
19 This C library allows to transform XML files into other XML files
20 (or HTML, text, ...) using the standard XSLT stylesheet transformation
21 mechanism. To use it you need to have a version of libxml2 >= 2.6.27
22 installed. The xsltproc command is a command line interface to the XSLT engine
25 Summary: Libraries, includes, etc. to embed the GNOME XSLT engine
26 Group: Development/Libraries
27 Requires: libxslt = %{version}-%{release}
28 Requires: libxml2-devel >= 2.6.27
29 Requires: libgcrypt-devel
33 This C library allows to transform XML files into other XML files
34 (or HTML, text, ...) using the standard XSLT stylesheet transformation
35 mechanism. To use it you need to have a version of libxml2 >= 2.6.27
39 Summary: Python bindings for the libxslt library
40 Group: Development/Libraries
41 Requires: libxslt = %{version}-%{release}
42 Requires: libxml2 >= 2.6.27
43 Requires: libxml2-python >= 2.6.27
47 The libxslt-python package contains a module that permits applications
48 written in the Python programming language to use the interface
49 supplied by the libxslt library to apply XSLT transformations.
51 This library allows to parse sytlesheets, uses the libxml2-python
52 to load and save XML and HTML files. Direct access to XPath and
53 the XSLT transformation context are possible to extend the XSLT language
54 with XPath functions written in Python.
69 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
70 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}{,-python}-%{version}
85 %defattr(-, root, root)
87 %doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
88 %doc doc/*.html doc/html doc/tutorial doc/tutorial2 doc/*.gif
90 %doc %{_mandir}/man1/xsltproc.1*
92 %{_libdir}/libxslt-plugins
93 %{prefix}/bin/xsltproc
96 %defattr(-, root, root)
98 %doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
99 %doc doc/libxslt-api.xml
100 %doc doc/libxslt-refs.xml
101 %doc doc/EXSLT/libexslt-api.xml
102 %doc doc/EXSLT/libexslt-refs.xml
103 %doc %{_mandir}/man3/libxslt.3*
104 %doc %{_mandir}/man3/libexslt.3*
105 %doc doc/*.html doc/html doc/*.gif doc/*.png
113 %{prefix}/share/aclocal/libxslt.m4
115 %{prefix}/bin/xslt-config
116 %{_libdir}/pkgconfig/libxslt.pc
117 %{_libdir}/pkgconfig/libexslt.pc
120 %defattr(-, root, root)
122 %doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES
123 %{_libdir}/python*/site-packages/libxslt.py*
124 %{_libdir}/python*/site-packages/libxsltmod*
126 %doc python/libxsltclass.txt
127 %doc python/tests/*.py
128 %doc python/tests/*.xml
129 %doc python/tests/*.xsl
132 * Thu Nov 2 2017 Daniel Veillard <veillard@redhat.com>
133 - upstream release 1.1.32 see http://xmlsoft.org/XSLT/news.html