|
|
|
@ -109,14 +109,14 @@ unset QTDIR QTINC QTLIB
|
|
|
|
|
export PATH="%{tde_bindir}:${PATH}"
|
|
|
|
|
|
|
|
|
|
export QTDIR=/usr
|
|
|
|
|
python2 /usr/bin/scons configure prefix="%{_prefix}"
|
|
|
|
|
python2 /usr/bin/scons %{?_smp_mflags}
|
|
|
|
|
scons configure prefix="%{_prefix}"
|
|
|
|
|
scons %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
export PATH="%{tde_bindir}:${PATH}"
|
|
|
|
|
%__rm -rf %{buildroot}
|
|
|
|
|
DESTDIR="%{?buildroot}" python2 /usr/bin/scons install
|
|
|
|
|
DESTDIR="%{?buildroot}" scons install
|
|
|
|
|
|
|
|
|
|
# Missing icon file will make this fail.
|
|
|
|
|
echo "OnlyShowIn=TDE;" >>"%{?buildroot}%{tde_tdeappdir}/%{tde_pkg}.desktop"
|
|
|
|
|