summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
diff options
context:
space:
mode:
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