]> git.pld-linux.org Git - packages/FileZilla.git/blobdiff - FileZilla.spec
- versioned Obsoletes, note on wxGTK3 support
[packages/FileZilla.git] / FileZilla.spec
index 8bffbbf7fc06398ba6d8099ffb3cd606817ae605..6b6363c27041436b7af9a05a5eddc6af5d67d841 100644 (file)
@@ -1,8 +1,9 @@
+# TODO: wxGTK3/gtk+3 as bcond/default?
 #
 # Conditional build:
 %bcond_with    storj   # support for Storj decentralized cloud storage provider
 
-%define                libfilezilla_ver        0.25.0
+%define                libfilezilla_ver        0.34.2
 Summary:       FTP client for X Window
 Summary(es.UTF-8):     Cliente FTP para el X Window
 Summary(ja.UTF-8):     X Window System 用マルチスレッド FTP クライアント
@@ -11,12 +12,12 @@ 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.52.2
-Release:       2
+Version:       3.56.2
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Networking
 Source0:       https://download.filezilla-project.org/client/%{name}_%{version}_src.tar.bz2
-# Source0-md5: bbeff02de597335141bd4674edf2d617
+# Source0-md5: 1d2d2604ffe1f198271884dd1c788898
 Patch0:                %{name}-desktop.patch
 URL:           https://filezilla-project.org/
 BuildRequires: autoconf >= 2.50
@@ -45,7 +46,7 @@ Requires:     nettle >= 3.1
 Requires:      pugixml >= 1.6-2
 Requires:      wxGTK2-unicode >= 3.0.4
 Provides:      filezilla
-Obsoletes:     filezilla
+Obsoletes:     filezilla < 3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -110,6 +111,7 @@ rm -rf $RPM_BUILD_ROOT
 
 # API not exported
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libfzclient-private.{la,so}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libfzclient-commonui-private.{la,so}
 
 # not supported by glibc (as of 2.32)
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/co
@@ -134,6 +136,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with storj}
 %attr(755,root,root) %{_bindir}/fzstorj
 %endif
+%attr(755,root,root) %{_libdir}/libfzclient-commonui-private-%{version}.so
 %attr(755,root,root) %{_libdir}/libfzclient-private-%{version}.so
 %{_datadir}/appdata/filezilla.appdata.xml
 %dir %{_datadir}/filezilla
This page took 0.132738 seconds and 4 git commands to generate.