diff --git a/.cvsignore b/.cvsignore index dd3659b..48b2ed3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gftp-2.0.16.tar.bz2 +gftp-2.0.17.tar.bz2 diff --git a/gftp-text-disabled.sh b/gftp-text-disabled.sh new file mode 100644 index 0000000..f2fd338 --- /dev/null +++ b/gftp-text-disabled.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "Sorry, gftp-text has been disabled." diff --git a/gftp.spec b/gftp.spec index c14ceb0..88eb12a 100644 --- a/gftp.spec +++ b/gftp.spec @@ -1,18 +1,18 @@ Summary: A multi-threaded FTP client for the X Window System. Name: gftp -Version: 2.0.16 +Version: 2.0.17 Epoch: 1 -Release: 3 +Release: 2 License: GPL Group: Applications/Internet Url: http://gftp.seul.org/ -Source: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 +Source1: gftp-text-disabled.sh Patch0: gftp-2.0.16-sftpdefault.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gtk2-devel >= 2.2.0 BuildRequires: readline-devel BuildRequires: openssl-devel -BuildRequires: gettext BuildRequires: desktop-file-utils %description @@ -24,7 +24,7 @@ bookmarks menu to allow quick connection to FTP sites, caching of remote directory listings, local and remote chmod, drag and drop, a connection manager and much more. -Install gftp if you need an FTP client. +Install gftp if you need a graphical FTP client. %prep %setup -q @@ -40,7 +40,6 @@ make %install rm -rf $RPM_BUILD_ROOT -#mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/gnome/apps/Internet %makeinstall @@ -55,6 +54,10 @@ desktop-file-install --vendor net --delete-original \ --add-category Network \ $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Internet/gftp.desktop +# Disable to save space +rm -f $RPM_BUILD_ROOT%{_bindir}/gftp-text +install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/gftp-text + %find_lang %name %clean @@ -62,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) -%doc ChangeLog COPYING* README TODO +%doc ChangeLog COPYING README TODO %{_bindir}/gftp %{_bindir}/gftp-gtk %{_bindir}/gftp-text @@ -72,6 +75,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/gftp.* %changelog +* Thu Apr 15 2004 Warren Togami 2.0.17-2 +- disable gftp-text + +* Wed Apr 14 2004 Warren Togami 2.0.17-1 +- update to 2.0.17, should fix #114935 x86-64 segfault + * Sat Mar 13 2004 Warren Togami 2.0.16-3 - default to sshv2_use_sftp_subsys=1 so SFTP works out-of-the-box diff --git a/sources b/sources index fa62b5d..de09d46 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a51cbe1a9077fba4e12218cd02ebefdf gftp-2.0.16.tar.bz2 +a869315be1f59624a3abf5fb25d5b7bb gftp-2.0.17.tar.bz2