[RPM (6.0)] [DIST generic] jvnet-txw2-20110809-2.jpp6
Ralph Apel <[email protected]> Mon, 4 Feb 2013 14:58:14 +0100
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : jvnet-txw2 Relocations: (not relocatable) Version : 20110809 Vendor: JPackage Project Release : 2.jpp6 Build Date: Mon 04 Feb 2013 02:51:40 PM CET Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries/Java Source RPM: (none) Size : 111092 License: CDDL Signature : (none) Packager : Ralph Apel <[email protected]> URL : https://txw.dev.java.net/ Summary : Typed XML writer Description : TXW is a library that allows you to write XML documents. TXW has the following benefits compared to the other XML writer libraries: 1. TXW gets rid of string constants for element/attribute names. Those constant names become method names. 2. TXW manages the namespace binding for you. It automatically declares the necessary URIs. 3. TXW allows you to use typed values (such as ints, booleans, or QNames), eliminating cumbersome String.valueOf or the use of toString methods. 4. TXW allows you to stream the writing process (IOW, it starts generating pieces as soon as data is available), while at the same time allowing you to work out-of-order when you need to. 5. TXW is very small (<50KB) 6. TXW allows you to control various low-level aspects of XML writing, such as comments, PIs, and prefix assignments. --------------- Ralph Apel <[email protected]> 20110809-2 - Prevent xzpayload problem --------------- jvnet-txw2.src: W: source-or-patch-not-bzipped txw2-project-20110809.tgz jvnet-txw2.src: W: no-signature jvnet-txw2.src: W: mixed-use-of-spaces-and-tabs (spaces: line 32, tab: line 43) jvnet-txw2.src:206: W: macro-in-%changelog %{cvsdate} jvnet-txw2.src: W: invalid-license CDDL 1 packages and 0 specfiles checked; 0 errors, 5 warnings. --------------- Index: jvnet-txw2.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/jvnet-txw2/jvnet-txw2.spec,v retrieving revision 1.1 diff -u -r1.1 jvnet-txw2.spec --- jvnet-txw2.spec 11 Jan 2013 11:04:16 -0000 1.1 +++ jvnet-txw2.spec 4 Feb 2013 13:58:13 -0000 @@ -31,12 +31,16 @@ %define section free %define bname txw2 %define cvsdate 20110809 +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: jvnet-txw2 Summary: Typed XML writer Url: https://txw.dev.java.net/ Version: 20110809 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 0 License: CDDL Group: Development/Libraries/Java @@ -193,6 +197,9 @@ %doc %{_javadocdir}/%{name} %changelog +* Mon Feb 04 2013 Ralph Apel <[email protected]> 20110809-2 +- Prevent xzpayload problem + * Fri Jan 11 2013 Ralph Apel <[email protected]> 20110809-1 - Build 20110809 with maven as jvnet-txw2 for JPP-6