This commit is contained in:
parent
efb9f3392c
commit
0d07c927a3
@ -24,7 +24,7 @@ BuildRequires: java-1_5_0-gcj-compat-devel
|
|||||||
%define ant_name ant
|
%define ant_name ant
|
||||||
%define section free
|
%define section free
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 198
|
Release: 199
|
||||||
Url: http://jakarta.apache.org/
|
Url: http://jakarta.apache.org/
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Source0: apache-ant-%{version}-src.tar.bz2
|
Source0: apache-ant-%{version}-src.tar.bz2
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 3 11:45:06 CET 2008 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- [bnc#440645] - ant fails without installed jdk:
|
||||||
|
- added a java-devel to Recommends:
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 21 16:29:31 CEST 2008 - ro@suse.de
|
Mon Jul 21 16:29:31 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
6
ant.spec
6
ant.spec
@ -24,7 +24,7 @@ BuildRequires: antlr-bootstrap java-1_5_0-gcj-compat-devel unzip xerces-j2-boot
|
|||||||
%define section free
|
%define section free
|
||||||
%define cvs_name apache-%{name}
|
%define cvs_name apache-%{name}
|
||||||
Version: 1.7.0
|
Version: 1.7.0
|
||||||
Release: 152
|
Release: 153
|
||||||
Summary: A Java-Based Build Tool
|
Summary: A Java-Based Build Tool
|
||||||
License: The Apache Software License
|
License: The Apache Software License
|
||||||
Url: http://jakarta.apache.org/
|
Url: http://jakarta.apache.org/
|
||||||
@ -45,6 +45,7 @@ Requires: jaxp_parser_impl
|
|||||||
Requires: xml-commons-apis
|
Requires: xml-commons-apis
|
||||||
Requires: xml-commons-resolver
|
Requires: xml-commons-resolver
|
||||||
Requires: jpackage-utils >= 1.5
|
Requires: jpackage-utils >= 1.5
|
||||||
|
Recommends: java-devel
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Obsoletes: apache-ant
|
Obsoletes: apache-ant
|
||||||
@ -245,6 +246,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 03 2008 mvyskocil@suse.cz
|
||||||
|
- [bnc#440645] - ant fails without installed jdk:
|
||||||
|
- added a java-devel to Recommends:
|
||||||
* Mon Jul 21 2008 ro@suse.de
|
* Mon Jul 21 2008 ro@suse.de
|
||||||
- use xerces-j2-bootstrap to build (as early as possible)
|
- use xerces-j2-bootstrap to build (as early as possible)
|
||||||
- add java doc dir to filelist of javadoc subpackage to fix build
|
- add java doc dir to filelist of javadoc subpackage to fix build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user