[mate-window-manager] add some configure flags

Dan Mashal vicodan at fedoraproject.org
Tue Jan 29 08:45:37 UTC 2013


commit 103235109de80174bb8107288ab1d43fcaadaa93
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Tue Jan 29 00:45:25 2013 -0800

    add some configure flags

 mate-window-manager.spec |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/mate-window-manager.spec b/mate-window-manager.spec
index 5f53a8d..508afc9 100644
--- a/mate-window-manager.spec
+++ b/mate-window-manager.spec
@@ -1,20 +1,17 @@
 Name:           mate-window-manager
 Version:        1.5.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MATE Desktop window manager
 License:        LGPLv2+ and GPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
-#Upstream patch to fix update of GSettings enum preferences 
-#patch0: fix_gsettings_update.patch
-
 BuildRequires: desktop-file-utils
 BuildRequires: gsettings-desktop-schemas-devel
 BuildRequires: gtk2-devel
 BuildRequires: libcanberra-devel
 BuildRequires: libSM-devel
-BuildRequires: libsoup-devel
+BuildRequireS: libsoup-devel
 BuildRequires: libXdamage-devel
 BuildRequires: mate-common
 BuildRequires: mate-dialogs
@@ -41,10 +38,11 @@ Development files for mate-window-manager
 NOCONFIGURE=1 ./autogen.sh
 
 %build
-%configure --disable-static         \
-           --disable-scrollkeeper   \
-           --with-gnu-ld            \
-           --with-gtk=2.0           \
+%configure --disable-static           \
+           --disable-scrollkeeper     \
+           --disable-schemas-compile  \
+           --with-gnu-ld              \
+           --with-gtk=2.0             \
            --with-x
 
 make %{?_smp_mflags} V=1
@@ -65,8 +63,7 @@ desktop-file-install                                \
 %find_lang marco
 
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
 %postun
 /sbin/ldconfig
@@ -96,7 +93,7 @@ fi
 %{_datadir}/marco/
 %{_datadir}/mate-control-center/keybindings/50-marco*.xml
 %{_datadir}/mate/help/creating-marco-themes/C/creating-marco-themes.xml
-%{_datadir}/mate/wm-properties/
+%{_datadir}/mate/wm-properties
 %{_datadir}/glib-2.0/schemas/org.mate.marco.gschema.xml
 %{_datadir}/MateConf/gsettings/marco.convert
 %{_libdir}/libmarco-private.so.0*
@@ -113,6 +110,9 @@ fi
 
 
 %changelog
+* Tue Jan 29 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.3-3
+- Add some configure flags
+
 * Fri Jan 18 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.3-2
 - Sort BR's
 - Remove unneeded obsoletes tag


More information about the scm-commits mailing list