2024-01-05 22:42:38 +01:00
|
|
|
Name: gftp
|
2024-01-05 22:42:38 +01:00
|
|
|
Version: 2.8.0b
|
2024-01-05 22:42:38 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 22:42:38 +01:00
|
|
|
Summary: A free multithreaded ftp client
|
|
|
|
Group: Graphical Desktop/Applications/Networking
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 22:42:38 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.gftp.org/
|
|
|
|
Source: https://github.com/masneyb/gftp.git/%{version}/gftp-%{version}.tar.bz2
|
2024-01-05 22:42:38 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgtk2-devel
|
2024-01-05 22:42:38 +01:00
|
|
|
BuildRequires: libharfbuzz-devel
|
|
|
|
BuildRequires: libnsl-devel
|
2024-01-05 22:42:38 +01:00
|
|
|
BuildRequires: libopenssl-devel
|
2024-01-05 22:42:38 +01:00
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libreadline-devel
|
2024-01-05 22:42:38 +01:00
|
|
|
BuildRequires: libtermcap-devel
|
2024-01-05 22:42:38 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: bash
|
|
|
|
|
|
|
|
%description
|
|
|
|
gFTP is a free multithreaded ftp client for *NIX based machines running X11R6 or later. It has the following features:
|
|
|
|
* Written in C and has a text interface and a GTK+ 1.2/2.0 interface
|
|
|
|
* Supports the FTP, HTTP and SSH protocols
|
|
|
|
* Supports FXP file transfers (transfering files between 2 remote servers via FTP)
|
|
|
|
* Multithreaded to allow for simultaneous downloads
|
|
|
|
* File transfer queues to allow for downloading multiple files
|
|
|
|
* Supports downloading entire directories and subdirectories
|
|
|
|
* Bookmarks menu to allow you to quickly connect to remote sites
|
|
|
|
* Supports resuming interrupted file transfers
|
|
|
|
* Supports caching of remote directory listings
|
|
|
|
* Drag-N-Drop support
|
|
|
|
* FTP and HTTP proxy server support
|
|
|
|
* Allows for passive and non-passive file transfers
|
|
|
|
* Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style directory listings
|
|
|
|
* Full graphical configuration
|
|
|
|
* Fully Internationalized
|
|
|
|
|
2024-01-05 22:42:38 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 22:42:38 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 22:42:38 +01:00
|
|
|
./autogen.sh
|
2024-01-05 22:42:38 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%makeinstall
|
2024-01-05 22:42:38 +01:00
|
|
|
|
2024-01-05 22:42:38 +01:00
|
|
|
%find_lang %{name}
|
2024-01-05 22:42:38 +01:00
|
|
|
|
|
|
|
#rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
#
|
|
|
|
#install -d %{buildroot}%{_datadir}/applications
|
|
|
|
#cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << _EOF
|
|
|
|
#[Desktop Entry]
|
|
|
|
#Name=gFTP
|
|
|
|
#GenericName=gFTP
|
|
|
|
#Comment=Download and upload files using multiple FTPs
|
|
|
|
#Comment[it]=Client FTP grafico per dowload e upload di file
|
|
|
|
#Exec=gftp %u
|
|
|
|
#TryExec=gftp
|
|
|
|
#Type=Application
|
|
|
|
#Terminal=0
|
|
|
|
#Icon=gftp.png
|
|
|
|
#Encoding=UTF-8
|
|
|
|
#Categories=Application;GTK;GNOME;Network;FileTransfer;
|
|
|
|
#_EOF
|
2024-01-05 22:42:38 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 22:42:38 +01:00
|
|
|
%{_bindir}/gftp
|
|
|
|
%{_bindir}/gftp-gtk
|
|
|
|
%{_bindir}/gftp-text
|
2024-01-05 22:42:38 +01:00
|
|
|
%dir %{_datadir}/gftp
|
|
|
|
%{_datadir}/gftp/*
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
2024-01-05 22:42:38 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/gftp.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/gftp.svg
|
2024-01-05 22:42:38 +01:00
|
|
|
%{_mandir}/man1/*
|
2024-01-05 22:42:38 +01:00
|
|
|
%dir %{_datadir}/doc/gftp
|
|
|
|
%{_datadir}/doc/gftp/*
|
2024-01-05 22:42:38 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:42:38 +01:00
|
|
|
* Thu Nov 18 2021 Automatic Build System <autodist@mambasoft.it> 2.8.0b-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:42:38 +01:00
|
|
|
* Fri Oct 22 2021 Automatic Build System <autodist@mambasoft.it> 2.7.1b-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:42:38 +01:00
|
|
|
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.0b-1mamba
|
|
|
|
- update to 2.7.0b
|
|
|
|
|
2024-01-05 22:42:38 +01:00
|
|
|
* Sat Mar 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.19-2mamba
|
|
|
|
- rebuilt with libreadline 6.2
|
|
|
|
|
|
|
|
* Mon Dec 01 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.19-1mamba
|
|
|
|
- automatic update to 2.0.19 by autodist
|
|
|
|
|
|
|
|
* Fri Jan 04 2008 Tiziana Ferro <tiziana.ferro@email.it> 2.0.18-2mamba
|
|
|
|
- renamed mamba
|
|
|
|
|
|
|
|
* Mon May 02 2005 Davide Madrisan <davide.madrisan@qilinux.it> 2.0.18-1qilnx
|
|
|
|
- update to version 2.0.18 by autospec
|
|
|
|
- added italian translation strings in the menu entry
|
|
|
|
|
|
|
|
* Wed Feb 11 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.16-1qilnx
|
|
|
|
- first build
|
|
|
|
|