Browse Source

added --with-qt-libraries

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@834 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
e49e72e7b8
1 changed files with 7 additions and 3 deletions
  1. 7 3
      k/kuftp/kuftp-vl.spec

+ 7 - 3
k/kuftp/kuftp-vl.spec

@@ -2,7 +2,7 @@ Name:		kuftp
 Version:	1.5.0
 Summary:        A graphical FTP client for the K Desktop Environment
 Summary(ja):	K デスクトップ環境用のグラフィカルな FTP クライアント
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 License:	GPLv2+
 Url:	        http://kuftp.sourceforge.net/	
 Group:		Applications/Internet
@@ -36,8 +36,9 @@ KuFTP は K デスクトップ環境用のグラフィカルな FTP クライア
 
 %build
 %configure \
-        --disable-rpath \
-        --enable-new-ldflags \
+	--with-qt-libraries=`/usr/bin/pkg-config --variable=libdir qt-mt`\
+	--disable-rpath \
+	--enable-new-ldflags \
 	--enable-final
 
 make %{?_smp_mflags}
@@ -86,6 +87,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 %{_datadir}/icons/hicolor/*/apps/kuftp.png
 
 %changelog
+* Fri Apr 16 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.0-4
+- added --with-qt-libraries to configure
+
 * Wed Mar 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-3
 - rebuilt with new toolchain
 - added %%post, %%postun and %%posttrans section