SHA256
1
0
forked from pool/tinyxml2

Accepting request 560473 from home:jengelh:branches:devel:libraries:c_c++

- Remove rhetoric write style from description.
  Expand description on the features/limits of tinyxml.

OBS-URL: https://build.opensuse.org/request/show/560473
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyxml2?expand=0&rev=8
This commit is contained in:
Dirk Mueller 2018-01-03 10:16:42 +00:00 committed by Git OBS Bridge
parent 380952b3bb
commit 536894eb2e
2 changed files with 20 additions and 12 deletions

View File

@ -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

View File

@ -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