pkg://jikes-1.22-1mdk.src.rpm:623234/jikes.spec
info downloads
%define name jikes
%define version 1.22
%define release 1mdk
Summary: Java source to bytecode compiler
Name: %{name}
Version: %{version}
Release: %{release}
License: IBM Public License
Group: Development/Java
Provides: guavac
Obsoletes: guavac
URL: http://ibm.com/developerworks/opensource/jikes
Source0: http://oss.software.ibm.com/pub/jikes/%{version}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
The IBM Jikes compiler translates Java source files to bytecode. It
also supports incremental compilation and automatic makefile generation,
and is maintained by the Jikes Project:
http://ibm.com/developerworks/opensource
%prep
%setup -q
%build
%configure --disable-dependency-tracking
%make
%install
rm -fr $RPM_BUILD_ROOT
%makeinstall
rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
%clean
rm -fr $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog NEWS TODO INSTALL
%doc doc/*.htm*
%doc %{_mandir}/man1/jikes.1*
%{_bindir}/jikes
%{_includedir}/jikesapi.h
%changelog
* Thu Feb 03 2005 Michael Scherer <misc@mandrake.org> 1.22-1mdk
- New release 1.22
- remove useless provides
* Fri Jun 4 2004 <lmontel@n2.mandrakesoft.com> 1.21-2mdk
- Rebuild
* Sat May 22 2004 Michael Scherer <misc@mandrake.org> 1.21-1mdk
- New release 1.21
- Remove Prefix
- better BuildRoot
* Mon May 10 2004 Damien Chaumette <dchaumette@mandrakesoft.com> 1.20-1mdk
- version 1.20
* Wed Jul 23 2003 Per Øyvind Karlsen <peroyvind@sintrax.net> 1.18-2mdk
- rebuild
- remove license.htm file in /usr/doc/, wrong location and it's already in %%doc
* Fri Jan 10 2003 Damien Chaumette <dchaumette@mandrakesoft.com> 1.18-1mdk
- version 1.18
* Tue Oct 15 2002 Damien Chaumette <dchaumette@mandrakesoft.com> 1.17-1mdk
- version 1.17
* Wed Aug 14 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.16-2mdk
- Automated rebuild with gcc 3.2-0.3mdk
* Fri Jul 26 2002 Damien Chaumette <dchaumette@mandrakesoft.com> 1.16-1mdk
- version 1.16
- dropped patch0
* Thu Jul 25 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.15-4mdk
- Automated rebuild with gcc3.2
* Fri May 31 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 1.15-3mdk
- Use gcc >= 3.1.1-0.1mdk to rebuild. Otherwise 3.1.0 ICEs
- Patch0: We already have a NAN defining a quiet NaN for the float type
* Tue Nov 13 2001 Yves Duret <yduret@mandrakesoft.com> 1.15-2mdk
- rebuild, spec fixes for sir rpmlint
* Tue Oct 02 2001 Yves Duret <yduret@mandrakesoft.com> 1.15-1mdk
- version 1.15
* Tue Aug 28 2001 Yves Duret <yduret@mandrakesoft.com> 1.14-3mdk
- added missing provides to guavac
* Mon Jul 16 2001 Yves Duret <yduret@mandrakesoft.com> 1.14-2mdk
- rebuild
- secp clean up
- removed old patch0
* Tue May 22 2001 Yves Duret <yduret@mandrakesoft.com> 1.14-1mdk
- new version 1.14 : mainly bugfixes
- updated %%doc (removed doc/*.gif)
- more macros
- disable Patch: jikes-1.12.mdk.patch.bz2
* Fri Mar 2 2001 Jeff Garzik <jgarzik@mandrakesoft.com> 1.13-1mdk
- New version 1.13: only bugfixes.
- Remove gcc 2.96 patch, not needed anymore.
* Tue Feb 27 2001 Jeff Garzik <jgarzik@mandrakesoft.com> 1.12-4mdk
- Spec cleanup
- More docs
- Run automake in prep stage, to refresh auto-made makefiles
- Disable dependency tracking, RPM builds are one-time builds.
* Wed Dec 20 2000 Yves Duret <yduret@mandrakesoft.com> 1.12-3mdk
- macros
- fixed url
* Fri Nov 17 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.12-2mdk
- fix gcc2.96 compilation.
* Mon Aug 7 2000 Maurizio De Cecco <maurizio@mandrakesoft.com> 1.12-1mdk
- Moved to jikes 1.12
- Moved man to the FHS compliant places.
* Tue Apr 11 2000 Maurizio De Cecco <maurizio@mandrakesoft.com>
- Fixed Distribution name
* Thu Mar 16 2000 Maurizio De Cecco <maurizio@mandrakesoft.com>
- Adapted to the new Group structure
* Thu Jan 20 2000 Maurizio De Cecco <maurizio@mandrakesoft.com>
- Fixed packager name
* Wed Jan 12 2000 Maurizio De Cecco <maurizio@mandrakesoft.com>
- Moved to 1.11
* Wed Nov 24 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
- First spec file for Mandrake distribution.
# end of file