RPM packaging: fix tdelibs/tdebase build on opensuse 42.1/42.2

pull/3/head
François Andriot 8 years ago
parent e9a3738470
commit a2b212f0cd

@ -309,7 +309,7 @@ Requires: hicolor-icon-theme-branding
%endif
# OpenSuse 42.1 Theme
%if "%{?suse_version}" == "4210"
%if "%{?sle_version}" == "120100"
Requires: wallpaper-branding = 42.1
%define tde_bg /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg
Requires: hicolor-icon-theme-branding
@ -317,7 +317,7 @@ Requires: hicolor-icon-theme-branding
%endif
# OpenSuse 42.2 Theme
%if "%{?suse_version}" == "4220"
%if "%{?sle_version}" == "120200"
Requires: wallpaper-branding = 42.2
%define tde_bg /usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg
Requires: hicolor-icon-theme-branding

@ -352,7 +352,7 @@ BuildRequires: libudev-devel
# UDISKS support
%if 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} || 0%{?suse_version} || 0%{?rhel} == 6
%if 0%{?pclinuxos} == 0 && 0%{?suse_version} <= 1320
%if 0%{?pclinuxos} == 0 && 0%{?suse_version} <= 1310
%define with_udisks 1
BuildRequires: udisks-devel
Requires: udisks

Loading…
Cancel
Save