auto-import changelog data from libxslt-1.1.6-1.src.rpm
Mon Apr 19 2004 Daniel Veillard <veillard@redhat.com> - upstream release 1.1.6 see http://xmlsoft.org/XSLT/news.html
This commit is contained in:
parent
ce4946f933
commit
bf7458ee27
@ -1 +1 @@
|
||||
libxslt-1.1.5.tar.gz
|
||||
libxslt-1.1.6.tar.gz
|
||||
|
13
libxslt.spec
13
libxslt.spec
@ -1,6 +1,6 @@
|
||||
Summary: Library providing the Gnome XSLT engine
|
||||
Name: libxslt
|
||||
Version: 1.1.5
|
||||
Version: 1.1.6
|
||||
Release: 1
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
@ -56,6 +56,7 @@ with XPath functions written in Python.
|
||||
%build
|
||||
%configure
|
||||
make
|
||||
gzip -9 ChangeLog
|
||||
|
||||
%install
|
||||
rm -fr %{buildroot}
|
||||
@ -74,7 +75,7 @@ rm -fr %{buildroot}
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
|
||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
|
||||
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
|
||||
%doc doc/*.html doc/html doc/tutorial doc/*.gif
|
||||
%doc %{_mandir}/man1/xsltproc.1*
|
||||
%{_libdir}/lib*.so.*
|
||||
@ -83,7 +84,7 @@ rm -fr %{buildroot}
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
|
||||
%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
|
||||
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
|
||||
%doc doc/libxslt-api.xml
|
||||
%doc doc/libxslt-refs.xml
|
||||
%doc doc/EXSLT/libexslt-api.xml
|
||||
@ -102,7 +103,7 @@ rm -fr %{buildroot}
|
||||
%files python
|
||||
%defattr(-, root, root)
|
||||
|
||||
%doc AUTHORS ChangeLog NEWS README Copyright FEATURES
|
||||
%doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES
|
||||
%{_libdir}/python*/site-packages/libxslt.py
|
||||
%{_libdir}/python*/site-packages/libxsltmod*
|
||||
%doc python/TODO
|
||||
@ -112,8 +113,8 @@ rm -fr %{buildroot}
|
||||
%doc python/tests/*.xsl
|
||||
|
||||
%changelog
|
||||
* Tue Mar 23 2004 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.5 see http://xmlsoft.org/XSLT/news.html
|
||||
* Mon Apr 19 2004 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.6 see http://xmlsoft.org/XSLT/news.html
|
||||
|
||||
* Sun Nov 2 2003 Daniel Veillard <veillard@redhat.com>
|
||||
- cleanup, removal of the deprecated breakpoint library and
|
||||
|
Loading…
Reference in New Issue
Block a user