[RPM (6.0)] [DIST generic] xstream-1.3.1-5.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : xstream Relocations: (not relocatable) Version : 1.3.1 Vendor: JPackage Project Release : 5.jpp6 Build Date: Sat 04 Aug 2012 02:56:22 AM CEST Install Date: (not installed) Build Host: flat.netmindz.net Group : Development/Libraries/Java Source RPM: (none) Size : 7529820 License: BSD-Style Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://xstream.codehaus.org/ Summary : XML serialization library Description : XStream is a simple library to serialize objects to XML and back again. A high level facade is supplied that simplifies common use cases. Custom objects can be serialized without need for specifying mappings. Speed and low memory footprint are a crucial part of the design, making it suitable for large object graphs or systems with high message throughput. No information is duplicated that can be obtained via reflection. This results in XML that is easier to read for humans and more compact than native Java serialization. XStream serializes internal fields, including private and final. Supports non-public and inner classes. Classes are not required to have default constructor. Duplicate references encountered in the object-model will be maintained. Supports circular references. By implementing an interface, XStream can serialize directly to/from any tree structure (not just XML). Strategies can be registered allowing customization of how particular types are represented as XML. When an exception occurs due to malformed XML, detailed diagnostics are provided to help isolate and fix the problem. --------------- Ralph Apel <[email protected]> 0:1.3.1-5 - (B)R xpp3-minimal instead of xpp3 --------------- xstream.src: W: source-or-patch-not-bzipped xstream-pom_xml.patch xstream.src: W: source-or-patch-not-bzipped xstream-xstream-distribution-pom_xml.patch xstream.src: W: source-or-patch-not-bzipped xstream-build_xml.patch xstream.src: W: source-or-patch-not-bzipped xstream-xstream-pom_xml.patch xstream.src: W: no-signature xstream.src:334: W: libdir-macro-in-noarch-package (main package) %dir %{_libdir}/gcj/%{name} xstream.src:335: W: libdir-macro-in-noarch-package (main package) %attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-*%{version}.jar.* xstream.src: W: invalid-license BSD-Style 1 packages and 0 specfiles checked; 0 errors, 8 warnings. --------------- Index: xstream.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/xstream/xstream.spec,v retrieving revision 1.7 diff -u -r1.7 xstream.spec --- xstream.spec 7 Oct 2010 22:13:30 -0000 1.7 +++ xstream.spec 4 Aug 2012 00:58:46 -0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2000-2010, JPackage Project +# Copyright (c) 2000-2012, JPackage Project # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -43,10 +43,14 @@ %endif %define section free +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: xstream Version: 1.3.1 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 0 Summary: XML serialization library Group: Development/Libraries/Java @@ -72,7 +76,7 @@ Requires: stax_1_0_api Requires: wstx Requires: xom -Requires: xpp3 +Requires: xpp3-minimal BuildRequires: ant >= 0:1.6.5 BuildRequires: ant-junit # XXX: ant 1.8.x @@ -111,7 +115,7 @@ BuildRequires: wstx >= 0:3.1.1 BuildRequires: xalan-j2 >= 0:2.7.0 BuildRequires: xom >= 0:1.0 -BuildRequires: xpp3 >= 0:1.1.3.4 +BuildRequires: xpp3-minimal >= 0:1.1.3.4 %if %{gcj_support} BuildRequires: java-gcj-compat-devel %else @@ -343,6 +347,9 @@ %endif %changelog +* Sat Aug 04 2012 Ralph Apel <[email protected]> 0:1.3.1-5 +- (B)R xpp3-minimal instead of xpp3 + * Thu Oct 07 2010 David Walluck <[email protected]> 0:1.3.1-4 - use stax_1_0_api