[mate-control-center] make configure command better readable

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Dec 21 11:23:25 UTC 2013


commit 625e0d962744eb2c04f8671123417d22f70ce6d4
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Dec 21 12:23:10 2013 +0100

    make configure command better readable

 mate-control-center.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mate-control-center.spec b/mate-control-center.spec
index 64c4817..6852010 100644
--- a/mate-control-center.spec
+++ b/mate-control-center.spec
@@ -80,9 +80,10 @@ Development files for mate-control-center
 
 %build
 NOCONFIGURE=1 ./autogen.sh
-%configure --disable-static          \
+%configure
+           --disable-static                      \
            --disable-schemas-compile \
-           --disable-update-mimedb   \
+           --disable-update-mimedb    \
            --disable-scrollkeeper
 
 # remove unused-direct-shlib-dependency
@@ -177,6 +178,7 @@ fi
 - remove Obsoletes: libslab line, no need anymore
 - fix mixed usage of tabs and spaces
 - use modern 'make install' macro
+- make configure command better readable
 
 * Fri Dec 06 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.7.0-1.1.git922d0e0
 - Update to 1.7.0


More information about the scm-commits mailing list