This commit is contained in:
parent
78b6787171
commit
ad89e26050
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: antlr-bootstrap
|
Name: antlr-bootstrap
|
||||||
%define non_bootstrap_name antlr
|
%define non_bootstrap_name antlr
|
||||||
BuildRequires: fastjar gcc-gij gcc-java unzip zip
|
BuildRequires: fastjar gcc-gij gcc-java unzip zip
|
||||||
@ -20,7 +21,7 @@ Provides: antlr
|
|||||||
%define real_name antlr
|
%define real_name antlr
|
||||||
Summary: Antlr for bootstrapping purposes
|
Summary: Antlr for bootstrapping purposes
|
||||||
Version: 2.7.6
|
Version: 2.7.6
|
||||||
Release: 131
|
Release: 141
|
||||||
Url: http://www.antlr.org
|
Url: http://www.antlr.org
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
License: BSD 3-Clause; Public Domain, Freeware
|
License: BSD 3-Clause; Public Domain, Freeware
|
||||||
|
@ -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
|
Fri May 4 08:58:37 CEST 2007 - dbornkessel@suse.de
|
||||||
|
|
||||||
|
10
antlr.spec
10
antlr.spec
@ -10,13 +10,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: antlr
|
Name: antlr
|
||||||
BuildRequires: ant gcc-c++ java2-devel-packages unzip xml-commons-apis
|
BuildRequires: ant gcc-c++ java2-devel-packages unzip xml-commons-apis
|
||||||
%define section free
|
%define section free
|
||||||
%define native 0
|
%define native 0
|
||||||
Summary: Another Tool for Language Recognition
|
Summary: Another Tool for Language Recognition
|
||||||
Version: 2.7.6
|
Version: 2.7.6
|
||||||
Release: 155
|
Release: 166
|
||||||
License: GPL v2 or later; Public Domain, Freeware; X11/MIT
|
License: GPL v2 or later; Public Domain, Freeware; X11/MIT
|
||||||
Url: http://www.antlr.org/
|
Url: http://www.antlr.org/
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -32,10 +33,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%else
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
PreReq: %{_sbindir}/update-alternatives
|
PreReq: update-alternatives
|
||||||
Requires(postun): %{_sbindir}/update-alternatives
|
Requires(postun): %{_sbindir}/update-alternatives
|
||||||
# add conflict with pccts package which we had up to 9.1:
|
|
||||||
Conflicts: pccts
|
|
||||||
%endif
|
%endif
|
||||||
Provides: %{name}-bootstrap
|
Provides: %{name}-bootstrap
|
||||||
Obsoletes: %{name}-bootstrap
|
Obsoletes: %{name}-bootstrap
|
||||||
@ -162,6 +161,9 @@ ln -s %{name}-%{version} %{_javadocdir}/%{name}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 04 2007 dbornkessel@suse.de
|
||||||
- added unzip to BuildRequires
|
- added unzip to BuildRequires
|
||||||
* Sat Oct 07 2006 dbornkessel@suse.de
|
* Sat Oct 07 2006 dbornkessel@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user