This commit is contained in:
parent
8fa92c3ca9
commit
efb9f3392c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 12:44:49 CEST 2008 - mvyskocil@suse.cz
|
||||
|
||||
- use a antlr-bootstrap do avoid another cycle
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 14:10:12 CEST 2008 - coolo@suse.de
|
||||
|
||||
|
@ -2,22 +2,29 @@
|
||||
# spec file for package ant-antlr (Version 1.7.0)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: ant-antlr
|
||||
BuildRequires: ant antlr bcel bsf jaf jakarta-commons-logging javamail jdepend junit log4j-mini oro regexp unzip update-alternatives xalan-j2 xerces-j2
|
||||
BuildRequires: ant antlr-bootstrap bcel bsf jaf jakarta-commons-logging javamail jdepend junit log4j-mini oro regexp unzip update-alternatives xalan-j2 xerces-j2
|
||||
BuildRequires: java-1_5_0-gcj-compat-devel
|
||||
%define ant_home %{_datadir}/ant
|
||||
%define ant_name ant
|
||||
%define section free
|
||||
Version: 1.7.0
|
||||
Release: 159
|
||||
Release: 198
|
||||
Url: http://jakarta.apache.org/
|
||||
Group: Development/Tools/Building
|
||||
Source0: apache-ant-%{version}-src.tar.bz2
|
||||
@ -516,6 +523,8 @@ popd
|
||||
%{ant_home}/etc/coverage-frames.xsl
|
||||
|
||||
%changelog
|
||||
* Wed Oct 01 2008 mvyskocil@suse.cz
|
||||
- use a antlr-bootstrap do avoid another cycle
|
||||
* Wed Jul 16 2008 coolo@suse.de
|
||||
- avoid another build cycle
|
||||
* Wed May 07 2008 mvyskocil@suse.cz
|
||||
|
13
ant.spec
13
ant.spec
@ -2,9 +2,16 @@
|
||||
# spec file for package ant (Version 1.7.0)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -17,7 +24,7 @@ BuildRequires: antlr-bootstrap java-1_5_0-gcj-compat-devel unzip xerces-j2-boot
|
||||
%define section free
|
||||
%define cvs_name apache-%{name}
|
||||
Version: 1.7.0
|
||||
Release: 124
|
||||
Release: 152
|
||||
Summary: A Java-Based Build Tool
|
||||
License: The Apache Software License
|
||||
Url: http://jakarta.apache.org/
|
||||
|
Loading…
x
Reference in New Issue
Block a user