]> git.pld-linux.org Git - packages/ecj.git/blob - ecj.spec
- Java bytecode compiler (extracted from the Eclipse).
[packages/ecj.git] / ecj.spec
1 Summary:        Eclipse Compiler for Java
2 Name:           ecj
3 Version:        0.298
4 Release:        0.1
5 License:        CPL v1.0
6 Group:          Development/Languages/Java
7 Source0:        ftp://sources.redhat.com/pub/rhug/ecj/rhug-%{name}-%{version}.tar.gz
8 # Source0-md5:  8e617bf2845a45b04c451694751d7408
9 URL:            http://www.eclipse.org/
10 BuildRequires:  gcc-java
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 ECJ is a Java bytecode compiler extracted from the Eclipse IDE.
15
16 %prep
17 %setup -q -n rhug-ecj-%{version}
18
19 %build
20 %configure
21 %{__make}
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 # create directories if necessary
26 #install -d $RPM_BUILD_ROOT
27
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc upstream/about.html ChangeLog
37 #attr(755,root,root) %{_bindir}/*
This page took 0.076541 seconds and 4 git commands to generate.