]> git.pld-linux.org Git - packages/ecj.git/blob - ecj.spec
- release 2.
[packages/ecj.git] / ecj.spec
1 Summary:        Eclipse Compiler for Java
2 Summary(pl):    Kompilator Eclipse dla Javy
3 Name:           ecj
4 Version:        0.298
5 Release:        2
6 License:        CPL v1.0
7 Group:          Development/Languages/Java
8 Source0:        ftp://sources.redhat.com/pub/rhug/ecj/rhug-%{name}-%{version}.tar.gz
9 # Source0-md5:  8e617bf2845a45b04c451694751d7408
10 URL:            http://www.eclipse.org/
11 BuildRequires:  automake
12 BuildRequires:  gcc-java
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 ECJ is a Java bytecode compiler extracted from the Eclipse IDE.
17
18 %description -l pl
19 ECJ to kompilator bajtkodu Javy wyodrêbiony ze ¶rodowiska
20 programistycznego (IDE) Eclipse.
21
22 %prep
23 %setup -q -n rhug-ecj-%{version}
24
25 %build
26 cp -f /usr/share/automake/config.sub .
27
28 %configure \
29         --disable-static
30
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %post   -p /sbin/ldconfig
43 %postun -p /sbin/ldconfig
44
45 %files
46 %defattr(644,root,root,755)
47 %doc upstream/about.html ChangeLog
48 %attr(755,root,root) %{_bindir}/ecj
49 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
This page took 0.117019 seconds and 3 git commands to generate.