summaryrefslogtreecommitdiffstats
path: root/redhat/main
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-11-11 13:06:24 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-11-11 13:06:24 +0100
commit39e01562edb4efc05163744b9bf2d267fe7c242d (patch)
treedc3fa1bc367906727a43d19a259915a5fd04812a /redhat/main
parenteeb3afbc42cd26400ebdaccba821d1883f39b6f2 (diff)
downloadtde-packaging-39e01562edb4efc05163744b9bf2d267fe7c242d.tar.gz
tde-packaging-39e01562edb4efc05163744b9bf2d267fe7c242d.zip
RPM packaging: update tdesdk
Diffstat (limited to 'redhat/main')
-rw-r--r--redhat/main/tdenetwork/tdenetwork-14.0.0.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
index f47fdd077..f9ff8396c 100644
--- a/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
+++ b/redhat/main/tdenetwork/tdenetwork-14.0.0.spec
@@ -1160,6 +1160,11 @@ update-desktop-database 2> /dev/null || :
%prep
%setup -q -n %{name}-%{version}%{?preversion:~%{preversion}}
+# Workaround libiw detection failure on opensuse
+%if 0%{?suse_version}
+%__sed -i "wifi/ConfigureChecks.cmake" -e "s|^check_library_exists.*|set( HAVE_IW 1 )|"
+%endif
+
# Update icons for some control center modules
%__sed -i "filesharing/simple/fileshare.desktop" -e "s|^Icon=.*|Icon=kcmfileshare|"
@@ -1169,7 +1174,6 @@ unset QTDIR QTINC QTLIB
export PATH="%{tde_bindir}:${PATH}"
export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig"
-
# Specific path for RHEL4
if [ -d /usr/X11R6 ]; then
export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -I/usr/X11R6/include -L/usr/X11R6/%{_lib}"