Accepting request 112254 from home:javihernandez:gnome3.4

- Enable systemd only for openSUSE >= 12.2

OBS-URL: https://build.opensuse.org/request/show/112254
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=147
This commit is contained in:
Vincent Untz 2012-04-06 15:24:40 +00:00 committed by Git OBS Bridge
parent f82021876d
commit 1f8040378c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 2 16:25:06 UTC 2012 - jhernandez@emergya.es
- Enable systemd only for openSUSE >= 12.2
-------------------------------------------------------------------
Tue Mar 27 08:55:41 UTC 2012 - vuntz@opensuse.org

View File

@ -51,8 +51,10 @@ BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(json-glib-1.0) >= 0.10
%if 0%{?suse_version} >= 1220
BuildRequires: pkgconfig(libsystemd-daemon)
BuildRequires: pkgconfig(libsystemd-login)
%endif
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(upower-glib)
@ -141,6 +143,7 @@ translation-update-upstream
%build
NOCONFIGURE=1 gnome-autogen.sh
%configure
%__make %{?jobs:-j%jobs} V=1
%install