Accepting request 98218 from Java:packages
- remove call to suse_update_config (very old work around) (forwarded request 97699 from coolo) OBS-URL: https://build.opensuse.org/request/show/98218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jikes?expand=0&rev=10
This commit is contained in:
parent
c046a3cdf2
commit
62d5036ccf
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 10:31:39 UTC 2011 - coolo@suse.com
|
||||
|
||||
- remove call to suse_update_config (very old work around)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 15:54:16 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:37:03 CET 2006 - mls@suse.de
|
||||
|
||||
|
90
jikes.spec
90
jikes.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jikes (Version 1.22)
|
||||
# spec file for package jikes
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,23 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: jikes
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
License: IBM Public License
|
||||
Group: Development/Languages/Java
|
||||
AutoReqProv: on
|
||||
Requires: jre1.1.x
|
||||
Version: 1.22
|
||||
Release: 138
|
||||
Release: 0
|
||||
Url: http://jikes.sourceforge.net/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-%{version}-uninitialized-variables.patch
|
||||
Patch1: %{name}-%{version}-strict_aliasing.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: IBM Java Compiler
|
||||
License: IPL-1.0
|
||||
Group: Development/Languages/Java
|
||||
|
||||
%description
|
||||
Jikes(TM) is a compiler that translates Java(TM) source files as
|
||||
@ -79,7 +77,6 @@ Authors:
|
||||
cp -v doc/license.htm license.html
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
autoreconf -I src/m4 --force --install
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
CXXFLAGS="$RPM_OPT_FLAGS" \
|
||||
@ -106,78 +103,3 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/jikes
|
||||
|
||||
%changelog
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Dec 19 2005 dbornkessel@suse.de
|
||||
- minor adjustments to avoid "strict aliasing" and "uninitialized variables" warnings
|
||||
* Fri Feb 18 2005 skh@suse.de
|
||||
- updated to version 1.22:
|
||||
* supports compilation using the rt.jar shipped with the
|
||||
released version of Java 5.0
|
||||
* Wed Sep 01 2004 pmladek@suse.cz
|
||||
- updated to version 1.21
|
||||
* correctly detects an attempt to use a non-static member class from a
|
||||
static one, without proper qualification
|
||||
* new command-line options generalize the old -nowarn/+Z
|
||||
* the default on vs. off state of several warnings added in 1.19 have been
|
||||
changed, by popular demand
|
||||
* etc., see /usr/share/doc/packages/jikes/NEWS for more details
|
||||
- enabled parallel build
|
||||
- used autoreconf instead of the single utils like aclocal, automake
|
||||
- removed the unneeded file INSTALL from documentation
|
||||
* Wed Mar 03 2004 pmladek@suse.cz
|
||||
- updated to version 1.19
|
||||
- m4 marcos are included in the original source tar-ball again
|
||||
- removed obsolete patch which fixed aclocal.m4
|
||||
- fixed usage of aclocal
|
||||
- used %%_prefix and %%_sysconfdir macros
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Tue May 27 2003 pmladek@suse.cz
|
||||
- removed license.htm from buildroot (it is packaged another way)
|
||||
* Wed Feb 05 2003 novak@suse.cz
|
||||
- updated to version 1.18
|
||||
- updated m4 macros from CVS
|
||||
* Wed Aug 07 2002 pmladek@suse.cz
|
||||
- updated to version 1.16
|
||||
- updated m4 macros from CVS
|
||||
- removed obsolete axp patch (it is fixed in this version)
|
||||
- removed obsolete ia64 patch (it is no longer needed)
|
||||
* Wed Dec 12 2001 pmladek@suse.cz
|
||||
- updated to version 1.15, bugfix release
|
||||
- updated m4 macros from CVS
|
||||
- removed obsolete namespace patch, gcc works now
|
||||
- added /usr/include/jikesapi.h to filelist
|
||||
* Fri Nov 09 2001 pmladek@suse.cz
|
||||
- fixed to compile with automake 1.5
|
||||
* Thu Sep 20 2001 pmladek@suse.cz
|
||||
- fixed requires - jikes works with all javas
|
||||
* Mon Aug 13 2001 pmladek@suse.cz
|
||||
- fixed to compile on i386:
|
||||
* compiled with namespace on
|
||||
- fixed to compile on ia64:
|
||||
* added sources of autoconf macros from jikes CVS
|
||||
* ugly fix through bug in autoconf
|
||||
- fixed to compile on axp:
|
||||
* renamed variable NAN which is defined as macro in math.h
|
||||
- cleaned up specfile
|
||||
* Fri May 18 2001 pblaha@suse.cz
|
||||
- upadte on 1.14
|
||||
* Wed Nov 29 2000 aj@suse.de
|
||||
- Fix for compilation with glibc 2.2.
|
||||
* Wed Sep 20 2000 smid@suse.cz
|
||||
- upgrade to 1.12
|
||||
* Thu Jun 08 2000 cihlar@suse.cz
|
||||
- added %%clean
|
||||
* Thu Apr 20 2000 smid@suse.cz
|
||||
- add documentation which was unfortunetly removed
|
||||
* Thu Apr 20 2000 smid@suse.cz
|
||||
- buildroot added
|
||||
* Mon Jan 17 2000 aj@suse.de
|
||||
- /usr/man -> /usr/share/man
|
||||
* Wed Oct 20 1999 aj@suse.de
|
||||
- Fixed configure and make calls.
|
||||
* Tue Oct 19 1999 aj@suse.de
|
||||
- Added a require for java_runtime, updated pac file.
|
||||
* Tue Oct 19 1999 aj@suse.de
|
||||
- created package (version 1.06)
|
||||
|
Loading…
Reference in New Issue
Block a user