SPECS (DEVEL): knoda.spec - default driver dir fixed in hk_classes...

charles charles at pld-linux.org
Wed Nov 2 17:39:13 CET 2005


Author: charles                      Date: Wed Nov  2 16:39:13 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- default driver dir fixed in hk_classes
- rm %{_libdir}/*.la (now it works fine without *.la)

---- Files affected:
SPECS:
   knoda.spec (1.43.2.3 -> 1.43.2.4) 

---- Diffs:

================================================================
Index: SPECS/knoda.spec
diff -u SPECS/knoda.spec:1.43.2.3 SPECS/knoda.spec:1.43.2.4
--- SPECS/knoda.spec:1.43.2.3	Mon Oct 31 22:53:22 2005
+++ SPECS/knoda.spec	Wed Nov  2 17:39:08 2005
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO:
-#   - Make /usr/lib/hk_classes/drivers as default driver dir.
 #   - Check if linking with libXrender.la is OK - I'm not sure.
 #   - Check/fix Patch0
 #
@@ -70,6 +69,9 @@
 %{__make} -f admin/Makefile.common cvs
 
 %configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
 	--with-qt-libraries=%{_libdir}
 
 %{__make}
@@ -82,6 +84,8 @@
         kde_htmldir=%{_kdedocdir} \
         kdelnkdir=%{_desktopdir}/kde
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %find_lang %{name} --with-kde
 
 %clean
@@ -102,8 +106,6 @@
 %files common -f %{name}.lang
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libhk_kde*.so
-# *.la are needed (SEGV when trying to open table view without them)
-%{_libdir}/libhk_kde*.la
 %attr(755,root,root) %{_libdir}/kde3/libhk_*.so
 %{_libdir}/kde3/libhk_*.la
 %{_datadir}/apps/hk_kdeclasses
@@ -118,6 +120,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43.2.4  2005/11/02 16:39:08  charles
+- default driver dir fixed in hk_classes
+- rm %{_libdir}/*.la (now it works fine without *.la)
+
 Revision 1.43.2.3  2005/10/31 21:53:22  twittner
 - up to 0.8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/knoda.spec?r1=1.43.2.3&r2=1.43.2.4&f=u




More information about the pld-cvs-commit mailing list