diff --git a/superkaramba.spec b/superkaramba.spec index 6a8cb43..5f368a3 100644 --- a/superkaramba.spec +++ b/superkaramba.spec @@ -1,9 +1,9 @@ -# $Id: superkaramba.spec,v 1.1 2005/11/01 15:29:58 rdieter Exp $ +# $Id: superkaramba.spec,v 1.2 2005/11/02 16:58:13 rdieter Exp $ Summary: Custom content on the desktop Name: superkaramba Version: 0.36 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: User Interface/Desktops @@ -12,10 +12,9 @@ URL: http://netdragon.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils +BuildRequires: python-devel BuildRequires: xmms-devel -BuildRequires: qt-devel >= 1:3.3 -BuildRequires: kdebase-devel >= 6:3.3 -BuildRequires: python-devel >= 2.2 +BuildRequires: kdebase-devel Requires: kdebase @@ -37,7 +36,11 @@ touch ./config.h.in unset QTDIR || : ; . /etc/profile.d/qt.sh export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include +## --enable-libsuffix to help configure find python lib(s) on x86_64 %configure \ +%if "%{_lib}" == "lib64" + --enable-libsuffix="64" \ +%endif --disable-rpath \ --disable-debug --disable-warnings --disable-dependancy-tracking \ --disable-final @@ -103,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Nov 02 2005 Rex Dieter 0.36-3 +- x86_64: --enable-libsuffix="64" (to help find python lib(s)) +- simplify BR's + * Tue Nov 01 2005 Rex Dieter 0.36-2 - --add-category Application - %%doc: drop empty NEWS