From ad89e26050dd260039512b8e807d8a3fc17d2673ca4cf031067e58c0c3c961b6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 22 Feb 2008 00:17:11 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/antlr?expand=0&rev=6 --- antlr-bootstrap.spec | 3 ++- antlr.changes | 6 ++++++ antlr.spec | 10 ++++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/antlr-bootstrap.spec b/antlr-bootstrap.spec index ef480de..2c2f8a1 100644 --- a/antlr-bootstrap.spec +++ b/antlr-bootstrap.spec @@ -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 diff --git a/antlr.changes b/antlr.changes index 00172f0..30dd33b 100644 --- a/antlr.changes +++ b/antlr.changes @@ -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 diff --git a/antlr.spec b/antlr.spec index 6a3c960..5ebcf45 100644 --- a/antlr.spec +++ b/antlr.spec @@ -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