1
0

Accepting request 22840 from GNOME:Factory

Copy from GNOME:Factory/gnome-settings-daemon based on submit request 22840 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/22840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=41
This commit is contained in:
OBS User autobuild 2009-10-22 10:52:21 +00:00 committed by Git OBS Bridge
parent f49cde970c
commit 1ddba04d13
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 22 09:54:35 CEST 2009 - mxwu@novell.com
- Update spec file to add the missing BuildRequire of
libcanberra-devel. Fix bnc#547565.
-------------------------------------------------------------------
Tue Sep 22 14:25:48 CEST 2009 - dimstar@opensuse.org

View File

@ -20,7 +20,7 @@
Name: gnome-settings-daemon
%define _name gnome-settings-daemon
Version: 2.28.0
Release: 1
Release: 2
License: GPL v2 or later
Summary: Settings daemon for the GNOME desktop
Url: http://www.gnome.org
@ -45,6 +45,7 @@ BuildRequires: gnome-common
BuildRequires: gnome-desktop-devel
BuildRequires: gnome-patch-translation
BuildRequires: intltool
BuildRequires: libcanberra-devel
BuildRequires: libgnomekbd-devel
BuildRequires: libnotify-devel
BuildRequires: libpulse-devel
@ -103,9 +104,7 @@ gnome-patch-translation-update
autoreconf -f -i
%configure\
--libexecdir=%{_prefix}/lib/gnome-settings-daemon\
--disable-static\
--disable-scrollkeeper\
--disable-update-mimedb
--disable-static
make %{?jobs:-j%jobs}
%install