[gnome-settings-daemon/f18] fix build on s390(x)

Dan Horák sharkcz at fedoraproject.org
Tue Oct 9 09:25:35 UTC 2012


commit 836594f35cfe8ebdfaedc5350afafe3930a6eb55
Author: Dan Horák <dan at danny.cz>
Date:   Tue Oct 9 11:02:02 2012 +0200

    fix build on s390(x)

 gnome-settings-daemon.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec
index 609116d..d951694 100644
--- a/gnome-settings-daemon.spec
+++ b/gnome-settings-daemon.spec
@@ -1,6 +1,6 @@
 Name:           gnome-settings-daemon
 Version:        3.6.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:          System Environment/Daemons
@@ -235,6 +235,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %ifnarch s390 s390x %{?rhel:ppc ppc64}
 %{_libexecdir}/gsd-list-wacom
 %{_libexecdir}/gsd-test-wacom
+%{_libexecdir}/gsd-test-wacom-osd
 %endif
 %{_libexecdir}/gsd-test-a11y-keyboard
 %{_libexecdir}/gsd-test-a11y-settings
@@ -249,7 +250,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_libexecdir}/gsd-test-smartcard
 %{_libexecdir}/gsd-test-sound
 %{_libexecdir}/gsd-test-xsettings
-%{_libexecdir}/gsd-test-wacom-osd
 
 %files updates
 %{_libdir}/gnome-settings-daemon-3.0/updates.gnome-settings-plugin
@@ -258,6 +258,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/dbus-1/interfaces/org.gnome.SettingsDaemonUpdates.xml
 
 %changelog
+* Tue Oct 08 2012 Dan Horák <dan[at]danny.cz> - 3.6.1-2
+- fix build on s390(x)
+
 * Mon Oct 08 2012 Bastien Nocera <bnocera at redhat.com> 3.6.1-1
 - Update to 3.6.1
 


More information about the scm-commits mailing list