]> git.pld-linux.org Git - packages/FileZilla.git/blobdiff - FileZilla.spec
- up to 3.67.0
[packages/FileZilla.git] / FileZilla.spec
index f3e80d4c64b9fa46166d538e94439c6084a1a886..15547939e0dd168ffb661017fd8eaa83d18d32cc 100644 (file)
@@ -1,6 +1,6 @@
 %bcond_with    storj   # support for Storj decentralized cloud storage provider
 
-%define                libfilezilla_ver        0.37.1
+%define                libfilezilla_ver        0.47.0
 Summary:       FTP client for X Window
 Summary(es.UTF-8):     Cliente FTP para el X Window
 Summary(ja.UTF-8):     X Window System 用マルチスレッド FTP クライアント
@@ -9,16 +9,18 @@ Summary(pt_BR.UTF-8): Cliente FTP para o X Window
 Summary(ru.UTF-8):     FTP клиент для X Window
 Summary(uk.UTF-8):     FTP клієнт для X Window
 Name:          FileZilla
-Version:       3.59.0
+Version:       3.67.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Networking
-Source0:       https://download.filezilla-project.org/client/%{name}_%{version}_src.tar.bz2
-# Source0-md5: 0e62a79421d88ac4468ae76fa69a531f
+Source0:       https://download.filezilla-project.org/client/%{name}_%{version}_src.tar.xz
+# Source0-md5: ddcf03519e2e55ada0bb77c2a6a73fba
 Patch0:                %{name}-desktop.patch
+Patch1:                disable-avx-on-i686.patch
 URL:           https://filezilla-project.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.6
+BuildRequires: boost-devel >= 1.76
 BuildRequires: cppunit-devel >= 1.13.0
 BuildRequires: dbus-devel >= 1.2
 BuildRequires: gettext-tools >= 0.11.0
@@ -57,6 +59,7 @@ opcjami oraz intuicyjnym interfejsem.
 %prep
 %setup -q -n filezilla-%{version}
 %patch0 -p1
+%patch1 -p1
 
 cd locales
 %{__mv} bg{_BG,}.po
@@ -142,8 +145,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/filezilla/resources
 %{_datadir}/filezilla/resources/*.wav
 %{_datadir}/filezilla/resources/*.xml
-%dir %{_datadir}/filezilla/resources/xrc
-%{_datadir}/filezilla/resources/xrc/*.xrc
 %dir %{_datadir}/filezilla/resources/16x16
 %{_datadir}/filezilla/resources/16x16/*.gif
 %{_datadir}/filezilla/resources/16x16/*.png
This page took 0.036214 seconds and 4 git commands to generate.