summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-02-08 16:09:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-02-08 16:09:27 +0000
commitada89dddea264bb41fd5c0c293ce989eb90ef4da (patch)
treeaad11c8ee2473a75c1d81c5531281573f7572bb6 /libxslt.spec.in
parent3146d5356fa192ef3f27f74ef634b3d7bd411c8e (diff)
downloadlibxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.gz
libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.tar.bz2
libxslt-ada89dddea264bb41fd5c0c293ce989eb90ef4da.zip
change the Licence to MIT Licence and release of 1.0.11 updates of the
* Copyright Makefile.am configure.in libxslt.spec.in: change the Licence to MIT Licence and release of 1.0.11 * doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html doc/xslt.html: updates of the docs accordingly * libxslt/xsltwin32config.h: numbering * python/generator.py python/libxml_wrap.h python/libxsltclass.txt python/libxslt-python-api.xml: cleanup the dependancies with libxml2 * python/tests/extfunc.py: updated examples. Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r--libxslt.spec.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in
index f7690a28..6b3578c0 100644
--- a/libxslt.spec.in
+++ b/libxslt.spec.in
@@ -2,7 +2,7 @@ Summary: Library providing the Gnome XSLT engine
Name: libxslt
Version: @VERSION@
Release: 1
-Copyright: LGPL
+License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -108,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
-%doc AUTHORS ChangeLog NEWS README COPYING COPYING.LIB TODO FEATURES
+%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
%doc doc/*.html doc/html doc/tutorial
%doc %{_mandir}/man1/xsltproc.1*
@@ -118,6 +118,7 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-, root, root)
+%doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES
%{prefix}/lib/lib*.so
%{prefix}/lib/*a
%{prefix}/lib/*.sh
@@ -127,6 +128,7 @@ rm -rf $RPM_BUILD_ROOT
%files python
%defattr(-, root, root)
+%doc AUTHORS ChangeLog NEWS README Copyright FEATURES
%{prefix}/lib/python*/site-packages/libxslt.py
%{prefix}/lib/python*/site-packages/_libxslt.so
%doc python/TODO
@@ -135,6 +137,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* 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>