summaryrefslogtreecommitdiff
path: root/libxml.spec.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-10-30 09:27:53 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-10-30 09:27:53 +0000
commit6db58199fc17c1b9fe00aaccdf21e599d8f08965 (patch)
treeecfe80cf33e49f6ced5528b04e46e80021e643f9 /libxml.spec.in
parenta5db68a39ba1373f3f45a7c62cacb974afbb5e26 (diff)
downloadlibxml2-6db58199fc17c1b9fe00aaccdf21e599d8f08965.tar.gz
Improved the package description in the spec file, Daniel
Diffstat (limited to 'libxml.spec.in')
-rw-r--r--libxml.spec.in25
1 files changed, 21 insertions, 4 deletions
diff --git a/libxml.spec.in b/libxml.spec.in
index f8452430..c895cf3f 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -2,7 +2,7 @@
%define ver @VERSION@
%define prefix /usr
-Summary: libXML library
+Summary: Library providing XML and HTML support
Name: libxml2
Version: %ver
Release: 1
@@ -15,15 +15,32 @@ URL: http://xmlsoft.org/
Docdir: %{prefix}/doc
%description
-This library allows you to manipulate XML files.
+This library allows to manipulate XML files. It includes support
+to read, modify and write XML and HTML files. There is DTDs support
+this includes parsing and validation even with complex DtDs, either
+at parse time or later once the document has been modified. The output
+can be a simple SAX stream or and in-memory DOM like representations.
+In this case one can use the built-in XPath and XPointer implementation
+to select subnodes or ranges. A flexible Input/Output mechanism is
+available, with existing HTTP and FTP modules and combined to an
+URI library.
%package devel
-Summary: Libraries, includes, etc to develop libxml applications
+Summary: Libraries, includes, etc. to develop XML and HTML applications
Group: Development/Libraries
Requires: libxml2 = %{version}
%description devel
-Libraries, include files, etc you can use to develop libxml applications.
+Libraries, include files, etc you can use to develop XML applications.
+This library allows to manipulate XML files. It includes support
+to read, modify and write XML and HTML files. There is DTDs support
+this includes parsing and validation even with complex DtDs, either
+at parse time or later once the document has been modified. The output
+can be a simple SAX stream or and in-memory DOM like representations.
+In this case one can use the built-in XPath and XPointer implementation
+to select subnodes or ranges. A flexible Input/Output mechanism is
+available, with existing HTTP and FTP modules and combined to an
+URI library.
%changelog