diff --git a/.cvsignore b/.cvsignore index e69de29..aff0133 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gftp-2.0.7b.tar.gz diff --git a/gftp.spec b/gftp.spec new file mode 100644 index 0000000..3b17735 --- /dev/null +++ b/gftp.spec @@ -0,0 +1,101 @@ +Summary: A multi-threaded FTP client for the X Window System. +Name: gftp +Version: 2.0.7b +Epoch: 1 +Release: 2 +License: GPL +Group: Applications/Internet +Url: http://gftp.seul.org/ +Source: %{name}-%{version}.tar.gz +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: gtk+ >= 1.2.0 + +%changelog +* Thu Aug 10 2000 Havoc Pennington +- Set Epoch, since upstream versions are not ascending + +* Mon Aug 07 2000 Havoc Pennington +- 2.0.7b, should fix outstanding bugs + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Preston Brown +- FHS paths + +* Fri May 19 2000 Havoc Pennington +- Update to 2.0.7pre3, and build for Winston + +* Fri Feb 11 2000 Elliot Lee +- Add -mieee on alpha to solve bug #9317 + +* Thu Feb 03 2000 Preston Brown +- gzip man page + +* Tue Jan 04 2000 Elliot Lee +- Update to 2.0.6a + +* Fri Sep 3 1999 Elliot Lee +- Upgrade to the full 2.0.4 release. (Yes, pre1 fixed that bug.) + +* Wed Sep 1 1999 Elliot Lee +- Try 2.0.4pre1 to see if it fixes bug #4700. + +* Thu Jul 8 1999 Michael Fulbright +- version 2.0.3 + +* Wed Jul 7 1999 Michael Fulbright +- bumped to version 2.0.2 + +* Wed Mar 31 1999 Michael Fulbright +- version 1.13 + +* Tue Mar 30 1999 Michael Fulbright +- patch to fix a segfault reported by Chris Evans + +* Tue Feb 16 1999 Michael Fulbright +- version 1.12 + +* Wed Feb 10 1999 Michael Fulbright +- first attempt at spec file + +%description +gFTP is a multi-threaded FTP client for the X Window System. gFTP +supports simultaneous downloads, resumption of interrupted file +transfers, file transfer queues to allow downloading of multiple +files, support for downloading entire directories/subdirectories, a +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. You'll also need to install +GTK+ 1.2.3 or higher and X11R6. + +%prep +%setup -q + +%build +%ifarch alpha +MIEEE_FLAG="-mieee" +%endif +CFLAGS="$RPM_OPT_FLAGS $MIEEE_FLAG" %configure +make + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{prefix}/share/gnome/apps/Internet + +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc ChangeLog COPYING* README TODO eplf.txt USERS-GUIDE +%{_bindir}/gftp +%{_datadir}/gftp +%{_datadir}/gnome/apps/Internet/gftp.desktop +%{_datadir}/pixmaps/gftp.png +%{_mandir}/man1/gftp.1* +%{_datadir}/locale/*/LC_MESSAGES/gftp.mo diff --git a/sources b/sources index e69de29..cd5a62d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +235162253d09281182ad6b9212141078 gftp-2.0.7b.tar.gz