forked from pool/bea-stax
This commit is contained in:
parent
482233912b
commit
d7cd085c5b
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 1 13:42:11 CEST 2008 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- rm of BuildRoot on install was removed
|
||||||
|
- avoid of another openjdk build cycle:
|
||||||
|
- added an explicit BuildRequires on: xerces-j2-bootstrap,
|
||||||
|
xml-commons-apis-bootstrap, xml-commons-resolver-bootstrap,
|
||||||
|
xml-commons-which-bootstrap
|
||||||
|
- and BuildIgnore on: xerces-j2, xml-commons, xml-commons-apis,
|
||||||
|
xml-commons-resolver, xml-commons-which
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 09:57:50 CEST 2008 - mvyskocil@suse.cz
|
Fri Sep 12 09:57:50 CEST 2008 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Patch1: bea-stax-gcj-build.patch
|
|||||||
|
|
||||||
Name: bea-stax
|
Name: bea-stax
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 4
|
Release: 5
|
||||||
License: The Apache Software License
|
License: The Apache Software License
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -37,6 +37,11 @@ BuildRequires: jpackage-utils >= 1.6
|
|||||||
BuildRequires: java-1_5_0-gcj-compat-devel
|
BuildRequires: java-1_5_0-gcj-compat-devel
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
|
BuildRequires: xerces-j2-bootstrap
|
||||||
|
BuildRequires: xml-commons-apis-bootstrap
|
||||||
|
BuildRequires: xml-commons-resolver-bootstrap
|
||||||
|
BuildRequires: xml-commons-which-bootstrap
|
||||||
|
#!BuildIgnore: xerces-j2 xml-commons xml-commons-apis xml-commons-resolver xml-commons-which
|
||||||
%endif
|
%endif
|
||||||
Requires: jpackage-utils >= 1.6
|
Requires: jpackage-utils >= 1.6
|
||||||
Requires: %{name}-api = %{version}-%{release}
|
Requires: %{name}-api = %{version}-%{release}
|
||||||
@ -92,7 +97,6 @@ echo =====%{name}=======
|
|||||||
ant all javadoc
|
ant all javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
# jar
|
# jar
|
||||||
install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}
|
install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}
|
||||||
install -p -m 0644 build/stax-api-1.0.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-api-%{version}.jar
|
install -p -m 0644 build/stax-api-1.0.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-api-%{version}.jar
|
||||||
@ -149,6 +153,14 @@ fi
|
|||||||
#%{_datadir}/%{name}-%{version}
|
#%{_datadir}/%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 01 2008 mvyskocil@suse.cz
|
||||||
|
- rm of BuildRoot on install was removed
|
||||||
|
- avoid of another openjdk build cycle:
|
||||||
|
- added an explicit BuildRequires on: xerces-j2-bootstrap,
|
||||||
|
xml-commons-apis-bootstrap, xml-commons-resolver-bootstrap,
|
||||||
|
xml-commons-which-bootstrap
|
||||||
|
- and BuildIgnore on: xerces-j2, xml-commons, xml-commons-apis,
|
||||||
|
xml-commons-resolver, xml-commons-which
|
||||||
* Fri Sep 12 2008 mvyskocil@suse.cz
|
* Fri Sep 12 2008 mvyskocil@suse.cz
|
||||||
- target=1.5 -source=1.5
|
- target=1.5 -source=1.5
|
||||||
- build with gcj
|
- build with gcj
|
||||||
|
Loading…
Reference in New Issue
Block a user