diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-06-16 21:59:54 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-06-16 21:59:54 +0000 |
commit | d7cfe763a92bca1f90309fdb5b7a7488ae7d475a (patch) | |
tree | 69ef9c27129a8c523850397820e8799be3398962 | |
parent | 419f712f184ccdb11b4a7e9cccb145e16fe90101 (diff) | |
download | libxslt-d7cfe763a92bca1f90309fdb5b7a7488ae7d475a.tar.gz libxslt-d7cfe763a92bca1f90309fdb5b7a7488ae7d475a.tar.bz2 libxslt-d7cfe763a92bca1f90309fdb5b7a7488ae7d475a.zip |
updated the descriptions Daniel
* libxslt.spec.in: updated the descriptions
Daniel
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libxslt.spec.in | 6 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,7 @@ +Sat Jun 16 23:58:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> + + * libxslt.spec.in: updated the descriptions + Sat Jun 16 23:26:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr> * libxslt/namespaces.[ch]: added a single namespace def copy diff --git a/libxslt.spec.in b/libxslt.spec.in index 03b63ddf..40317a86 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -2,7 +2,7 @@ %define ver @VERSION@ %define prefix /usr -Summary: Library providing XSLT support +Summary: Library providing the Gnome XSLT engine Name: libxslt Version: %ver Release: 1 @@ -19,10 +19,10 @@ Docdir: %{prefix}/doc 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.3.8 -installed. +installed. The xsltproc command is a command line interface to the XSLT engine %package devel -Summary: Libraries, includes, etc. to develop XML and HTML applications +Summary: Libraries, includes, etc. to embed the Gnome XSLT engine Group: Development/Libraries Requires: libxslt = %{version} Requires: libxml2-devel >= 2.3.10 |