Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > main-src > by-pkgid > 4f6c91d1ac3da018f36fc1dcf234255b > files > 2

jikes-1.15-2mdk.src.rpm

%define name	jikes
%define version	1.15
%define release	2mdk

Summary: 	Java source to bytecode compiler
Name: 		%{name}
Version:	%{version}
Release: 	%{release}
Prefix: 	%{_prefix}
License: 	IBM Public License
Group: 		Development/Java
Provides: 	jikes guavac
Obsoletes: 	guavac
URL: 		http://ibm.com/developerworks/opensource/jikes
Source0: 	http://oss.software.ibm.com/pub/jikes/%{name}-%{version}.tar.bz2
BuildRoot: 	%{_tmppath}/%{name}-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 -n %{name}-%{version}
#automake --foreign --copy

%build
%configure --disable-dependency-tracking
%make

#cd src
#./configure --prefix=$RPM_BUILD_ROOT/%{prefix}
#make

%install
rm -fr $RPM_BUILD_ROOT
%makeinstall

%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.bz2
%{_bindir}/jikes

%changelog
* 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