This commit is contained in:
parent
0c610e8140
commit
3e3ef526a6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 25 08:08:03 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- build with gcj to avoid bootstrap problems with openjdk
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 25 17:13:38 CEST 2006 - skh@suse.de
|
Mon Sep 25 17:13:38 CEST 2006 - skh@suse.de
|
||||||
|
|
||||||
|
26
jlex.spec
26
jlex.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jlex (Version 1.2.6)
|
# spec file for package jlex (Version 1.2.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -11,21 +11,22 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
|
|
||||||
Name: jlex
|
Name: jlex
|
||||||
BuildRequires: ant java2-devel-packages xml-commons-apis
|
BuildRequires: ant java-1_5_0-gcj-compat-devel xml-commons-apis-bootstrap
|
||||||
%define name jlex
|
%define name jlex
|
||||||
%define version 1.2.6
|
%define version 1.2.6
|
||||||
%define release 2jpp
|
%define release 2jpp
|
||||||
%define section free
|
%define section free
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
Release: 24
|
Release: 230
|
||||||
Summary: A Lexical Analyzer Generator for Java
|
Summary: A Lexical Analyzer Generator for Java
|
||||||
License: BSD
|
License: BSD 3-Clause
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Source0: http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.5/Main.java
|
Source0: http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.5/Main.java
|
||||||
Source1: %{name}-%{version}.build.xml
|
Source1: %{name}-%{version}.build.xml
|
||||||
Patch0: %{name}-%{version}.static.patch
|
Patch0: %{name}-%{version}.static.patch
|
||||||
URL: http://www.cs.princeton.edu/~appel/modern/java/JLex/
|
Url: http://www.cs.princeton.edu/~appel/modern/java/JLex/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -35,6 +36,7 @@ JLex is a lexical analyzer generator for Java.
|
|||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
|
License: BSD 3-Clause
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Summary: Javadoc for jlex
|
Summary: Javadoc for jlex
|
||||||
@ -75,15 +77,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_javadocdir}/%{name}-%{version}
|
%{_javadocdir}/%{name}-%{version}
|
||||||
|
|
||||||
%changelog -n jlex
|
%changelog
|
||||||
* Mon Sep 25 2006 - skh@suse.de
|
* Fri Jul 25 2008 coolo@suse.de
|
||||||
|
- build with gcj to avoid bootstrap problems with openjdk
|
||||||
|
* Mon Sep 25 2006 skh@suse.de
|
||||||
- don't use icecream
|
- don't use icecream
|
||||||
- use source="1.4" and target="1.4" for build with java 1.5
|
- use source="1.4" and target="1.4" for build with java 1.5
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Thu Jul 28 2005 - jsmeix@suse.de
|
* Thu Jul 28 2005 jsmeix@suse.de
|
||||||
- Adjustments in the spec file.
|
- Adjustments in the spec file.
|
||||||
* Mon Jul 18 2005 - jsmeix@suse.de
|
* Mon Jul 18 2005 jsmeix@suse.de
|
||||||
- Current version 1.2.6 from JPackage.org
|
- Current version 1.2.6 from JPackage.org
|
||||||
* Thu Sep 02 2004 - skh@suse.de
|
* Thu Sep 02 2004 skh@suse.de
|
||||||
- Initial package created with version 1.2.6 (JPackage 1.5)
|
- Initial package created with version 1.2.6 (JPackage 1.5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user