Skip to content

Commit

Permalink
Improved the package description in the spec file, Daniel
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Veillard committed Oct 30, 2000
1 parent a5db68a commit 6db5819
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>

* libxml.spec.in: improved package descriptions

Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>

* xpath.c xpathInternals.h: applied a large cleaning patch
Expand Down
25 changes: 21 additions & 4 deletions libxml.spec.in
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6db5819

Please sign in to comment.