]> git.pld-linux.org Git - packages/ecj.git/commitdiff
- pl, use -p for ldconfig auto/th/ecj-0_298-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Apr 2005 19:31:24 +0000 (19:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecj.spec -> 1.5

ecj.spec

index 8019313cf0dddfbcdad320d58d7a676bdb0845c7..4114e1e57b0cfabe75c1982678a0f417a9300c3b 100644 (file)
--- a/ecj.spec
+++ b/ecj.spec
@@ -1,4 +1,5 @@
 Summary:       Eclipse Compiler for Java
+Summary(pl):   Kompilator Eclipse dla Javy
 Name:          ecj
 Version:       0.298
 Release:       1
@@ -13,6 +14,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 ECJ is a Java bytecode compiler extracted from the Eclipse IDE.
 
+%description -l pl
+ECJ to kompilator bajtkodu Javy wyodrêbiony ze ¶rodowiska
+programistycznego (IDE) Eclipse.
+
 %prep
 %setup -q -n rhug-ecj-%{version}
 
@@ -31,11 +36,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-%ldconfig_post
-
-%postun
-%ldconfig_postun
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
This page took 0.062695 seconds and 4 git commands to generate.