forked from pool/expat
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
This commit is contained in:
parent
2698552e52
commit
1c65d9215f
@ -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
|
||||
|
||||
|
75
expat.spec
75
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
|
||||
|
Loading…
Reference in New Issue
Block a user