[ibus-gucharmap/f14] Fix the last commit.

Daiki Ueno ueno at fedoraproject.org
Tue Jul 5 08:27:50 UTC 2011


commit e0b78284f5abf07565f480aa1e361cbc47f41b0a
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Tue Jul 5 17:27:34 2011 +0900

    Fix the last commit.

 ibus-gucharmap.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ibus-gucharmap.spec b/ibus-gucharmap.spec
index 3d1db4b..baca866 100644
--- a/ibus-gucharmap.spec
+++ b/ibus-gucharmap.spec
@@ -32,14 +32,14 @@ navigation.
 
 %prep
 %setup -q -n %{name}-%{ibusgucharmapcommit}
-GUCHARMAP_CFLAGS=`pkg-config gucharmap-2 --cflags`
-export GUCHARMAP_CFLAGS
-GUCHARMAP_LIBS=`pkg-config gucharmap-2 --libs`
-export GUCHARMAP_LIBS
 NOCONFIGURE=yes ./autogen.sh
 
 
 %build
+GUCHARMAP_CFLAGS=`pkg-config gucharmap-2 --cflags`
+export GUCHARMAP_CFLAGS
+GUCHARMAP_LIBS=`pkg-config gucharmap-2 --libs`
+export GUCHARMAP_LIBS
 %configure
 make %{?_smp_mflags}
 


More information about the scm-commits mailing list