cvsdist c7bb0b1
Summary: A multi-threaded FTP client for the X Window System.
cvsdist c7bb0b1
Name: gftp
cvsdist c4222cc
Version: 2.0.16
cvsdist c7bb0b1
Epoch: 1
cvsdist c4222cc
Release: 1
cvsdist c7bb0b1
License: GPL
cvsdist c7bb0b1
Group: Applications/Internet
cvsdist c7bb0b1
Url: http://gftp.seul.org/
cvsdist 243a5d7
Source: %{name}-%{version}.tar.bz2
cvsdist 1509d3a
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist c4222cc
BuildRequires: gtk2-devel >= 2.2.0
cvsdist 1509d3a
BuildRequires: readline-devel
cvsdist c4222cc
BuildRequires: openssl-devel
cvsdist c4222cc
BuildRequires: gettext
cvsdist c4222cc
BuildRequires: desktop-file-utils
cvsdist d9808e4
cvsdist d9808e4
%description
cvsdist d9808e4
gFTP is a multi-threaded FTP client for the X Window System. gFTP
cvsdist d9808e4
supports simultaneous downloads, resumption of interrupted file
cvsdist d9808e4
transfers, file transfer queues to allow downloading of multiple
cvsdist d9808e4
files, support for downloading entire directories/subdirectories, a
cvsdist d9808e4
bookmarks menu to allow quick connection to FTP sites, caching of
cvsdist d9808e4
remote directory listings, local and remote chmod, drag and drop, a
cvsdist d9808e4
connection manager and much more.
cvsdist d9808e4
cvsdist 21d19ed
Install gftp if you need an FTP client.
cvsdist d9808e4
cvsdist d9808e4
%prep
cvsdist d9808e4
%setup -q
cvsdist d9808e4
cvsdist d9808e4
%build
cvsdist 243a5d7
cvsdist d9808e4
%ifarch alpha
cvsdist d9808e4
MIEEE_FLAG="-mieee"
cvsdist d9808e4
%endif
cvsdist d9808e4
CFLAGS="$RPM_OPT_FLAGS $MIEEE_FLAG" %configure
cvsdist d9808e4
make
cvsdist d9808e4
cvsdist d9808e4
%install
cvsdist d9808e4
rm -rf $RPM_BUILD_ROOT
cvsdist 1509d3a
#mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/gnome/apps/Internet
cvsdist d9808e4
cvsdist d9808e4
%makeinstall
cvsdist d9808e4
cvsdist 243a5d7
# Get rid of bogus 'br' translation (pt_BR is included)
cvsdist c4222cc
rm -rf $RPM_BUILD_ROOT%{_prefix}/share/locale/br
cvsdist 243a5d7
cvsdist 243a5d7
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
cvsdist 243a5d7
desktop-file-install --vendor net --delete-original         \
cvsdist 243a5d7
  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
cvsdist 243a5d7
  --add-category X-Red-Hat-Extra                            \
cvsdist 243a5d7
  --add-category Application                                \
cvsdist 09c85de
  --add-category Network                                    \
cvsdist 243a5d7
  $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Internet/gftp.desktop
cvsdist 243a5d7
cvsdist d9808e4
%find_lang %name
cvsdist d9808e4
cvsdist d9808e4
%clean
cvsdist d9808e4
rm -rf $RPM_BUILD_ROOT
cvsdist d9808e4
 
cvsdist d9808e4
%files -f %{name}.lang
cvsdist d9808e4
%defattr(-,root,root)
cvsdist d9808e4
%doc ChangeLog COPYING* README TODO 
cvsdist d9808e4
%{_bindir}/gftp
cvsdist 21d19ed
%{_bindir}/gftp-gtk
cvsdist 21d19ed
%{_bindir}/gftp-text
cvsdist d9808e4
%{_datadir}/gftp
cvsdist af8cb0a
%{_datadir}/pixmaps
cvsdist 243a5d7
%{_datadir}/applications
cvsdist 21d19ed
%{_mandir}/man*/gftp.*
cvsdist d9808e4
cvsdist c7bb0b1
%changelog
cvsdist c4222cc
* Mon Dec  1 2003 Jonathan Blandford <jrb@redhat.com> 1:2.0.16-1
cvsdist c4222cc
- updated version
cvsdist c4222cc
cvsdist 1509d3a
* Fri Oct 24 2003 Jonathan Blandford <jrb@redhat.com> 1:2.0.14-4
cvsdist 1509d3a
- rebuilt for exec shield
cvsdist 1509d3a
cvsdist 1509d3a
* Sun Oct 19 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1509d3a
- changed %prefix -> %_prefix and disabled that part of the specfile,
cvsdist 1509d3a
  seems to be unused
cvsdist 1509d3a
cvsdist 1509d3a
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 1509d3a
- rebuilt
cvsdist 1509d3a
cvsdist 8d7f94c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 8d7f94c
- rebuilt
cvsdist 8d7f94c
cvsdist 8d7f94c
* Mon Dec  9 2002 Havoc Pennington <hp@redhat.com>
cvsdist 8d7f94c
- 2.0.14
cvsdist 8d7f94c
- build req gtk2
cvsdist 8d7f94c
cvsdist 989417e
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 989417e
- Fix problem where partial translations would lead to completely 
cvsdist 989417e
  borked menus (#69782)
cvsdist 989417e
cvsdist 09c85de
* Sun Aug  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist 09c85de
- s/Internet/Network/ in Categories
cvsdist 09c85de
cvsdist 243a5d7
* Tue Jul 30 2002 Havoc Pennington <hp@redhat.com>
cvsdist 243a5d7
- move desktop file to /usr/share/applications #69396
cvsdist 243a5d7
cvsdist 243a5d7
* Thu Jul 25 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 243a5d7
- Fix broken .mo files by forcing regeneration (#67217)
cvsdist 243a5d7
- Fix zh_TW.po, again.
cvsdist 243a5d7
cvsdist 243a5d7
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
cvsdist 243a5d7
- 2.0.13
cvsdist 243a5d7
cvsdist 243a5d7
* Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 243a5d7
- Upgrade to 2.0.12
cvsdist 243a5d7
- Fix bugs in pofile encoding specification
cvsdist 243a5d7
cvsdist 243a5d7
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 243a5d7
- automated rebuild
cvsdist 243a5d7
cvsdist 243a5d7
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 243a5d7
- automated rebuild
cvsdist 243a5d7
cvsdist af8cb0a
* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist af8cb0a
- move to Hampton
cvsdist af8cb0a
cvsdist af8cb0a
* Mon Feb 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist af8cb0a
- 2.0.11
cvsdist af8cb0a
cvsdist af8cb0a
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist af8cb0a
- automated rebuild
cvsdist af8cb0a
cvsdist eba944d
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist eba944d
- Bump release + rebuild.
cvsdist eba944d
cvsdist 21d19ed
* Thu Apr 19 2001 Havoc Pennington <hp@redhat.com>
cvsdist 21d19ed
- Upgrade to 2.0.8, fixes a security exploit and a bunch of other
cvsdist 21d19ed
  things, adds a console frontend 
cvsdist 21d19ed
cvsdist d9808e4
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist d9808e4
- langify
cvsdist d9808e4
- don't try to include two non-existing files in %%doc
cvsdist d9808e4
- move changelog to end of file
cvsdist d9808e4
cvsdist c7bb0b1
* Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
cvsdist c7bb0b1
- Set Epoch, since upstream versions are not ascending
cvsdist c7bb0b1
cvsdist c7bb0b1
* Mon Aug 07 2000 Havoc Pennington <hp@redhat.com>
cvsdist c7bb0b1
- 2.0.7b, should fix outstanding bugs
cvsdist c7bb0b1
cvsdist c7bb0b1
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
cvsdist c7bb0b1
- automatic rebuild
cvsdist c7bb0b1
cvsdist c7bb0b1
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
cvsdist c7bb0b1
- FHS paths
cvsdist c7bb0b1
cvsdist c7bb0b1
* Fri May 19 2000 Havoc Pennington <hp@redhat.com>
cvsdist c7bb0b1
- Update to 2.0.7pre3, and build for Winston
cvsdist c7bb0b1
cvsdist c7bb0b1
* Fri Feb 11 2000 Elliot Lee <sopwith@redhat.com>
cvsdist c7bb0b1
- Add -mieee on alpha to solve bug #9317
cvsdist c7bb0b1
cvsdist c7bb0b1
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
cvsdist c7bb0b1
- gzip man page
cvsdist c7bb0b1
cvsdist c7bb0b1
* Tue Jan 04 2000 Elliot Lee <sopwith@redhat.com>
cvsdist c7bb0b1
- Update to 2.0.6a
cvsdist c7bb0b1
cvsdist c7bb0b1
* Fri Sep 3 1999 Elliot Lee <sopwith@redhat.com>
cvsdist c7bb0b1
- Upgrade to the full 2.0.4 release. (Yes, pre1 fixed that bug.)
cvsdist c7bb0b1
cvsdist c7bb0b1
* Wed Sep 1 1999 Elliot Lee <sopwith@redhat.com>
cvsdist c7bb0b1
- Try 2.0.4pre1 to see if it fixes bug #4700.
cvsdist c7bb0b1
cvsdist c7bb0b1
* Thu Jul  8 1999 Michael Fulbright <drmike@redhat.com>
cvsdist c7bb0b1
- version 2.0.3
cvsdist c7bb0b1
cvsdist c7bb0b1
* Wed Jul  7 1999 Michael Fulbright <drmike@redhat.com>
cvsdist c7bb0b1
- bumped to version 2.0.2
cvsdist c7bb0b1
cvsdist c7bb0b1
* Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
cvsdist c7bb0b1
- version 1.13
cvsdist c7bb0b1
cvsdist c7bb0b1
* Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
cvsdist c7bb0b1
- patch to fix a segfault reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>
cvsdist c7bb0b1
cvsdist c7bb0b1
* Tue Feb 16 1999 Michael Fulbright <drmike@redhat.com>
cvsdist c7bb0b1
- version 1.12
cvsdist c7bb0b1
cvsdist c7bb0b1
* Wed Feb 10 1999 Michael Fulbright <drmike@redhat.com>
cvsdist c7bb0b1
- first attempt at spec file