From 1c65d9215f761078aadaf74f69a65279973efe2d4fa5e36f29af3a7538d6ae1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 21 Feb 2013 16:47:18 +0000 Subject: [PATCH] Accepting request 155998 from home:jengelh:branches:devel:libraries:c_c++ - Sanitize description of expat (replace it with a more current one from the homepage) OBS-URL: https://build.opensuse.org/request/show/155998 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/expat?expand=0&rev=37 --- expat.changes | 6 +++++ expat.spec | 75 +++++++++------------------------------------------ 2 files changed, 18 insertions(+), 63 deletions(-) diff --git a/expat.changes b/expat.changes index b235f0e..80ec9ab 100644 --- a/expat.changes +++ b/expat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 21 16:02:17 UTC 2013 - jengelh@inai.de + +- Sanitize description of expat (replace it with a more current + one from the homepage) + ------------------------------------------------------------------- Mon Feb 4 12:59:44 UTC 2013 - schwab@suse.de diff --git a/expat.spec b/expat.spec index 62120f5..8721231 100644 --- a/expat.spec +++ b/expat.spec @@ -41,27 +41,9 @@ BuildRequires: libtool BuildRequires: pkg-config %description -Expat is an XML 1.0 parser written in C. It aims to be fully -conformant. It is currently not a validating XML processor. The current -production version of expat can be downloaded from -ftp://ftp.jclark.com/pub/xml/expat.zip. The directory xmltok contains a -low-level library for tokenizing XML. The interface is documented in -xmltok/xmltok.h. The directory xmlparse contains an XML parser library -that is built on top of the xmltok library. The interface is documented -in xmlparse/xmlparse.h. The directory sample contains a simple example -program using this interface. The file sample/build.bat is a batch -file to build the example using Visual C++. The directory xmlwf -contains the xmlwf application, which uses the xmlparse library. The -arguments to xmlwf are one or more files to check for well-formedness. -An option -d dir can be specified. For each well-formed input file, the -corresponding canonical XML is written to dir/f, where f is the -filename (without any path) of the input file. A -x option causes -references to external general entities to be processed. A -s option -makes documents that are not stand-alone cause an error (a document is -considered stand-alone if it is intrinsically stand-alone because it -has no external subset and no references to parameter entities in the -internal subset or it is declared as stand-alone in the XML -declaration). +Expat is an XML parser library written in C. It is a stream-oriented +parser in which an application registers handlers for things the +parser might find in the XML document (like start tags). %package -n libexpat1 Summary: XML Parser Toolkit @@ -73,27 +55,9 @@ Obsoletes: expat-64bit # %description -n libexpat1 -Expat is an XML 1.0 parser written in C. It aims to be fully -conformant. It is currently not a validating XML processor. The current -production version of expat can be downloaded from -ftp://ftp.jclark.com/pub/xml/expat.zip. The directory xmltok contains a -low-level library for tokenizing XML. The interface is documented in -xmltok/xmltok.h. The directory xmlparse contains an XML parser library -that is built on top of the xmltok library. The interface is documented -in xmlparse/xmlparse.h. The directory sample contains a simple example -program using this interface. The file sample/build.bat is a batch -file to build the example using Visual C++. The directory xmlwf -contains the xmlwf application, which uses the xmlparse library. The -arguments to xmlwf are one or more files to check for well-formedness. -An option -d dir can be specified. For each well-formed input file, the -corresponding canonical XML is written to dir/f, where f is the -filename (without any path) of the input file. A -x option causes -references to external general entities to be processed. A -s option -makes documents that are not stand-alone cause an error (a document is -considered stand-alone if it is intrinsically stand-alone because it -has no external subset and no references to parameter entities in the -internal subset or it is declared as stand-alone in the XML -declaration). +Expat is an XML parser library written in C. It is a stream-oriented +parser in which an application registers handlers for things the +parser might find in the XML document (like start tags). %package -n libexpat-devel Summary: XML Parser Toolkit @@ -102,27 +66,12 @@ Requires: glibc-devel Requires: libexpat1 = %{version} %description -n libexpat-devel -Expat is an XML 1.0 parser written in C. It aims to be fully -conformant. It is currently not a validating XML processor. The current -production version of expat can be downloaded from -ftp://ftp.jclark.com/pub/xml/expat.zip. The directory xmltok contains a -low-level library for tokenizing XML. The interface is documented in -xmltok/xmltok.h. The directory xmlparse contains an XML parser library -that is built on top of the xmltok library. The interface is documented -in xmlparse/xmlparse.h. The directory sample contains a simple example -program using this interface. The file sample/build.bat is a batch -file to build the example using Visual C++. The directory xmlwf -contains the xmlwf application, which uses the xmlparse library. The -arguments to xmlwf are one or more files to check for well-formedness. -An option -d dir can be specified. For each well-formed input file, the -corresponding canonical XML is written to dir/f, where f is the -filename (without any path) of the input file. A -x option causes -references to external general entities to be processed. A -s option -makes documents that are not stand-alone cause an error (a document is -considered stand-alone if it is intrinsically stand-alone because it -has no external subset and no references to parameter entities in the -internal subset or it is declared as stand-alone in the XML -declaration). +Expat is an XML parser library written in C. It is a stream-oriented +parser in which an application registers handlers for things the +parser might find in the XML document (like start tags). + +This package contains the development headers for the library found +in libexpat. %prep %setup -q -n expat-2.1.0