]> git.pld-linux.org Git - packages/jikes.git/blame - jikes.spec
- dropped pre-cvs changelog
[packages/jikes.git] / jikes.spec
CommitLineData
3035375d 1Summary: A Java source file to bytecode compiler
1deda7df
ER
2Summary(es.UTF-8): Compilador Java
3Summary(pl.UTF-8): Kompilator języka Java do bajtkodu
4Summary(pt_BR.UTF-8): Compilador Java
bd56147f 5Name: jikes
403e0126 6Version: 1.22
3fbeb6c2 7Release: 5
10ea117e 8License: IBM Public License Version 1.0 - Jikes Compiler, http://ibm.com/research/jikes/license/license3.htm
743ec79b 9Group: Development/Languages/Java
d67c1a5b 10Source0: http://dl.sourceforge.net/jikes/%{name}-%{version}.tar.bz2
403e0126 11# Source0-md5: cda958c7fef6b43b803e1d1ef9afcb85
d67c1a5b 12Patch0: %{name}-source-1.2.patch
13URL: http://jikes.sourceforge.net/
4ba31006 14BuildRequires: automake
6fd4d044 15BuildRequires: libstdc++-devel
10ea117e 16Obsoletes: guavac
1a1ce2c1 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
bd56147f 18
19%description
20The IBM Research Jikes compiler translates Java source files into
21bytecode. Jikes' features include strict adherence to the language
22specification, extremely fast compile speed, and a sophisticated
23dependence analysis that allows for incremental compilation and
24automatic makefile generation.
25
26The release of Jikes' source code in December 1998 initiated one of
27IBM's first efforts in the open source arena, and since that time
28Jikes has been maintained and refined using the open source
d7eb57ea 29development model.
30
92aa936e 31%description -l es.UTF-8
d7eb57ea 32Jikes (TM) es un compilador de fuentes Java para bytecode. Es un
92aa936e 33compilador rápido y que sigue estrictamente los patrones del lenguaje
d7eb57ea 34Java.
35
92aa936e
JR
36%description -l pl.UTF-8
37Jikes z IBM Research to kompilator tłumaczący pliki źródłowe Javy do
38bajtkodu. Jikes jest ściśle zgodny ze specyfikacją języka, ma bardzo
39dużą szybkość kompilacji i przemyślaną analizę zależności pozwalającą
40na przyrostową kompilację i automatyczne generowanie skryptów dla
6650650f 41programu GNU Make.
e8fd5d2a 42
92aa936e
JR
43%description -l pt_BR.UTF-8
44Jikes (TM) é um compilador de fontes Java para bytecode. É um
45compilador rápido e que segue estritamente os padrões da linguagem
d7eb57ea 46Java.
bd56147f 47
bd56147f 48%prep
49%setup -q
d67c1a5b 50%patch0 -p1
bd56147f 51
52%build
4ba31006 53cp -f /usr/share/automake/config.sub .
403e0126 54
b109ec55 55%configure \
56 --enable-source15
bd56147f 57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
3035375d 61
d7eb57ea 62%{__make} install \
63 DESTDIR=$RPM_BUILD_ROOT
3035375d 64
bd56147f 65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
69%defattr(644,root,root,755)
1a1ce2c1 70%doc AUTHORS NEWS README TODO doc/license.htm
3035375d 71%attr(755,root,root) %{_bindir}/jikes
1a1ce2c1 72%{_includedir}/jikesapi.h
bd56147f 73%{_mandir}/man1/jikes.1*
This page took 0.084722 seconds and 4 git commands to generate.