|
@@ -1,13 +1,16 @@
|
|
Name: kuftp
|
|
Name: kuftp
|
|
Version: 1.5.0
|
|
Version: 1.5.0
|
|
-Summary: A graphical FTP client for the K Desktop Environment
|
|
|
|
-Summary(ja): K デスクトップ環境用のグラフィカルな FTP クライアント
|
|
|
|
-Release: 4%{?_dist_release}
|
|
|
|
|
|
+Summary: A graphical FTP client for KDE
|
|
|
|
+Summary(ja): KDE 3 のグラフィカルな FTP クライアント
|
|
|
|
+Release: 5%{?_dist_release}
|
|
|
|
+
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
-Url: http://kuftp.sourceforge.net/
|
|
|
|
|
|
+URL: http://kuftp.sourceforge.net/
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
|
|
+
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
Source1: %{name}.mo
|
|
Source1: %{name}.mo
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: kdelibs3-devel
|
|
BuildRequires: kdelibs3-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
@@ -16,7 +19,7 @@ Requires(post): desktop-file-utils
|
|
Requires(postun): desktop-file-utils
|
|
Requires(postun): desktop-file-utils
|
|
|
|
|
|
%description
|
|
%description
|
|
-KuFTP is a graphical FTP client for the K Desktop Environment.
|
|
|
|
|
|
+KuFTP is a graphical FTP client for KDE.
|
|
|
|
|
|
Most notable features is Tab Sessions like Konqueror or Firefox.
|
|
Most notable features is Tab Sessions like Konqueror or Firefox.
|
|
Other features like bookmark manager,queue manager,speed limit,
|
|
Other features like bookmark manager,queue manager,speed limit,
|
|
@@ -24,7 +27,7 @@ proxy support, SSL/TSL support, multi charsets support and some
|
|
small nifty features are currently available in the latest version.
|
|
small nifty features are currently available in the latest version.
|
|
|
|
|
|
%description -l ja
|
|
%description -l ja
|
|
-KuFTP は K デスクトップ環境用のグラフィカルな FTP クライアントです。
|
|
|
|
|
|
+KuFTP は KDE 用のグラフィカルな FTP クライアントです。
|
|
|
|
|
|
最大の特徴は、Konqueror または Firefox のようなタブ・セッションズです。
|
|
最大の特徴は、Konqueror または Firefox のようなタブ・セッションズです。
|
|
ブックマークマネージャー、キュー・マネージャー、速度制限、
|
|
ブックマークマネージャー、キュー・マネージャー、速度制限、
|
|
@@ -44,11 +47,11 @@ KuFTP は K デスクトップ環境用のグラフィカルな FTP クライア
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
-rm -rf %buildroot
|
|
|
|
|
|
+rm -rf $RPM_BUILD_ROOT
|
|
%makeinstall
|
|
%makeinstall
|
|
|
|
|
|
-mkdir -p %buildroot%{_localedir}/ja/LC_MESSAGES
|
|
|
|
-install -m 644 %{SOURCE1} %buildroot%{_localedir}/ja/LC_MESSAGES/%{name}.mo
|
|
|
|
|
|
+mkdir -p $RPM_BUILD_ROOT%{_localedir}/ja/LC_MESSAGES
|
|
|
|
+install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_localedir}/ja/LC_MESSAGES/%{name}.mo
|
|
|
|
|
|
# changed .desktop file location
|
|
# changed .desktop file location
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/kde
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications/kde
|
|
@@ -87,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
%{_datadir}/icons/hicolor/*/apps/kuftp.png
|
|
%{_datadir}/icons/hicolor/*/apps/kuftp.png
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Mar 13 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-5
|
|
|
|
+- rebuilt with openssl-1.0.0d
|
|
|
|
+
|
|
* Fri Apr 16 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.0-4
|
|
* Fri Apr 16 2010 Shu KONNO <owa@bg.wakwak.com> 1.5.0-4
|
|
- added --with-qt-libraries to configure
|
|
- added --with-qt-libraries to configure
|
|
|
|
|