From 8f8658a1c5a4dc14a1a6f9fa51eba5bec5f4793d2749b4f5fc00e4fd9e03d4be Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 23 Jan 2008 23:59:49 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xerces-j2?expand=0&rev=5 --- xerces-j2-bootstrap.spec | 17 ++++++++--------- xerces-j2.changes | 5 +++++ xerces-j2.spec | 36 +++++++++++++++++++----------------- 3 files changed, 32 insertions(+), 26 deletions(-) diff --git a/xerces-j2-bootstrap.spec b/xerces-j2-bootstrap.spec index 957f152..9ed5a2d 100644 --- a/xerces-j2-bootstrap.spec +++ b/xerces-j2-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package xerces-j2-bootstrap (Version 2.8.1) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -11,7 +11,7 @@ # norootforbuild Name: xerces-j2-bootstrap -URL: http://xml.apache.org/xerces2-j/ +Url: http://xml.apache.org/xerces2-j/ BuildRequires: fastjar java-1_4_2-gcj-compat-devel unzip xml-commons-apis-bootstrap xml-commons-resolver-bootstrap xml-commons-which-bootstrap zip %if %{?!suse_version:1}0 %if %{?!mandriva_release:1}0 @@ -25,20 +25,20 @@ BuildRequires: update-alternatives Summary: Java XML parser Group: Development/Libraries/Java Version: 2.8.1 -Release: 52 +Release: 154 Requires: xml-commons-which-bootstrap Requires: xml-commons-apis-bootstrap Requires: xml-commons-resolver-bootstrap License: The Apache Software License Group: Development/Libraries/Java -Autoreqprov: on +AutoReqProv: on Source0: Xerces-J-src.%{version}.tar.bz2 Patch0: xerces-j2-gcj-switch-constants-bug.patch Patch1: xerces-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build #BuildArchitectures: noarch #ExclusiveArch: %ix86 -BuildArch: noarch +BuildArch: noarch Provides: xerces-j2 %description @@ -101,7 +101,6 @@ function mkTargetClasspath() { set -x } #<<< - #>>> compiles all *.java file in the current directory tree # uses mkTargetClasspath for CLASSPATH variable # uses LIB_GCJ for CLASSPATH @@ -166,12 +165,12 @@ rm -rf $RPM_BUILD_ROOT # vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6: %changelog -* Wed May 02 2007 - dbornkessel@suse.de +* Wed May 02 2007 dbornkessel@suse.de - added unzip to BuildRequires -* Wed Nov 15 2006 - dbornkessel@suse.de +* Wed Nov 15 2006 dbornkessel@suse.de - Changed PreReq: /usr/sbin/update-alternatives to PreReq: update-alternatives -* Fri Sep 22 2006 - dbornkessel@suse.de +* Fri Sep 22 2006 dbornkessel@suse.de - first version diff --git a/xerces-j2.changes b/xerces-j2.changes index 8d70f87..ea2e18f 100644 --- a/xerces-j2.changes +++ b/xerces-j2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 23 12:24:53 CET 2008 - prusnak@suse.cz + +- removed comma between symbols in PreReq + ------------------------------------------------------------------- Wed May 2 11:54:38 CEST 2007 - dbornkessel@suse.de diff --git a/xerces-j2.spec b/xerces-j2.spec index b576634..1891bfb 100644 --- a/xerces-j2.spec +++ b/xerces-j2.spec @@ -1,7 +1,7 @@ # # spec file for package xerces-j2 (Version 2.8.1) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -18,10 +18,10 @@ BuildRequires: java2-devel-packages unzip %define release 3jpp %define section free Version: 2.8.1 -Release: 44 +Release: 111 Summary: Java XML parser License: The Apache Software License -URL: http://xml.apache.org/xerces2-j/ +Url: http://xml.apache.org/xerces2-j/ Group: Development/Libraries/Java Source0: Xerces-J-src.%{version}.tar.bz2 Source1: %{name}-version.sh @@ -31,11 +31,11 @@ Patch0: %{name}-build.patch Patch1: java150_build.patch Patch2: %{name}-%{version}_new_unsupported_dom_methods.patch Provides: jaxp_parser_impl -PreReq: update-alternatives, /bin/ln +PreReq: update-alternatives /bin/ln # some build requirements removed to enable jpackage bootstrap. this is # the first package built, and we use the libraries in the tools subdir # for it. -BuildArch: noarch +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -472,34 +472,36 @@ ln -s %{name}-xni-%{version} %{_javadocdir}/%{name}-xni %{_bindir}/* %changelog -* Wed May 02 2007 - dbornkessel@suse.de +* Wed Jan 23 2008 prusnak@suse.cz +- removed comma between symbols in PreReq +* Wed May 02 2007 dbornkessel@suse.de - added unzip to BuildRequires -* Tue Jan 23 2007 - dbornkessel@suse.de +* Tue Jan 23 2007 dbornkessel@suse.de - added dummy methods for not yet supported new dom methods -* Tue Jan 16 2007 - dbornkessel@suse.de +* Tue Jan 16 2007 dbornkessel@suse.de - created sub-packages xml-apis and xml-resolver to avoid Bug #232127 -* Wed Nov 15 2006 - dbornkessel@suse.de +* Wed Nov 15 2006 dbornkessel@suse.de - Changed PreReq: /usr/sbin/update-alternatives to PreReq: update-alternatives -* Fri Sep 22 2006 - dbornkessel@suse.de +* Fri Sep 22 2006 dbornkessel@suse.de - update to 2.8.1 - added source="1.4" target="1.4" to [x]javac & javadoc ant tasks -* Mon Jan 30 2006 - dbornkessel@suse.de +* Mon Jan 30 2006 dbornkessel@suse.de - changed update alternatives prios - corrected update-alternatives name for 'xml-commons-resolver' -* Fri Jan 27 2006 - mls@suse.de +* Fri Jan 27 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Tue Jan 24 2006 - dbornkessel@suse.de +* Tue Jan 24 2006 dbornkessel@suse.de - added missing jar file (xml-apis & resolver) - added xml-apis and resolver to alternative system, so they can be interchanged with xml-commons-apis and commons-resolver -* Wed Jan 18 2006 - dbornkessel@suse.de +* Wed Jan 18 2006 dbornkessel@suse.de - Update to version 2.7.1 -* Thu Sep 29 2005 - dmueller@suse.de +* Thu Sep 29 2005 dmueller@suse.de - add norootforbuild -* Thu Sep 16 2004 - skh@suse.de +* Thu Sep 16 2004 skh@suse.de - Fix prerequires -* Thu Sep 02 2004 - skh@suse.de +* Thu Sep 02 2004 skh@suse.de - Initial package created with version 2.6.2 (JPackage 1.5)