source: projects/specs/trunk/k/kuftp/kuftp-vl.spec @ 521

Revision 521, 2.1 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           kuftp
2Version:        1.5.0
3Summary:        A graphical FTP client for the K Desktop Environment
4Summary(ja):    K デスクトップ環境用のグラフィカルな FTP クライアント
5Release:        2%{?_dist_release}
6License:        GPLv2+
7Url:            http://kuftp.sourceforge.net/   
8Group:          Applications/Internet
9Source0:        %{name}-%{version}.tar.bz2
10Source1:        %{name}.mo
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  kdelibs-devel
13BuildRequires:  openssl-devel
14BuildRequires:  desktop-file-utils
15
16%description
17KuFTP is a graphical FTP client for the K Desktop Environment.
18
19Most notable features is Tab Sessions like Konqueror or Firefox.
20Other features like bookmark manager,queue manager,speed limit,
21proxy support,SSL/TSL support, multi charsets support and some
22small nifty features are currently available in the latest version.
23
24%description -l ja
25KuFTP は K デスクトップ環境用のグラフィカルな FTP クライアントです。
26
27最大の特徴は、Konqueror または Firefox のようなタブ・セッションズです。
28ブックマークマネージャー、キュー・マネージャー、速度制限、
29プロキシサポート、SSL/TSL サポート、複数の charsets のサポート、
30およびその他のいくつかの素敵な細かな特徴は、最新のバージョンにおいて現在利用可能です。
31
32%prep
33%setup -q
34
35%build
36%configure \
37        --disable-final
38%{__make}
39
40%install
41%{__rm} -rf %buildroot
42%makeinstall
43
44%{__mkdir} -p %buildroot%{_localedir}/ja/LC_MESSAGES
45%{__install} -m 644 %{SOURCE1} %buildroot%{_localedir}/ja/LC_MESSAGES/%{name}.mo
46
47%find_lang %{name}
48
49%clean
50rm -rf %buildroot
51
52%files -f %{name}.lang
53%defattr(-,root,root,755)
54%doc AUTHORS README COPYING TODO ChangeLog
55%doc %{_docdir}/HTML/en/kuftp/*
56%{_bindir}/kuftp
57%{_libdir}/libkuftpbookmarks.a
58%{_datadir}/applnk/Utilities/kuftp.desktop
59%{_datadir}/apps/kuftp/kuftpui.rc
60%{_datadir}/icons/hicolor/*/apps/kuftp.png
61
62%changelog
63* Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-2
64- changed Group to Applications/Internet
65
66* Mon Jan 11 2009 TOSHI <milk-tea1977@dune.ocn.ne.jp> 1.5.0-1vl5
67- initial build for Vine Seed
68- spec in utf-8
Note: See TracBrowser for help on using the repository browser.