forked from pool/gnome-settings-daemon
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:
parent
f49cde970c
commit
1ddba04d13
@ -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
|
Tue Sep 22 14:25:48 CEST 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
%define _name gnome-settings-daemon
|
%define _name gnome-settings-daemon
|
||||||
Version: 2.28.0
|
Version: 2.28.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Summary: Settings daemon for the GNOME desktop
|
Summary: Settings daemon for the GNOME desktop
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
@ -45,6 +45,7 @@ BuildRequires: gnome-common
|
|||||||
BuildRequires: gnome-desktop-devel
|
BuildRequires: gnome-desktop-devel
|
||||||
BuildRequires: gnome-patch-translation
|
BuildRequires: gnome-patch-translation
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: libgnomekbd-devel
|
BuildRequires: libgnomekbd-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: libpulse-devel
|
BuildRequires: libpulse-devel
|
||||||
@ -103,9 +104,7 @@ gnome-patch-translation-update
|
|||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure\
|
%configure\
|
||||||
--libexecdir=%{_prefix}/lib/gnome-settings-daemon\
|
--libexecdir=%{_prefix}/lib/gnome-settings-daemon\
|
||||||
--disable-static\
|
--disable-static
|
||||||
--disable-scrollkeeper\
|
|
||||||
--disable-update-mimedb
|
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user