This commit is contained in:
parent
92467d741c
commit
10b06f02c6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 09:12:00 CEST 2007 - dbornkessel@suse.de
|
||||
|
||||
- added unzip to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 14:33:57 CET 2006 - dbornkessel@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package antlr-bootstrap (Version 2.7.6)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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.
|
||||
#
|
||||
@ -12,17 +12,17 @@
|
||||
|
||||
Name: antlr-bootstrap
|
||||
%define non_bootstrap_name antlr
|
||||
BuildRequires: fastjar gcc-gij gcc-java zip
|
||||
BuildRequires: fastjar gcc-gij gcc-java unzip zip
|
||||
BuildRequires: ecj-bootstrap >= 0.570
|
||||
%if %{?mandriva_release:1}0
|
||||
%endif
|
||||
%define real_name antlr
|
||||
Summary: Antlr for bootstrapping purposes
|
||||
Version: 2.7.6
|
||||
Release: 23
|
||||
Release: 51
|
||||
URL: http://www.antlr.org
|
||||
Group: Development/Libraries/Java
|
||||
License: BSD License and BSD-like, Other License(s), see package
|
||||
License: BSD License and BSD-like, Public Domain, Freeware
|
||||
Autoreqprov: on
|
||||
Source0: antlr-%{version}.tar.bz2
|
||||
Source1: manifest.antlr
|
||||
@ -143,7 +143,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
#<<<
|
||||
# vim:fdm=marker:foldmarker=#>>>,#<<<:foldcolumn=6:
|
||||
|
||||
%changelog -n antlr-bootstrap
|
||||
%changelog
|
||||
* Fri May 04 2007 - dbornkessel@suse.de
|
||||
- added unzip to BuildRequires
|
||||
* 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
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 08:58:37 CEST 2007 - dbornkessel@suse.de
|
||||
|
||||
- added unzip to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 7 11:54:36 CEST 2006 - dbornkessel@suse.de
|
||||
|
||||
|
10
antlr.spec
10
antlr.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package antlr (Version 2.7.6)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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,12 +11,12 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: antlr
|
||||
BuildRequires: ant gcc-c++ java2-devel-packages xml-commons-apis
|
||||
BuildRequires: ant gcc-c++ java2-devel-packages unzip xml-commons-apis
|
||||
%define section free
|
||||
%define native 0
|
||||
Summary: Another Tool for Language Recognition
|
||||
Version: 2.7.6
|
||||
Release: 21
|
||||
Release: 50
|
||||
License: GNU General Public License (GPL), Public Domain, Freeware
|
||||
URL: http://www.antlr.org/
|
||||
Group: Development/Tools/Other
|
||||
@ -161,7 +161,9 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
||||
%ghost %doc %{_javadocdir}/%{name}
|
||||
%endif
|
||||
|
||||
%changelog -n antlr
|
||||
%changelog
|
||||
* Fri May 04 2007 - dbornkessel@suse.de
|
||||
- added unzip to BuildRequires
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user