From: Jakub Bogusz Date: Fri, 28 Nov 2003 23:40:44 +0000 (+0000) Subject: - aaaarrrrggh, typo; no need to bcond post/postun X-Git-Tag: auto/ac/db-4_2_50-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdb4.2.git;a=commitdiff_plain;h=6f07805743aea0795cfa52271533686833c8c75b - aaaarrrrggh, typo; no need to bcond post/postun Changed files: db4.2.spec -> 1.35 --- diff --git a/db4.2.spec b/db4.2.spec index 46c76bd..bd9a5ff 100644 --- a/db4.2.spec +++ b/db4.2.spec @@ -241,7 +241,7 @@ cd ../build_unix --enable-rpc \ --enable-cxx \ %{?with_tcl:--enable-tcl} \ - %{?wit_tcl:--with-tcl=/usr/lib} \ + %{?with_tcl:--with-tcl=/usr/lib} \ %{?with_java:--enable-java} \ --disable-static \ --enable-shared @@ -304,10 +304,8 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%if %{with tcl} %post tcl -p /sbin/ldconfig %postun tcl -p /sbin/ldconfig -%endif %post cxx -p /sbin/ldconfig %postun cxx -p /sbin/ldconfig