diff --git a/tinyxml2.changes b/tinyxml2.changes index 0732bd2..c81e389 100644 --- a/tinyxml2.changes +++ b/tinyxml2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 29 00:53:20 UTC 2017 - jengelh@inai.de + +- Remove rhetoric write style from description. + Expand description on the features/limits of tinyxml. + ------------------------------------------------------------------- Mon Dec 25 21:08:55 UTC 2017 - p.drouand@gmail.com diff --git a/tinyxml2.spec b/tinyxml2.spec index a656e4e..b7c3740 100644 --- a/tinyxml2.spec +++ b/tinyxml2.spec @@ -21,7 +21,7 @@ Name: tinyxml2 Version: 6.0.0 Release: 0 -Summary: A simple, small, C++ XML parser +Summary: Basic XML parser in C++ License: Zlib Group: Development/Libraries/C and C++ Url: https://github.com/leethomason/tinyxml2 @@ -31,23 +31,25 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig %description -TinyXML is a simple, small, C++ XML parser that can be easily integrating -into other programs. Have you ever found yourself writing a text file parser -every time you needed to save human readable data or serialize objects? -TinyXML solves the text I/O file once and for all. -(Or, as a friend said, ends the Just Another Text File Parser problem.) +TinyXML is a feature-bounded XML parser in C++ that can be integrated +into other programs. + +TinyXML-2 does not parse or use DTDs (Document Type Definitions) or +XSLs (eXtensible Stylesheet Language). There are other parsers (with +different footprints) to do such. %package -n %{lib_package} -Summary: A simple, small, C++ XML parser +Summary: Basic XML parser in C++ License: Zlib Group: System/Libraries %description -n %{lib_package} -TinyXML is a simple, small, C++ XML parser that can be easily integrating -into other programs. Have you ever found yourself writing a text file parser -every time you needed to save human readable data or serialize objects? -TinyXML solves the text I/O file once and for all. -(Or, as a friend said, ends the Just Another Text File Parser problem.) +TinyXML is a feature-bounded XML parser in C++ that can be integrated +into other programs. + +TinyXML-2 does not parse or use DTDs (Document Type Definitions) or +XSLs (eXtensible Stylesheet Language). There are other parsers (with +different footprints) to do such. %package devel Summary: Development files for libtinyxml2