[RPM (6.0)] [DIST generic] jvnet-msv-2011.1-2.jpp6

Ralph Apel <[email protected]> Mon, 4 Feb 2013 16:26:02 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : jvnet-msv                    Relocations: (not relocatable)
Version     : 2011.1                            Vendor: JPackage Project
Release     : 2.jpp6                        Build Date: Mon 04 Feb 2013 04:17:05 PM CET
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries         Source RPM: (none)
Size        : 13213710                         License: BSD
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://msv.java.net/
Summary     : Multi-Schema XML Validator
Description :
The Oracle Multi-Schema XML Validator (MSV) is a Java
technology tool to validate XML documents against several
kinds of XML schemata. It supports RELAX NG, RELAX Namespace,
RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1.
This latest (version 1.2) release includes several bug fixes
and adds better conformance to RELAX NG/W3C XML standards
and JAXP masquerading. This download package includes
binaries, source code, and detailed documentation.
The project is licensed under the BSD license.
This tool is:
* A command line tool that can read XML documents and
  validate them against a schema (DTD/RELAX/TREX/W3C).
  If an error is found, error messages are provided.
* A library that can be incorporated into Java
  applications as a validator.

---------------
Ralph Apel <r.apel at r-apel.de> 0:2011.1-2
- Prevent xzpayload problem
---------------
jvnet-msv.src: W: source-or-patch-not-bzipped jvnet-msv-pom.patch
jvnet-msv.src: W: source-or-patch-not-bzipped jvnet-msv-xsdlib-pom.patch
jvnet-msv.src: W: source-or-patch-not-bzipped jvnet-msv-msv-pom.patch
jvnet-msv.src: W: no-signature
1 packages and 0 specfiles checked; 0 errors, 4 warnings.

---------------
Index: jvnet-msv.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/jvnet-msv/jvnet-msv.spec,v
retrieving revision 1.1
diff -u -r1.1 jvnet-msv.spec
--- jvnet-msv.spec	11 Jan 2013 12:36:58 -0000	1.1
+++ jvnet-msv.spec	4 Feb 2013 15:26:00 -0000
@@ -29,12 +29,16 @@
 #
 
 %define section         free
+%define _binary_payload w9.gzdio
+%define _source_payload w9.gzdio
+%define _binary_filedigest_algorithm 1
+%define _source_filedigest_algorithm 1
 
 Name:           jvnet-msv
 Summary:        Multi-Schema XML Validator
 Url:            http://msv.java.net/
 Version:        2011.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 License:        BSD
 Group:          Development/Libraries
@@ -201,6 +205,9 @@
 %doc %{_javadocdir}/*
 
 %changelog
+* Mon Feb 04 2013 Ralph Apel <r.apel at r-apel.de> 0:2011.1-2
+- Prevent xzpayload problem
+
 * Fri Jan 11 2013 Ralph Apel <r.apel at r-apel.de> 0:2011.1-1
 - First release from this codebase as jvnet-msv