diff --git a/mate-session-manager.spec b/mate-session-manager.spec index 7ba2a7a..84e430e 100644 --- a/mate-session-manager.spec +++ b/mate-session-manager.spec @@ -1,17 +1,16 @@ Name: mate-session-manager Version: 1.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MATE Desktop session manager License: GPLv2+ URL: http://mate-desktop.org Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz #Patch from upstream to fix race condition that launches multiple caja windows on first login -Patch0: x-caja.patch +#Patch0: x-caja.patch BuildRequires: dbus-glib-devel BuildRequires: desktop-file-utils -BuildRequires: gsettings-desktop-schemas-devel BuildRequires: gtk2-devel BuildRequires: icon-naming-utils BuildRequires: libSM-devel @@ -19,7 +18,6 @@ BuildRequires: mate-common BuildRequires: mate-icon-theme BuildRequires: mate-polkit-devel BuildRequires: pango-devel -BuildRequires: pango-devel BuildRequires: polkit-devel BuildRequires: upower-devel BuildRequires: systemd-devel @@ -32,7 +30,7 @@ full-featured user session. %prep %setup -q -%patch0 -p1 +#%patch0 -p1 %build NOCONFIGURE=1 ./autogen.sh @@ -40,7 +38,6 @@ NOCONFIGURE=1 ./autogen.sh --enable-ipv6 \ --with-gtk=2.0 \ --with-default-wm=marco \ - --enable-docbook-docs \ --with-systemd \ --with-x @@ -87,6 +84,12 @@ fi %{_datadir}/MateConf/gsettings/mate-session.convert %changelog +* Mon Jun 17 2013 Dan Mashal - 1.6.0-4 +- Drop the caja patch +- Build against latest systemd +- Disable building docbook docs +- Clean up BRs + * Thu May 23 2013 Dan Mashal - 1.6.0-3 - Add patch for caja race condition