[pluma] disable autogen for release build

Wolfgang Ulbrich raveit65 at fedoraproject.org
Tue Jul 15 16:22:25 UTC 2014


commit e0b5e2267323c4e185fdb9a87b6c67e25f45a89b
Author: raveit65 <chat-to-me at raveit.de>
Date:   Tue Jul 15 18:22:43 2014 +0200

    disable autogen for release build

 pluma.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pluma.spec b/pluma.spec
index 8a4e6a6..dbe19d6 100644
--- a/pluma.spec
+++ b/pluma.spec
@@ -98,7 +98,7 @@ Development files for mate-text-editor
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
 # needed for git snapshots
-NOCONFIGURE=1 ./autogen.sh
+#NOCONFIGURE=1 ./autogen.sh
 
 # Fix debug permissions with messy hack 
 find ./*/* -type f -exec chmod 644 {} \;
@@ -159,7 +159,6 @@ fi
 /usr/bin/gtk-update-icon-cache %{_datadir}/pluma/icons &>/dev/null || :
 
 
-
 %files
 %{_bindir}/pluma
 %{_libdir}/pluma/
@@ -184,6 +183,7 @@ fi
 * Tue Jul 15 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.0-1
 - update to 1.9.0 release
 - enable gtk-docs for release build
+- disable autogen for release build
 
 * Sat Jul 12 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.0-0.1.git20131511.c1ca209
 - use git snapshot from 2014.07.12


More information about the scm-commits mailing list