This commit is contained in:
parent
cc191480f6
commit
8f8658a1c5
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user