[koffice-kivio] try setting inst-apps before running make cvs

Kevin Kofler kkofler at fedoraproject.org
Sat Mar 9 16:23:55 UTC 2013


commit 3abdcd4ea644c283b7aae360fba4ea3c7e0a8ea1
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sat Mar 9 17:23:45 2013 +0100

    try setting inst-apps before running make cvs

 koffice-kivio.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/koffice-kivio.spec b/koffice-kivio.spec
index c206f33..ac863dc 100644
--- a/koffice-kivio.spec
+++ b/koffice-kivio.spec
@@ -108,6 +108,9 @@ popd
 # rename the KOffice README which conflicts with the Kivio one
 mv README README.koffice
 
+# build only the subdirectories needed for Kivio
+echo "pics servicetypes lib kivio filters doc" >inst-apps
+
 %patch300 -p1 -b .acinclude
 %patch301 -p1 -b .automake-version
 %patch302 -p1 -b .automake-add-missing
@@ -117,9 +120,6 @@ make -f admin/Makefile.common cvs
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
 
-# build only the subdirectories needed for Kivio
-echo "pics servicetypes lib kivio filters doc" >inst-apps
-
 %configure \
   --disable-rpath --disable-dependency-tracking \
   --enable-new-ldflags \


More information about the scm-commits mailing list