Author: twittner Date: Fri Nov 18 21:28:24 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.8 (moved from DEVEL branch)
---- Files affected: SPECS: knoda.spec (1.43 -> 1.44) ---- Diffs: ================================================================ Index: SPECS/knoda.spec diff -u SPECS/knoda.spec:1.43 SPECS/knoda.spec:1.44 --- SPECS/knoda.spec:1.43 Sun Sep 4 02:57:43 2005 +++ SPECS/knoda.spec Fri Nov 18 22:28:19 2005 @@ -1,18 +1,17 @@ # $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 # Summary: knoda - MySQL/PostgreSQL/any ODBC DB GUI for KDE Summary(pl): knoda - Graficzny interejs do baz MySQL/PostgreSQL/ODBC dla KDE Name: knoda -Version: 0.7.4 -Release: 3 +Version: 0.8 +Release: 1 License: GPL Group: Applications/Databases -Source0: http://dl.sourceforge.net/knoda/%{name}-%{version}.tar.bz2 -# Source0-md5: 048c550d6749fcf8f980883af87e9ec4 +Source0: http://dl.sourceforge.net/knoda/%{name}-%{version}.tar.gz +# Source0-md5: c5cef874a0d3edf8af8b74f577b88dcb Patch0: %{name}-desktop.patch URL: http://knoda.sourceforge.net/ BuildRequires: autoconf @@ -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,10 +120,21 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.43 2005/09/04 00:57:43 twittner -- split into subpkgs for knoda-rt (not tested - I use knoda-0.8test1 at - the moment with identical layout) -- rel. 3 +Revision 1.44 2005/11/18 21:28:19 twittner +- up to 0.8 (moved from DEVEL branch) + +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 + +Revision 1.43.2.2 2005/09/22 16:19:21 twittner +- up to 0.8test2 + +Revision 1.43.2.1 2005/09/04 01:00:50 twittner +- ver. 0.8test1 Revision 1.42 2005/08/14 20:13:47 twittner - rel. 2 - fixed -desktop.patch (forgotten commit) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/knoda.spec?r1=1.43&r2=1.44&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
