]> git.pld-linux.org Git - packages/ecj.git/commitdiff
- spec almost finished (makefile needs fix / ecj_prop_x build error).
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 18 Apr 2005 06:39:49 +0000 (06:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecj.spec -> 1.2

ecj.spec

index 887e70f00ae933dc06969d1511f7800c3756938e..fb8e36f5c6d7b842bd05a622534586cff6ddaace 100644 (file)
--- a/ecj.spec
+++ b/ecj.spec
@@ -17,21 +17,28 @@ ECJ is a Java bytecode compiler extracted from the Eclipse IDE.
 %setup -q -n rhug-ecj-%{version}
 
 %build
-%configure
+%configure \
+       --disable-static
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# create directories if necessary
-#install -d $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+#rm -rf $RPM_BUILD_ROOT
+
+%post
+%ldconfig_post
+
+%postun
+%ldconfig_postun
 
 %files
 %defattr(644,root,root,755)
 %doc upstream/about.html ChangeLog
-#attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/ecj
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
This page took 0.080062 seconds and 4 git commands to generate.