Upstream release try to fix multilib crap and Requires problems, Daniel
This commit is contained in:
parent
848df05ac4
commit
f4d646d792
@ -5,3 +5,4 @@ libxslt-1.1.13.tar.gz
|
||||
libxslt-1.1.14.tar.gz
|
||||
libxslt-1.1.15.tar.gz
|
||||
libxslt-1.1.16.tar.gz
|
||||
libxslt-1.1.17.tar.gz
|
||||
|
46
libxslt.spec
46
libxslt.spec
@ -1,24 +1,25 @@
|
||||
Summary: Library providing the Gnome XSLT engine
|
||||
Name: libxslt
|
||||
Version: 1.1.16
|
||||
Version: 1.1.17
|
||||
Release: 1
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
URL: http://xmlsoft.org/XSLT/
|
||||
Requires: libxml2 >= 2.6.17
|
||||
BuildRequires: libxml2-devel >= 2.6.17
|
||||
Requires: libxml2 >= 2.6.25
|
||||
BuildRequires: libxml2-devel >= 2.6.25
|
||||
BuildRequires: python python-devel
|
||||
BuildRequires: libxml2-python
|
||||
BuildRequires: libgcrypt-devel
|
||||
Prefix: %{_prefix}
|
||||
Docdir: %{_docdir}
|
||||
Patch0: multilib.patch
|
||||
|
||||
%description
|
||||
This C library allows to transform XML files into other XML files
|
||||
(or HTML, text, ...) using the standard XSLT stylesheet transformation
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.17
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.25
|
||||
installed. The xsltproc command is a command line interface to the XSLT engine
|
||||
|
||||
%package devel
|
||||
@ -27,19 +28,20 @@ Group: Development/Libraries
|
||||
Requires: libxslt = %{version}
|
||||
Requires: libxml2-devel >= 2.5.6
|
||||
Requires: libgcrypt-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
This C library allows to transform XML files into other XML files
|
||||
(or HTML, text, ...) using the standard XSLT stylesheet transformation
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.17
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.25
|
||||
installed.
|
||||
|
||||
%package python
|
||||
Summary: Python bindings for the libxslt library
|
||||
Group: Development/Libraries
|
||||
Requires: libxslt = %{version}
|
||||
Requires: libxml2 >= 2.6.17
|
||||
Requires: libxml2-python >= 2.6.17
|
||||
Requires: libxml2 >= 2.6.25
|
||||
Requires: libxml2-python >= 2.6.25
|
||||
Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
|
||||
|
||||
%description python
|
||||
@ -54,6 +56,7 @@ with XPath functions written in Python.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -120,30 +123,5 @@ rm -fr %{buildroot}
|
||||
%doc python/tests/*.xsl
|
||||
|
||||
%changelog
|
||||
* Mon May 1 2006 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.16 see http://xmlsoft.org/XSLT/news.html
|
||||
|
||||
* Sun Nov 2 2003 Daniel Veillard <veillard@redhat.com>
|
||||
- cleanup, removal of the deprecated breakpoint library and
|
||||
automated libxml2 dependancy level in the generated spec file.
|
||||
|
||||
* Wed Oct 23 2002 Daniel Veillard <veillard@redhat.com>
|
||||
- revamped the spec file, cleaned up some rpm building problems
|
||||
|
||||
* Wed Sep 4 2002 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
- library paths fixed for x86-64
|
||||
|
||||
* Fri Feb 8 2002 Daniel.Veillard <veillard@redhat.com>
|
||||
|
||||
- added the python module
|
||||
- changed the Licence to MIT
|
||||
|
||||
* Sat Nov 10 2001 Daniel.Veillard <daniel@veillard.com>
|
||||
|
||||
- cleaned up the specfile
|
||||
|
||||
* Mon Jan 22 2001 Daniel.Veillard <daniel@veillard.com>
|
||||
|
||||
- created based on libxml2 spec file
|
||||
|
||||
* Tue Jun 6 2006 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.17 see http://xmlsoft.org/XSLT/news.html
|
||||
|
Loading…
Reference in New Issue
Block a user