[mate-session-manager] fix configure flags

Dan Mashal vicodan at fedoraproject.org
Tue Oct 16 19:56:08 UTC 2012


commit 9ac48f1281ef39baa8e222db12196279deadb65e
Author: dan <dan at localhost.localdomain>
Date:   Tue Oct 16 15:49:45 2012 -0400

    fix configure flags

 mate-session-manager.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/mate-session-manager.spec b/mate-session-manager.spec
index 3481031..8ff8ca9 100644
--- a/mate-session-manager.spec
+++ b/mate-session-manager.spec
@@ -1,6 +1,6 @@
 Name:	mate-session-manager
 Version:	1.4.0
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	MATE Desktop session manager
 License:	GPLv2+
 URL:		http://mate-desktop.org
@@ -19,7 +19,7 @@ MATE Desktop session manager
 NOCONFIGURE=1 ./autogen.sh
 
 %build
-%configure --disable-schemas-install --enable-gstreamer --enable-profiles --enable-polkit
+%configure --disable-static --disable-schemas-install --enable-ipv6 --with-gtk=2.0 --with-gnu-ld --with-default-wm --with-x
 make %{?_smp_mflags} V=1
 
 
@@ -63,7 +63,7 @@ fi
 %{_bindir}/mate-session-properties
 %{_bindir}/mate-session-save
 %{_bindir}/mate-wm
-%config(noreplace) %{_sysconfdir}/mateconf/schemas/mate-session.schemas
+%{_sysconfdir}/mateconf/schemas/mate-session.schemas
 %{_datadir}/applications/mate-session-properties.desktop
 %{_datadir}/mate-session/
 %{_datadir}/icons/hicolor/16x16/apps/*.png
@@ -75,6 +75,10 @@ fi
 %{_datadir}/xsessions/mate.desktop
 
 %changelog
+* Tue Oct 16 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.4.0-7
+- Fix configure flags
+- Remove no replace macro from schemas
+
 * Sun Oct 07 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.4.0-6
 - Remove kdm
 


More information about the scm-commits mailing list