OBS User unknown 2008-02-22 00:17:11 +00:00 committed by Git OBS Bridge
parent 78b6787171
commit ad89e26050
3 changed files with 14 additions and 5 deletions

View File

@ -10,6 +10,7 @@
# norootforbuild
Name: antlr-bootstrap
%define non_bootstrap_name antlr
BuildRequires: fastjar gcc-gij gcc-java unzip zip
@ -20,7 +21,7 @@ Provides: antlr
%define real_name antlr
Summary: Antlr for bootstrapping purposes
Version: 2.7.6
Release: 131
Release: 141
Url: http://www.antlr.org
Group: Development/Libraries/Java
License: BSD 3-Clause; Public Domain, Freeware

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 20 16:34:59 CET 2008 - adrian@suse.de
- do not PreReq files to fix build env setup for other packages
- remove SL-9.1 traces
-------------------------------------------------------------------
Fri May 4 08:58:37 CEST 2007 - dbornkessel@suse.de

View File

@ -10,13 +10,14 @@
# norootforbuild
Name: antlr
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: 155
Release: 166
License: GPL v2 or later; Public Domain, Freeware; X11/MIT
Url: http://www.antlr.org/
Group: Development/Tools/Other
@ -32,10 +33,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%else
BuildArch: noarch
Requires: jpackage-utils
PreReq: %{_sbindir}/update-alternatives
PreReq: update-alternatives
Requires(postun): %{_sbindir}/update-alternatives
# add conflict with pccts package which we had up to 9.1:
Conflicts: pccts
%endif
Provides: %{name}-bootstrap
Obsoletes: %{name}-bootstrap
@ -162,6 +161,9 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
%endif
%changelog
* Wed Feb 20 2008 adrian@suse.de
- do not PreReq files to fix build env setup for other packages
- remove SL-9.1 traces
* Fri May 04 2007 dbornkessel@suse.de
- added unzip to BuildRequires
* Sat Oct 07 2006 dbornkessel@suse.de