Accepting request 657126 from home:jengelh:branches:Java:packages

- Remove rhetorics from description, and then compact its verbose
  grammar.
- Do away with xargs when find has some better options.

OBS-URL: https://build.opensuse.org/request/show/657126
OBS-URL: https://build.opensuse.org/package/show/Java:packages/xerces-j2?expand=0&rev=58
This commit is contained in:
Tomáš Chvátal 2018-12-11 10:29:01 +00:00 committed by Git OBS Bridge
parent e85291dc7e
commit d1ca97d3f1
2 changed files with 18 additions and 26 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 11 10:16:51 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Remove rhetorics from description, and then compact its verbose
grammar.
- Do away with xargs when find has some better options.
-------------------------------------------------------------------
Thu Dec 6 15:37:26 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -56,35 +56,21 @@ Obsoletes: %{name}-scripts < %{version}-%{release}
BuildArch: noarch
%description
Welcome to the future! Xerces2 is the next generation of high performance,
fully compliant XML parsers in the Apache Xerces family. This new version of
Xerces introduces the Xerces Native Interface (XNI), a complete framework for
building parser components and configurations that is extremely modular and
easy to program.
Xerces2 is an XML parser in the Apache Xerces family. This version is the
reference implementation of the Xerces Native Interface (XNI), a modular
framework for building parser components and configurations.
The Apache Xerces2 parser is the reference implementation of XNI but other
parser components, configurations, and parsers can be written using the Xerces
Native Interface. For complete design and implementation documents, refer to
the XNI Manual.
Xerces2 is a fully conforming XML Schema processor. For more information,
refer to the XML Schema page.
Xerces2 also provides a complete implementation of the Document Object Model
Level 3 Core and Load/Save W3C Recommendations and provides a complete
implementation of the XML Inclusions (XInclude) W3C Recommendation. It also
provides support for OASIS XML Catalogs v1.1.
Xerces2 is able to parse documents written according to the XML 1.1
Xerces2 implements the Document Object Model Level 3 Core and Load/Save W3C
Recommendations, the XML Inclusions (XInclude) W3C Recommendation, and supports
OASIS XML Catalogs v1.1. It can parse documents conforming to the XML 1.1
Recommendation, except that it does not yet provide an option to enable
normalization checking as described in section 2.13 of this specification. It
also handles name spaces according to the XML Namespaces 1.1 Recommendation,
and will correctly serialize XML 1.1 documents if the DOM level 3 load/save
APIs are in use.
handles name spaces according to the XML Namespaces 1.1 Recommendation, and
serializes XML 1.1 documents if the DOM level 3 load/save APIs are in use.
%package javadoc
Summary: Javadocs for %{name}
Group: Development/Libraries/Java
Group: Documentation/HTML
%description javadoc
This package contains the API documentation for %{name}.
@ -99,9 +85,8 @@ Requires: %{name} = %{version}-%{release}
%prep
%setup -q -n xerces-%{cvs_version}
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;
find -type f -print |xargs -i dos2unix {}
find "(" -name "*.class" -o -name "*.jar" ")" -delete
find -type f -exec dos2unix {} \;
%patch0 -p1
%patch1 -p1