From 2f948f473fd84099a3b23237c74f593002482afe955e13ccce5245ac4c93107a Mon Sep 17 00:00:00 2001 From: andrea florio Date: Tue, 21 Oct 2014 07:48:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxsession?expand=0&rev=65 --- lxsession.spec | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/lxsession.spec b/lxsession.spec index afbd344..65996fa 100644 --- a/lxsession.spec +++ b/lxsession.spec @@ -17,19 +17,19 @@ Name: lxsession -Version: 0.4.9.3.git20130914 +Version: 0.5.1 Release: 0 Summary: LXDE Session Manager, required for running the desktop environment License: GPL-2.0 Group: System/GUI/LXDE Url: http://www.lxde.org/ -Source: %{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.zz # PATCH-FIX-UPSTREAM marguerite@opensuse.org - can't build gtk2 generated .c file with gtk3 -Patch0: lxsession-0.4.9.3-gtk3-fix.patch +#Patch0: lxsession-0.4.9.3-gtk3-fix.patch # PATCH-FIX-UPSTREAM marguerite@opensuse.org - don't bump libgee version, it's no sense -Patch1: lxsession-0.4.9.3-lower-libgee.patch +#Patch1: lxsession-0.4.9.3-lower-libgee.patch # PATCH-FIX-UPSTREAM marguerite@opensuse.org - hide_all() is no more in gtk3, replace with hide() -Patch2: lxsession-0.4.9.3-gtk3-hide_all.patch +#Patch2: lxsession-0.4.9.3-gtk3-hide_all.patch BuildRequires: dbus-1-glib-devel BuildRequires: docbook-utils BuildRequires: docbook-xsl-stylesheets @@ -56,16 +56,15 @@ use when a user logs out and to restart them the next time the user logs in. %prep %setup -q -%patch0 -p1 -%if 0%{?suse_version} <= 1230 -%patch1 -p1 -%endif -%if 0%{?suse_version} > 1220 -%patch2 -p1 -%endif +#%patch0 -p1 +#%if 0%{?suse_version} <= 1230 +#%patch1 -p1 +#%endif +#%if 0%{?suse_version} > 1220 +#%patch2 -p1 +#%endif %build -autoreconf -fi %configure \ --enable-man make %{?_smp_mflags} V=1