]> git.pld-linux.org Git - packages/ecj.git/blob - ecj.spec
643518124dc6ef6cf6c3536b5d833d9467f3b1d9
[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         --disable-static
22
23 %{__make} -r
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %post
35 %ldconfig_post
36
37 %postun
38 %ldconfig_postun
39
40 %files
41 %defattr(644,root,root,755)
42 %doc upstream/about.html ChangeLog
43 %attr(755,root,root) %{_bindir}/ecj
44 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
This page took 0.100145 seconds and 2 git commands to generate.