[mate-desktop/f17] add disable-schemas-compile flag to configure

Dan Mashal vicodan at fedoraproject.org
Sun Nov 25 05:39:52 UTC 2012


commit 25ac841bf48e9f7f1cbdab412ff2abcd2d220953
Author: Dan Mashal <dan.mashal at gmail.com>
Date:   Sat Nov 24 21:39:31 2012 -0800

    add disable-schemas-compile flag to configure

 mate-desktop.spec |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/mate-desktop.spec b/mate-desktop.spec
index 6c8b26b..a5281ff 100644
--- a/mate-desktop.spec
+++ b/mate-desktop.spec
@@ -1,10 +1,10 @@
 Summary:	Shared code for mate-panel, mate-session, mate-file-manager, etc
 Name:		mate-desktop
 Version:	1.5.3
-Release:	5%{?dist}
+Release:	6%{?dist}
 URL:		http://mate-desktop.org
 Source0:	http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
-Source1:        user-dirs-update-mate.desktop
+Source1:	user-dirs-update-mate.desktop
 
 License:	GPLv2+ and LGPLv2+ and MIT
 
@@ -18,7 +18,7 @@ BuildRequires:	desktop-file-utils
 Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
 Requires:	redhat-menus
 Requires:	pygtk2
-Requires:       xdg-user-dirs-gtk
+Requires:	xdg-user-dirs-gtk
 
 %description
 The mate-desktop package contains an internal library
@@ -52,21 +52,22 @@ NOCONFIGURE=1 ./autogen.sh
 
 %build
 
-%configure --disable-libtool-lock				\
+%configure --enable-gnucat					\
 	--disable-scrollkeeper					\
 	--disable-static					\
+	--disable-schemas-compile				\
 	--with-pnp-ids-path="%{_datadir}/hwdata/pnp.ids"	\
 	--enable-unique						\
-	--enable-gnucat						\
-	--enable-gtk-doc                                        \
-        --with-omf-dir=%{_datadir}/omf/mate-desktop
+	--enable-gtk-doc					\
+	--with-omf-dir=%{_datadir}/omf/mate-desktop
 
 make %{?_smp_mflags} V=1
 
 
 %install
-make install DESTDIR=%{buildroot} INSTALL='install -p'
-find %{buildroot}  -name '*.la' -exec rm -f {} ';'
+make install DESTDIR=%{buildroot}
+find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.a' -exec rm -f {} ';'
 
 
 desktop-file-install \
@@ -78,7 +79,7 @@ desktop-file-install \
 
 install -D -m 0644 %SOURCE1 %{buildroot}%{_sysconfdir}/xdg/autostart/user-dirs-update-mate.desktop
 
-%find_lang %{name} --with-gnome
+%find_lang %{name}
 
 
 %post libs -p /sbin/ldconfig
@@ -116,6 +117,9 @@ fi
 
 
 %changelog
+* Sat Nov 24 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.3-6
+- Add disable schemas compile configure flag
+
 * Thu Nov 15 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.3-5
 - remove omf directory hack and do it properly
 


More information about the scm-commits mailing list