Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040211
en ru br
ALT Linux repos
S:3.65.0-alt1
D:3.1.5-alt1
5.0: 3.1.5-alt1

Group :: Networking/File transfer
RPM: filezilla

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%define oname FileZilla

Name: filezilla
Version: 3.65.0
Release: alt1
Summary: FileZilla is a fast and reliable FTP client

Group: Networking/File transfer
License: GPL
Url: https://filezilla-project.org/
# Source-url: https://download.filezilla-project.org/client/%{oname}_%{version}_src.tar.xz
Source: %oname-%version.tar

Patch1: %name-%version-alt-system-pugixml.patch
Patch2: filezilla-3.64.0-i586-FTBFS.patch

BuildRequires: gcc-c++
BuildRequires: libdbus-devel
BuildRequires: libfilezilla-devel
BuildRequires: libgtk+3-devel
BuildRequires: libnettle-devel
BuildRequires: libpugixml-devel
BuildRequires: libsqlite3-devel
BuildRequires: libwxGTK3.2-devel
BuildRequires: boost-devel
BuildRequires: xdg-utils

%description
FileZilla is a fast and reliable FTP client and server with lots
of useful features and an intuitive interface

%prep
%setup -n %oname-%version
%patch1 -p2
%patch2 -p2

%build
%autoreconf
%configure \
--disable-autoupdatecheck \
--with-pugixml=system \
%nil

%make_build

%install
%makeinstall_std

%find_lang %name

%files -f %name.lang
%doc AUTHORS ChangeLog NEWS README
%_bindir/*
%_libdir/*.so
%_datadir/%name
%_desktopdir/%name.desktop
%_datadir/appdata/filezilla.appdata.xml
%_iconsdir/hicolor/*x*/apps/%name.png
%_pixmapsdir/%name.png
%_iconsdir/hicolor/scalable/apps/filezilla.svg
%_man1dir/*
%_man5dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin