home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 20 / AACD20.BIN / AACD / Programming / Jikes / Source / jikes.spec < prev    next >
Encoding:
Text File  |  2001-02-27  |  955 b   |  40 lines

  1. Summary: java source to bytecode compiler
  2. %define version 1.13
  3. Copyright: IBM Public License, http://oss.software.ibm.com/developerworks/opensource/license10.html
  4. Group: Development/Languages
  5. Name: jikes
  6. Packager: David Shields (shields@watson.ibm.com)
  7. Prefix: /usr
  8. Provides: jikes
  9. Release: 1
  10. Source: jikes-%{version}.tar.gz
  11. URL: http://oss.software.ibm.com/developerworks/opensource/jikes
  12. Version: %{version}
  13. Buildroot: /tmp/jikesrpm
  14.  
  15. %description
  16. The IBM Jikes compiler translates Java source files to bytecode. It
  17. also supports incremental compilation and automatic makefile generation,
  18. and is maintained by the Jikes Project:
  19.   http://oss.software.ibm.com/developerworks/opensource/jikes
  20.  
  21. %prep
  22. %setup -q
  23.  
  24. %build
  25. ./configure CXXFLAGS=-O3 --prefix=$RPM_BUILD_ROOT/usr
  26. make
  27.  
  28. %install
  29. rm -fr $RPM_BUILD_ROOT
  30. make install
  31.  
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34.  
  35. %files
  36. %defattr(-,-,root)
  37. /usr/bin/jikes
  38. /usr/doc/jikes-%{version}/license.htm
  39. /usr/man/man1/jikes.1
  40.