summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-16 21:59:54 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-16 21:59:54 +0000
commitd7cfe763a92bca1f90309fdb5b7a7488ae7d475a (patch)
tree69ef9c27129a8c523850397820e8799be3398962 /libxslt.spec.in
parent419f712f184ccdb11b4a7e9cccb145e16fe90101 (diff)
downloadlibxslt-d7cfe763a92bca1f90309fdb5b7a7488ae7d475a.tar.gz
libxslt-d7cfe763a92bca1f90309fdb5b7a7488ae7d475a.tar.bz2
libxslt-d7cfe763a92bca1f90309fdb5b7a7488ae7d475a.zip
updated the descriptions Daniel
* libxslt.spec.in: updated the descriptions Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r--libxslt.spec.in6
1 files changed, 3 insertions, 3 deletions
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