forked from jengelh/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:
parent
380952b3bb
commit
536894eb2e
@ -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
|
Mon Dec 25 21:08:55 UTC 2017 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: tinyxml2
|
Name: tinyxml2
|
||||||
Version: 6.0.0
|
Version: 6.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple, small, C++ XML parser
|
Summary: Basic XML parser in C++
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/leethomason/tinyxml2
|
Url: https://github.com/leethomason/tinyxml2
|
||||||
@ -31,23 +31,25 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
TinyXML is a simple, small, C++ XML parser that can be easily integrating
|
TinyXML is a feature-bounded XML parser in C++ that can be integrated
|
||||||
into other programs. Have you ever found yourself writing a text file parser
|
into other programs.
|
||||||
every time you needed to save human readable data or serialize objects?
|
|
||||||
TinyXML solves the text I/O file once and for all.
|
TinyXML-2 does not parse or use DTDs (Document Type Definitions) or
|
||||||
(Or, as a friend said, ends the Just Another Text File Parser problem.)
|
XSLs (eXtensible Stylesheet Language). There are other parsers (with
|
||||||
|
different footprints) to do such.
|
||||||
|
|
||||||
%package -n %{lib_package}
|
%package -n %{lib_package}
|
||||||
Summary: A simple, small, C++ XML parser
|
Summary: Basic XML parser in C++
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{lib_package}
|
%description -n %{lib_package}
|
||||||
TinyXML is a simple, small, C++ XML parser that can be easily integrating
|
TinyXML is a feature-bounded XML parser in C++ that can be integrated
|
||||||
into other programs. Have you ever found yourself writing a text file parser
|
into other programs.
|
||||||
every time you needed to save human readable data or serialize objects?
|
|
||||||
TinyXML solves the text I/O file once and for all.
|
TinyXML-2 does not parse or use DTDs (Document Type Definitions) or
|
||||||
(Or, as a friend said, ends the Just Another Text File Parser problem.)
|
XSLs (eXtensible Stylesheet Language). There are other parsers (with
|
||||||
|
different footprints) to do such.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libtinyxml2
|
Summary: Development files for libtinyxml2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user