[RPM (6.0)] [DIST generic] jettison-1.3.1-1.jpp6
Ralph Apel <[email protected]> Sat, 12 Jan 2013 10:40:37 +0100
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : jettison Relocations: (not relocatable) Version : 1.3.1 Vendor: JPackage Project Release : 1.jpp6 Build Date: Sat 12 Jan 2013 10:39:09 AM CET Install Date: (not installed) Build Host: linux.fritz.box Group : Text Processing/Markup/XML Source RPM: (none) Size : 73067 License: ASL 2.0 Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://jettison.codehaus.org Summary : JSON StAX Implementation Description : Jettison is a collection of StAX parsers and writers which read and write JSON. This allows nearly transparent enablement of JSON based web services in services frameworks like CXF. There are currently two included conventions for mapping JSON to XML. The first, is BadgerFish which implements the full XML infoset in JSON using various techniques. The second, is called the "mapped" convention. It allows you to manually map XML namespaces to JSON element prefixes. Jettison was developed for usage in XFire and CXF to enable JSON based services. --------------- Ralph Apel <[email protected]> 0:1.3.1-1 - 1.3.1 --------------- jettison.src: W: source-or-patch-not-bzipped jettison-BadgerFishXMLStreamWriterTest.patch jettison.src: W: no-signature jettison.src:266: W: libdir-macro-in-noarch-package (main package) %dir %{_libdir}/gcj/%{name} jettison.src:267: W: libdir-macro-in-noarch-package (main package) %attr(-,root,root) %{_libdir}/gcj/%{name}/%{name}-*%{version}.jar.* jettison.src: W: invalid-license ASL 2.0 1 packages and 0 specfiles checked; 0 errors, 5 warnings. --------------- Index: jettison-jpp-depmap.xml =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/jettison/jettison-jpp-depmap.xml,v retrieving revision 1.3 diff -u -r1.3 jettison-jpp-depmap.xml --- jettison-jpp-depmap.xml 4 Nov 2009 17:30:25 -0000 1.3 +++ jettison-jpp-depmap.xml 12 Jan 2013 09:40:36 -0000 @@ -1,4 +1,31 @@ <dependencies> + +<dependency> + <maven> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.bundlerepository</artifactId> + <version>1.6.4</version> + </maven> + <jpp> + <groupId>JPP/apache-felix</groupId> + <artifactId>org.apache.felix.bundlerepository</artifactId> + <version>1.6.4</version> + </jpp> +</dependency> + +<dependency> + <maven> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3</version> + </maven> + <jpp> + <groupId>JPP</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.3</version> + </jpp> +</dependency> + <dependency> <maven> <groupId>jetty</groupId> Index: jettison.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/jettison/jettison.spec,v retrieving revision 1.9 diff -u -r1.9 jettison.spec --- jettison.spec 6 Oct 2010 09:54:01 -0000 1.9 +++ jettison.spec 12 Jan 2013 09:40:36 -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 @@ -53,15 +53,15 @@ %define version_full %{namedver} Name: jettison -Version: 1.2 +Version: 1.3.1 Release: 1%{?dist} Epoch: 0 Summary: JSON StAX Implementation License: ASL 2.0 Group: Text Processing/Markup/XML URL: http://jettison.codehaus.org -# svn -q export http://svn.codehaus.org/jettison/tags/jettison-1.2/ jettison-1.2 && tar cjf jettison-1.2.tar.bz2 jettison-1.2 -Source0: jettison-1.2.tar.bz2 +# svn -q export http://svn.codehaus.org/jettison/tags/jettison-1.3.1/ jettison-1.3.1 && tar cjf jettison-1.3.1.tar.bz2 jettison-1.3.1 +Source0: jettison-1.3.1.tar.bz2 Source1: %{name}-settings.xml Source2: %{name}-jpp-depmap.xml Source3: %{name}-build.xml @@ -73,20 +73,22 @@ %if 0 Requires: jetty5 %endif -Requires: jpackage-utils >= 0:1.7.2 +Requires: jpackage-utils >= 0:1.7.5 +Requires: java >= 0:1.6.0 Requires: servlet_2_5_api Requires: stax_1_0_api -Requires: xml-commons-jaxp-1.3-apis +#Requires: xml-commons-jaxp-1.3-apis Requires: xstream BuildRequires: ant -BuildRequires: jpackage-utils +BuildRequires: jpackage-utils >= 0:1.7.5 +BuildRequires: java-devel >= 0:1.6.0 BuildRequires: junit >= 0:3.8.2 BuildRequires: wstx BuildRequires: xstream %if %with maven BuildRequires: apache-commons-parent -BuildRequires: felix-maven2 -BuildRequires: maven2 >= 2.0.4-10jpp +BuildRequires: maven-bundle-plugin +BuildRequires: maven2 >= 2.0.8 BuildRequires: maven2-plugin-compiler BuildRequires: maven2-plugin-install BuildRequires: maven2-plugin-jar @@ -102,7 +104,7 @@ %endif BuildRequires: servlet_2_5_api BuildRequires: stax_1_0_api -BuildRequires: xml-commons-jaxp-1.3-apis +#BuildRequires: xml-commons-jaxp-1.3-apis %if %{gcj_support} BuildRequires: java-gcj-compat-devel %else @@ -278,6 +280,9 @@ %endif %changelog +* Wed Mar 14 2012 Ralph Apel <[email protected]> 0:1.3.1-1 +- 1.3.1 + * Wed Oct 06 2010 David Walluck <[email protected]> 0:1.2-1 - 1.2 - use servlet_2_5_api