Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
kuake
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
kuake.spec
@@ -33,12 +33,21 @@ %build %if 0%{?suse_version} -. /etc/opt/kde3/common_options -%endif + . /etc/opt/kde3/common_options + export QTDIR=%_libdir/qt3 + CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" ./configure $configkde --disable-final --libdir=$kde_libdir \ +%else %if 0%{?centos_version} == 4 source "%{_sysconfdir}/profile.d/qt.sh" %endif -%configure $configkde + ./configure --prefix=%{_prefix} --libdir=%{_libdir} \ +%endif +%if 0%{?centos_version} == 4 + --with-xinerama \ + --with-extra-libs=%{_libdir} \ +%endif + --disable-rpath + %{__make} %install