[control-center] no wacom support on s390(x)

Dan Horák sharkcz at fedoraproject.org
Wed Aug 15 14:33:41 UTC 2012


commit 1110595bd7e6f45b04c01472c6d4637e5799c91e
Author: Dan Horák <dan at danny.cz>
Date:   Wed Aug 15 10:21:25 2012 -0400

    no wacom support on s390(x)

 control-center.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index 9aeda7e..9b099db 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -17,7 +17,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 3.5.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -89,12 +89,12 @@ BuildRequires: gnome-online-accounts-devel
 BuildRequires: colord-devel
 BuildRequires: libnotify-devel
 BuildRequires: gnome-doc-utils
-BuildRequires: libwacom-devel
 BuildRequires: systemd-devel
 BuildRequires: libpwquality-devel
 BuildRequires: ibus-devel
 %ifnarch s390 s390x
 BuildRequires: gnome-bluetooth-devel >= 3.3.4
+BuildRequires: libwacom-devel
 %endif
 
 Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
@@ -235,7 +235,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 %{_libdir}/control-center-1/panels/libsound.so
 %{_libdir}/control-center-1/panels/libuniversal-access.so
 %{_libdir}/control-center-1/panels/libuser-accounts.so
+%ifnarch s390 s390x
 %{_libdir}/control-center-1/panels/libwacom-properties.so
+%endif
 %{_datadir}/pixmaps/faces
 
 %files filesystem
@@ -245,6 +247,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 
 %changelog
+* Wed Aug 15 2012 Dan Horák <dan[at]danny.cz> - 1:3.5.5-4
+- no wacom support on s390(x)
+
 * Wed Aug 15 2012 Debarshi Ray <rishi at fedoraproject.org> - 1:3.5.5-3
 - Rebuild against newer gnome-bluetooth
 


More information about the scm-commits mailing list