OBS User unknown 2008-01-23 23:59:49 +00:00 committed by Git OBS Bridge
parent cc191480f6
commit 8f8658a1c5
3 changed files with 32 additions and 26 deletions

View File

@ -1,7 +1,7 @@
# #
# spec file for package xerces-j2-bootstrap (Version 2.8.1) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -11,7 +11,7 @@
# norootforbuild # norootforbuild
Name: xerces-j2-bootstrap 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 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 %{?!suse_version:1}0
%if %{?!mandriva_release:1}0 %if %{?!mandriva_release:1}0
@ -25,13 +25,13 @@ BuildRequires: update-alternatives
Summary: Java XML parser Summary: Java XML parser
Group: Development/Libraries/Java Group: Development/Libraries/Java
Version: 2.8.1 Version: 2.8.1
Release: 52 Release: 154
Requires: xml-commons-which-bootstrap Requires: xml-commons-which-bootstrap
Requires: xml-commons-apis-bootstrap Requires: xml-commons-apis-bootstrap
Requires: xml-commons-resolver-bootstrap Requires: xml-commons-resolver-bootstrap
License: The Apache Software License License: The Apache Software License
Group: Development/Libraries/Java Group: Development/Libraries/Java
Autoreqprov: on AutoReqProv: on
Source0: Xerces-J-src.%{version}.tar.bz2 Source0: Xerces-J-src.%{version}.tar.bz2
Patch0: xerces-j2-gcj-switch-constants-bug.patch Patch0: xerces-j2-gcj-switch-constants-bug.patch
Patch1: xerces-build.patch Patch1: xerces-build.patch
@ -101,7 +101,6 @@ function mkTargetClasspath() {
set -x set -x
} }
#<<< #<<<
#>>> compiles all *.java file in the current directory tree #>>> compiles all *.java file in the current directory tree
# uses mkTargetClasspath for CLASSPATH variable # uses mkTargetClasspath for CLASSPATH variable
# uses LIB_GCJ for CLASSPATH # uses LIB_GCJ for CLASSPATH
@ -166,12 +165,12 @@ rm -rf $RPM_BUILD_ROOT
# vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6: # vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6:
%changelog %changelog
* Wed May 02 2007 - dbornkessel@suse.de * Wed May 02 2007 dbornkessel@suse.de
- added unzip to BuildRequires - added unzip to BuildRequires
* Wed Nov 15 2006 - dbornkessel@suse.de * Wed Nov 15 2006 dbornkessel@suse.de
- Changed - Changed
PreReq: /usr/sbin/update-alternatives PreReq: /usr/sbin/update-alternatives
to to
PreReq: update-alternatives PreReq: update-alternatives
* Fri Sep 22 2006 - dbornkessel@suse.de * Fri Sep 22 2006 dbornkessel@suse.de
- first version - first version

View File

@ -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 Wed May 2 11:54:38 CEST 2007 - dbornkessel@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package xerces-j2 (Version 2.8.1) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -18,10 +18,10 @@ BuildRequires: java2-devel-packages unzip
%define release 3jpp %define release 3jpp
%define section free %define section free
Version: 2.8.1 Version: 2.8.1
Release: 44 Release: 111
Summary: Java XML parser Summary: Java XML parser
License: The Apache Software License License: The Apache Software License
URL: http://xml.apache.org/xerces2-j/ Url: http://xml.apache.org/xerces2-j/
Group: Development/Libraries/Java Group: Development/Libraries/Java
Source0: Xerces-J-src.%{version}.tar.bz2 Source0: Xerces-J-src.%{version}.tar.bz2
Source1: %{name}-version.sh Source1: %{name}-version.sh
@ -31,7 +31,7 @@ Patch0: %{name}-build.patch
Patch1: java150_build.patch Patch1: java150_build.patch
Patch2: %{name}-%{version}_new_unsupported_dom_methods.patch Patch2: %{name}-%{version}_new_unsupported_dom_methods.patch
Provides: jaxp_parser_impl Provides: jaxp_parser_impl
PreReq: update-alternatives, /bin/ln PreReq: update-alternatives /bin/ln
# some build requirements removed to enable jpackage bootstrap. this is # some build requirements removed to enable jpackage bootstrap. this is
# the first package built, and we use the libraries in the tools subdir # the first package built, and we use the libraries in the tools subdir
# for it. # for it.
@ -472,34 +472,36 @@ ln -s %{name}-xni-%{version} %{_javadocdir}/%{name}-xni
%{_bindir}/* %{_bindir}/*
%changelog %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 - 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 - 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 - 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 - Changed
PreReq: /usr/sbin/update-alternatives PreReq: /usr/sbin/update-alternatives
to to
PreReq: update-alternatives PreReq: update-alternatives
* Fri Sep 22 2006 - dbornkessel@suse.de * Fri Sep 22 2006 dbornkessel@suse.de
- update to 2.8.1 - update to 2.8.1
- added source="1.4" target="1.4" to [x]javac & javadoc ant tasks - 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 - changed update alternatives prios
- corrected update-alternatives name for 'xml-commons-resolver' - 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 - 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 missing jar file (xml-apis & resolver)
- added xml-apis and resolver to alternative system, so they can be - added xml-apis and resolver to alternative system, so they can be
interchanged with xml-commons-apis and commons-resolver 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 - Update to version 2.7.1
* Thu Sep 29 2005 - dmueller@suse.de * Thu Sep 29 2005 dmueller@suse.de
- add norootforbuild - add norootforbuild
* Thu Sep 16 2004 - skh@suse.de * Thu Sep 16 2004 skh@suse.de
- Fix prerequires - 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) - Initial package created with version 2.6.2 (JPackage 1.5)