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