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
|
Summary: Library providing the Gnome XSLT engine
|
||||||
Name: libxslt
|
Name: libxslt
|
||||||
Version: 1.0.33
|
Version: 1.1.2
|
||||||
Release: 2
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
|
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://xmlsoft.org/XSLT/
|
URL: http://xmlsoft.org/XSLT/
|
||||||
Requires: libxml2 >= 2.5.6
|
Requires: libxml2 >= 2.6.3
|
||||||
BuildRequires: libxml2-devel >= 2.5.6
|
BuildRequires: libxml2-devel >= 2.6.3
|
||||||
BuildRequires: python python-devel
|
BuildRequires: python python-devel
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: libxml2-python
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
@ -17,7 +17,7 @@ Docdir: %{_docdir}
|
|||||||
%description
|
%description
|
||||||
This C library allows to transform XML files into other XML files
|
This C library allows to transform XML files into other XML files
|
||||||
(or HTML, text, ...) using the standard XSLT stylesheet transformation
|
(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
|
installed. The xsltproc command is a command line interface to the XSLT engine
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -29,14 +29,15 @@ Requires: libxml2-devel >= 2.5.6
|
|||||||
%description devel
|
%description devel
|
||||||
This C library allows to transform XML files into other XML files
|
This C library allows to transform XML files into other XML files
|
||||||
(or HTML, text, ...) using the standard XSLT stylesheet transformation
|
(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.
|
installed.
|
||||||
|
|
||||||
%package python
|
%package python
|
||||||
Summary: Python bindings for the libxslt library
|
Summary: Python bindings for the libxslt library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libxslt = %{version}
|
Requires: libxslt = %{version}
|
||||||
Requires: libxml2 >= 2.5.6
|
Requires: libxml2 >= 2.6.3
|
||||||
|
Requires: libxml2-python >= 2.6.3
|
||||||
Requires: python
|
Requires: python
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
@ -84,7 +85,9 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
|
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
|
||||||
%doc doc/libxslt-api.xml
|
%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/libxslt.3*
|
||||||
%doc %{_mandir}/man3/libexslt.3*
|
%doc %{_mandir}/man3/libexslt.3*
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
@ -94,6 +97,7 @@ rm -fr %{buildroot}
|
|||||||
%{prefix}/include/*
|
%{prefix}/include/*
|
||||||
%{prefix}/bin/xslt-config
|
%{prefix}/bin/xslt-config
|
||||||
%{_libdir}/pkgconfig/libxslt.pc
|
%{_libdir}/pkgconfig/libxslt.pc
|
||||||
|
%{_libdir}/pkgconfig/libexslt.pc
|
||||||
|
|
||||||
%files python
|
%files python
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -108,11 +112,12 @@ rm -fr %{buildroot}
|
|||||||
%doc python/tests/*.xsl
|
%doc python/tests/*.xsl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 12 2003 Daniel Veillard <veillard@redhat.com>
|
* Wed Dec 24 2003 Daniel Veillard <veillard@redhat.com>
|
||||||
- upstream release 1.0.33 see http://xmlsoft.org/XSLT/news.html
|
- upstream release 1.1.2 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
|
* Sun Nov 2 2003 Daniel Veillard <veillard@redhat.com>
|
||||||
2 of them could lead to a crash of the library
|
- 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>
|
* Wed Oct 23 2002 Daniel Veillard <veillard@redhat.com>
|
||||||
- revamped the spec file, cleaned up some rpm building problems
|
- revamped the spec file, cleaned up some rpm building problems
|
||||||
|
Loading…
Reference in New Issue
Block a user