This commit is contained in:
parent
04713a86b4
commit
78b6787171
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 30 08:09:43 CET 2008 - adrian@suse.de
|
||||
|
||||
- add Provides: antlr on sugggestion of dbornkessel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 09:12:00 CEST 2007 - dbornkessel@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package antlr-bootstrap (Version 2.7.6)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
@ -14,21 +14,22 @@ Name: antlr-bootstrap
|
||||
%define non_bootstrap_name antlr
|
||||
BuildRequires: fastjar gcc-gij gcc-java unzip zip
|
||||
BuildRequires: ecj-bootstrap >= 0.570
|
||||
Provides: antlr
|
||||
%if %{?mandriva_release:1}0
|
||||
%endif
|
||||
%define real_name antlr
|
||||
Summary: Antlr for bootstrapping purposes
|
||||
Version: 2.7.6
|
||||
Release: 51
|
||||
URL: http://www.antlr.org
|
||||
Release: 131
|
||||
Url: http://www.antlr.org
|
||||
Group: Development/Libraries/Java
|
||||
License: BSD License and BSD-like, Public Domain, Freeware
|
||||
Autoreqprov: on
|
||||
License: BSD 3-Clause; Public Domain, Freeware
|
||||
AutoReqProv: on
|
||||
Source0: antlr-%{version}.tar.bz2
|
||||
Source1: manifest.antlr
|
||||
# files for the source package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This antlr package is used for bootstrapping purposes only.
|
||||
@ -77,7 +78,6 @@ function mkTargetClasspath() {
|
||||
set -x
|
||||
}
|
||||
#<<<
|
||||
|
||||
#>>> compiles all *.java file in the current directory tree
|
||||
# uses mkTargetClasspath for CLASSPATH variable
|
||||
# uses LIB_GCJ for CLASSPATH
|
||||
@ -144,22 +144,24 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6:
|
||||
|
||||
%changelog
|
||||
* Fri May 04 2007 - dbornkessel@suse.de
|
||||
* Wed Jan 30 2008 adrian@suse.de
|
||||
- add Provides: antlr on sugggestion of dbornkessel
|
||||
* Fri May 04 2007 dbornkessel@suse.de
|
||||
- added unzip to BuildRequires
|
||||
* Wed Nov 15 2006 - dbornkessel@suse.de
|
||||
* Wed Nov 15 2006 dbornkessel@suse.de
|
||||
- delete "Provides: antlr" ... packages that need the bootstrap package should have a hard require on it
|
||||
* Thu Oct 12 2006 - ro@suse.de
|
||||
* Thu Oct 12 2006 ro@suse.de
|
||||
- change buildreq to ">=" for ecj-bootstrap
|
||||
* Sat Oct 07 2006 - dbornkessel@suse.de
|
||||
* Sat Oct 07 2006 dbornkessel@suse.de
|
||||
- added check that checks whether deleted files ShowString.java and StreamConverter.java are really not in place
|
||||
* Thu Oct 05 2006 - dbornkessel@suse.de
|
||||
* Thu Oct 05 2006 dbornkessel@suse.de
|
||||
- deleted
|
||||
antlr-2.7.6/examples/java/unicode.IDENTs/ShowString.java
|
||||
antlr-2.7.6/examples/java/unicode.IDENTs/StreamConverter.java
|
||||
from tar ball due to licensing issues (Bug #207621)
|
||||
* Thu Sep 28 2006 - ro@suse.de
|
||||
* Thu Sep 28 2006 ro@suse.de
|
||||
- added gcc-gij to BuildRequires
|
||||
* Wed Sep 20 2006 - dbornkessel@suse.de
|
||||
* Wed Sep 20 2006 dbornkessel@suse.de
|
||||
- renamed antlr-bootstrap.jar to antlr.jar
|
||||
* Mon Sep 18 2006 - dbornkessel@suse.de
|
||||
* Mon Sep 18 2006 dbornkessel@suse.de
|
||||
- created bootstrapping package
|
||||
|
34
antlr.spec
34
antlr.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package antlr (Version 2.7.6)
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
@ -16,9 +16,9 @@ BuildRequires: ant gcc-c++ java2-devel-packages unzip xml-commons-apis
|
||||
%define native 0
|
||||
Summary: Another Tool for Language Recognition
|
||||
Version: 2.7.6
|
||||
Release: 50
|
||||
License: GNU General Public License (GPL), Public Domain, Freeware
|
||||
URL: http://www.antlr.org/
|
||||
Release: 155
|
||||
License: GPL v2 or later; Public Domain, Freeware; X11/MIT
|
||||
Url: http://www.antlr.org/
|
||||
Group: Development/Tools/Other
|
||||
#Source0: http://www.antlr.org/download/antlr-2.7.4.tar.gz
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
@ -162,23 +162,23 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 04 2007 - dbornkessel@suse.de
|
||||
* Fri May 04 2007 dbornkessel@suse.de
|
||||
- added unzip to BuildRequires
|
||||
* Sat Oct 07 2006 - dbornkessel@suse.de
|
||||
* Sat Oct 07 2006 dbornkessel@suse.de
|
||||
- added check that checks whether deleted files ShowString.java and StreamConverter.java are really not in place
|
||||
* Thu Oct 05 2006 - dbornkessel@suse.de
|
||||
* Thu Oct 05 2006 dbornkessel@suse.de
|
||||
- deleted
|
||||
antlr-2.7.6/examples/java/unicode.IDENTs/ShowString.java
|
||||
antlr-2.7.6/examples/java/unicode.IDENTs/StreamConverter.java
|
||||
from tar ball due to licensing issues (Bug #207621)
|
||||
* Mon Sep 25 2006 - dbornkessel@suse.de
|
||||
* Mon Sep 25 2006 dbornkessel@suse.de
|
||||
- fixes necessary to compile with Java 1.5.0
|
||||
- set source="1.4" and target="1.4" for ant "javac" tasks
|
||||
- set source="1.4" for ant "javadoc" tasks
|
||||
* Wed Sep 20 2006 - dbornkessel@suse.de
|
||||
* Wed Sep 20 2006 dbornkessel@suse.de
|
||||
- Provide: antlr-bootstrap
|
||||
Obsoletes: antlr-bootstrap
|
||||
* Mon Sep 18 2006 - dbornkessel@suse.de
|
||||
* Mon Sep 18 2006 dbornkessel@suse.de
|
||||
- update to 2.7.6
|
||||
- added size, index methods to TokenStreamRewriteEngine.java
|
||||
- bug in syn preds for tree parsers. Submitted by Ole Kniemeyer.
|
||||
@ -197,19 +197,19 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
||||
- Prevent '\' entering the bitset dump comments, might occur at end of
|
||||
line. Some compilers continue the comment to the next line (not sure
|
||||
if this is a compiler bug, should look it up)
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Oct 25 2005 - jsmeix@suse.de
|
||||
* Tue Oct 25 2005 jsmeix@suse.de
|
||||
- removed sub-package antlr-jedit because since jedit version 4.2
|
||||
/usr/share/jedit/modes/antlr.xml is included in jedit.
|
||||
* Wed Jul 27 2005 - jsmeix@suse.de
|
||||
* Wed Jul 27 2005 jsmeix@suse.de
|
||||
- Adjustments in the spec file.
|
||||
* Tue Jul 19 2005 - jsmeix@suse.de
|
||||
* Tue Jul 19 2005 jsmeix@suse.de
|
||||
- Current version 2.7.4 from JPackage.org
|
||||
* Wed Mar 02 2005 - skh@suse.de
|
||||
* Wed Mar 02 2005 skh@suse.de
|
||||
- added support for C++ output (#67164)
|
||||
* Thu Sep 16 2004 - skh@suse.de
|
||||
* Thu Sep 16 2004 skh@suse.de
|
||||
- Fix prerequires of javadoc subpackage
|
||||
- conflict with pccts
|
||||
* Thu Sep 02 2004 - skh@suse.de
|
||||
* Thu Sep 02 2004 skh@suse.de
|
||||
- Initial package created with version 2.7.4 (JPackage 1.5)
|
||||
|
Loading…
Reference in New Issue
Block a user