auto-import changelog data from libxslt-1.1.2-1.src.rpm
Wed Dec 24 2003 Daniel Veillard <veillard@redhat.com> - upstream release 1.1.2 see http://xmlsoft.org/XSLT/news.html Sun Nov 02 2003 Daniel Veillard <veillard@redhat.com> - cleanup, removal of the deprecated breakpoint library and automated libxml2 dependancy level in the generated spec file.
This commit is contained in:
parent
066e747870
commit
a680b32e79
@ -1 +1 @@
|
||||
libxslt-1.0.33.tar.gz
|
||||
libxslt-1.1.2.tar.gz
|
||||
|
31
libxslt.spec
31
libxslt.spec
@ -1,14 +1,14 @@
|
||||
Summary: Library providing the Gnome XSLT engine
|
||||
Name: libxslt
|
||||
Version: 1.0.33
|
||||
Release: 2
|
||||
Version: 1.1.2
|
||||
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.5.6
|
||||
BuildRequires: libxml2-devel >= 2.5.6
|
||||
Requires: libxml2 >= 2.6.3
|
||||
BuildRequires: libxml2-devel >= 2.6.3
|
||||
BuildRequires: python python-devel
|
||||
BuildRequires: libxml2-python
|
||||
Prefix: %{_prefix}
|
||||
@ -17,7 +17,7 @@ Docdir: %{_docdir}
|
||||
%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.5.6
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.3
|
||||
installed. The xsltproc command is a command line interface to the XSLT engine
|
||||
|
||||
%package devel
|
||||
@ -29,14 +29,15 @@ Requires: libxml2-devel >= 2.5.6
|
||||
%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.5.6
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.3
|
||||
installed.
|
||||
|
||||
%package python
|
||||
Summary: Python bindings for the libxslt library
|
||||
Group: Development/Libraries
|
||||
Requires: libxslt = %{version}
|
||||
Requires: libxml2 >= 2.5.6
|
||||
Requires: libxml2 >= 2.6.3
|
||||
Requires: libxml2-python >= 2.6.3
|
||||
Requires: python
|
||||
|
||||
%description python
|
||||
@ -84,7 +85,9 @@ rm -fr %{buildroot}
|
||||
|
||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
|
||||
%doc doc/libxslt-api.xml
|
||||
%doc doc/libexslt-api.xml
|
||||
%doc doc/libxslt-refs.xml
|
||||
%doc doc/EXSLT/libexslt-api.xml
|
||||
%doc doc/EXSLT/libexslt-refs.xml
|
||||
%doc %{_mandir}/man3/libxslt.3*
|
||||
%doc %{_mandir}/man3/libexslt.3*
|
||||
%{_libdir}/lib*.so
|
||||
@ -94,6 +97,7 @@ rm -fr %{buildroot}
|
||||
%{prefix}/include/*
|
||||
%{prefix}/bin/xslt-config
|
||||
%{_libdir}/pkgconfig/libxslt.pc
|
||||
%{_libdir}/pkgconfig/libexslt.pc
|
||||
|
||||
%files python
|
||||
%defattr(-, root, root)
|
||||
@ -108,11 +112,12 @@ rm -fr %{buildroot}
|
||||
%doc python/tests/*.xsl
|
||||
|
||||
%changelog
|
||||
* Fri Sep 12 2003 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.0.33 see http://xmlsoft.org/XSLT/news.html
|
||||
- this is a bugfix only release over libxslt-1.0.32, fixes gnome.org
|
||||
bugs #120684, #119946, #120684, #120971, #119699, #114563 and #119862
|
||||
2 of them could lead to a crash of the library
|
||||
* Wed Dec 24 2003 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.2 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
|
||||
|
Loading…
Reference in New Issue
Block a user