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