1 Summary: Library providing the Gnome XSLT engine
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 >= @LIBXML_REQUIRED_VERSION@
11 BuildRequires: libxml2-devel >= @LIBXML_REQUIRED_VERSION@
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 >= @LIBXML_REQUIRED_VERSION@
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}
28 Requires: libxml2-devel >= 2.5.6
29 Requires: libgcrypt-devel
32 This C library allows to transform XML files into other XML files
33 (or HTML, text, ...) using the standard XSLT stylesheet transformation
34 mechanism. To use it you need to have a version of libxml2 >= @LIBXML_REQUIRED_VERSION@
38 Summary: Python bindings for the libxslt library
39 Group: Development/Libraries
40 Requires: libxslt = %{version}
41 Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@
42 Requires: libxml2-python >= @LIBXML_REQUIRED_VERSION@
43 Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
46 The libxslt-python package contains a module that permits applications
47 written in the Python programming language to use the interface
48 supplied by the libxslt library to apply XSLT transformations.
50 This library allows to parse sytlesheets, uses the libxml2-python
51 to load and save XML and HTML files. Direct access to XPath and
52 the XSLT transformation context are possible to extend the XSLT language
53 with XPath functions written in Python.
68 rm -fr $RPM_BUILD_ROOT%{_libdir}/*.la \
69 $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/libxsltmod*a
81 %defattr(-, root, root)
83 %doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
84 %doc doc/*.html doc/html doc/tutorial doc/tutorial2 doc/*.gif
86 %doc %{_mandir}/man1/xsltproc.1*
88 %{_libdir}/libxslt-plugins
89 %{prefix}/bin/xsltproc
92 %defattr(-, root, root)
94 %doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
95 %doc doc/libxslt-api.xml
96 %doc doc/libxslt-refs.xml
97 %doc doc/EXSLT/libexslt-api.xml
98 %doc doc/EXSLT/libexslt-refs.xml
99 %doc %{_mandir}/man3/libxslt.3*
100 %doc %{_mandir}/man3/libexslt.3*
104 %{prefix}/share/aclocal/libxslt.m4
106 %{prefix}/bin/xslt-config
107 %{_libdir}/pkgconfig/libxslt.pc
108 %{_libdir}/pkgconfig/libexslt.pc
111 %defattr(-, root, root)
113 %doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES
114 %{_libdir}/python*/site-packages/libxslt.py*
115 %{_libdir}/python*/site-packages/libxsltmod*
117 %doc python/libxsltclass.txt
118 %doc python/tests/*.py
119 %doc python/tests/*.xml
120 %doc python/tests/*.xsl
123 * @RELDATE@ Daniel Veillard <veillard@redhat.com>
124 - upstream release @VERSION@ see http://xmlsoft.org/XSLT/news.html
126 * Sun Nov 2 2003 Daniel Veillard <veillard@redhat.com>
127 - cleanup, removal of the deprecated breakpoint library and
128 automated libxml2 dependancy level in the generated spec file.
130 * Wed Oct 23 2002 Daniel Veillard <veillard@redhat.com>
131 - revamped the spec file, cleaned up some rpm building problems
133 * Wed Sep 4 2002 Daniel Veillard <veillard@redhat.com>
135 - library paths fixed for x86-64
137 * Fri Feb 8 2002 Daniel.Veillard <veillard@redhat.com>
139 - added the python module
140 - changed the Licence to MIT
142 * Sat Nov 10 2001 Daniel.Veillard <daniel@veillard.com>
144 - cleaned up the specfile
146 * Mon Jan 22 2001 Daniel.Veillard <daniel@veillard.com>
148 - created based on libxml2 spec file