diff --git a/gftp.spec b/gftp.spec index 3b17735..9c9bd2b 100644 --- a/gftp.spec +++ b/gftp.spec @@ -2,15 +2,63 @@ Summary: A multi-threaded FTP client for the X Window System. Name: gftp Version: 2.0.7b Epoch: 1 -Release: 2 +Release: 3 License: GPL Group: Applications/Internet Url: http://gftp.seul.org/ Source: %{name}-%{version}.tar.gz -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root +Buildroot: %{_tmppath}/%{name}-%{version}-root Requires: gtk+ >= 1.2.0 + +%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 + +%find_lang %name + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-,root,root) +%doc ChangeLog COPYING* README TODO +%{_bindir}/gftp +%{_datadir}/gftp +%{_datadir}/gnome/apps/Internet/gftp.desktop +%{_datadir}/pixmaps/gftp.png +%{_mandir}/man1/gftp.1* + %changelog +* Tue Feb 27 2001 Trond Eivind Glomsr�d +- langify +- don't try to include two non-existing files in %%doc +- move changelog to end of file + * Thu Aug 10 2000 Havoc Pennington - Set Epoch, since upstream versions are not ascending @@ -58,44 +106,3 @@ Requires: gtk+ >= 1.2.0 * 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