]> git.pld-linux.org Git - packages/FileZilla.git/blobdiff - FileZilla.spec
- finished fixing for wxWidgets 3.0
[packages/FileZilla.git] / FileZilla.spec
index 644902f5e704a0d638fd1bd816d7268307e06f35..a8780aaa59e8d469ae9ad10d3ffc7b96f7e4a971 100644 (file)
@@ -10,22 +10,29 @@ 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.2.6
-Release:       1
+Version:       3.7.3
+Release:       3
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://dl.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
-# Source0-md5: f5257cf83105ed22c18a48a63cecd97a
+Source0:       http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
+# Source0-md5: df7828739a852ac3adbc1c010303115d
 Patch0:                %{name}-desktop.patch
+Patch1:                wxWidgets3.patch
 URL:           http://filezilla-project.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: cppunit-devel
 BuildRequires: dbus-devel
-BuildRequires: gnutls-devel >= 2.0.4
+BuildRequires: gettext-devel
+BuildRequires: gnutls-devel >= 2.8.3
+BuildRequires: gtk+2-devel
+BuildRequires: libidn-devel
 BuildRequires: libtool >= 2:1.5
+BuildRequires: pkgconfig
 BuildRequires: wxGTK2-unicode-devel >= 2.8.9
 BuildRequires: wxWidgets-devel >= 2.8.9
 BuildRequires: wxWidgets-utils >= 2.8.9
+BuildRequires: xdg-utils
 Requires:      wxWidgets >= 2.8.9
 Provides:      filezilla
 Obsoletes:     filezilla
@@ -42,6 +49,7 @@ opcjami oraz intuicyjnym interfejsem.
 %prep
 %setup -q -n filezilla-%{version}
 %patch0 -p1
+%patch1 -p1
 
 cd locales
 mv bg{_BG,}.po
@@ -49,6 +57,7 @@ mv cs{_CZ,}.po
 mv da{_DK,}.po
 mv et{_EE,}.po
 mv eu{_ES,}.po
+mv fa{_IR,}.po
 mv fi{_FI,}.po
 mv gl{_ES,}.po
 mv he{_IL,}.po
@@ -75,12 +84,13 @@ rm -f ca@valencia.po
 
 %build
 %{__libtoolize}
-%{__aclocal} -I .
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
-       --with-wx-config=wx-gtk2-unicode-config
+       --with-wx-config=wx-gtk2-unicode-config \
+       --with-tinyxml=builtin
 %{__make}
 
 %install
This page took 0.026315 seconds and 4 git commands to generate.