gftp/gftp.spec

132 lines
4.0 KiB
RPMSpec

Name: gftp
Version: 2.9.1b
Release: 1mamba
Summary: A free multithreaded ftp client
Group: Graphical Desktop/Applications/Networking
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.gftp.org/
Source: https://github.com/masneyb/gftp.git/%{version}/gftp-%{version}.tar.bz2
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
BuildRequires: libharfbuzz-devel
BuildRequires: libnsl-devel
BuildRequires: libopenssl-devel
BuildRequires: libpango-devel
BuildRequires: libreadline-devel
BuildRequires: libtermcap-devel
## 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
%debug_package
%prep
%setup -q
./autogen.sh
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
#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
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/gftp
%{_bindir}/gftp-gtk
%{_bindir}/gftp-text
%dir %{_datadir}/gftp
%{_datadir}/gftp/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/gftp.png
%{_datadir}/icons/hicolor/scalable/apps/gftp.svg
%{_mandir}/man1/*
%dir %{_datadir}/doc/gftp
%{_datadir}/doc/gftp/*
%changelog
* Tue Feb 22 2022 Automatic Build System <autodist@mambasoft.it> 2.9.1b-1mamba
- automatic version update by autodist
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 2.9.0b-1mamba
- automatic version update by autodist
* Thu Nov 18 2021 Automatic Build System <autodist@mambasoft.it> 2.8.0b-1mamba
- automatic version update by autodist
* Fri Oct 22 2021 Automatic Build System <autodist@mambasoft.it> 2.7.1b-1mamba
- automatic version update by autodist
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.0b-1mamba
- update to 2.7.0b
* 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