]> git.pld-linux.org Git - packages/FileZilla.git/blobdiff - FileZilla.spec
- 3.0.6
[packages/FileZilla.git] / FileZilla.spec
index 1a1f4183663e6b07e276e27872668f2eb07934ba..267c3a3e9412120dae9db431d9e1e160b092e124 100644 (file)
@@ -1,3 +1,6 @@
+# TODO
+#      /usr/share/locale/ca_ES@valencia is needed by FileZilla-3.0.5.2-1.i686
+#      (there is probably ca_ES@valencia locale in Debian glibc - merge it)
 Summary:       FTP client for X Window
 Summary(es.UTF-8):     Cliente FTP para el X Window
 Summary(ja.UTF-8):     X Window System 用マルチスレッド FTP クライアント
@@ -6,18 +9,24 @@ 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.0.2.1
+Version:       3.0.6
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
-# Source0-md5: 0182908d3091d19edc511b3a2a6b3e08
+Source0:       http://dl.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
+# Source0-md5: 02e0924a6a6038f8cf47230d98b578b6
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-locales.patch
 URL:           http://filezilla-project.org/
-BuildRequires: wxGTK2-unicode-devel >= 2.8.4
-BuildRequires: wxWidgets-devel >= 2.8.4
-BuildRequires: wxWidgets-utils >= 2.8.4
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool >= 2:1.5
+BuildRequires: wxGTK2-unicode-devel >= 2.8.6
+BuildRequires: wxWidgets-devel >= 2.8.6
+BuildRequires: wxWidgets-utils >= 2.8.6
+Requires:      wxWidgets >= 2.8.6
+Provides:      filezilla
+Obsoletes:     filezilla
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -34,20 +43,45 @@ opcjami oraz intuicyjnym interfejsem.
 %patch1 -p1
 
 cd locales
+mv bg{_BG,}.po
 mv ca{_ES,}.po
-mv et{_EE,}.po
+mv cs{_CZ,}.po
 mv da{_DK,}.po
+mv de{_DE,}.po
+mv el{_GR,}.po
+mv es{_ES,}.po
+mv et{_EE,}.po
+mv eu{_ES,}.po
+mv fi{_FI,}.po
 mv fr{_FR,}.po
+mv gl{_ES,}.po
+mv he{_IL,}.po
+mv hu{_HU,}.po
 mv id{_ID,}.po
 mv it{_IT,}.po
 mv ja{_JP,}.po
+mv km{_KH,}.po
 mv ko{_KR,}.po
+mv lt{_LT,}.po
+mv lv{_LV,}.po
+mv mk{_MK,}.po
 mv nb{_NO,}.po
+mv nl{_NL,}.po
 mv pl{_PL,}.po
 mv pt{_PT,}.po
+mv ro{_RO,}.po
+mv ru{_RU,}.po
+mv sk{_SK,}.po
+mv sl{_SI,}.po
 mv sv{_SE,}.po
+mv tr{_TR,}.po
 
 %build
+%{__libtoolize}
+%{__aclocal} -I .
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --with-wx-config=wx-gtk2-unicode-config
 %{__make}
@@ -94,3 +128,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/filezilla/resources/cyril/16x16/*.png
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
+%{_mandir}/man1/*.1*
+%{_mandir}/man5/*.5*
This page took 0.059736 seconds and 4 git commands to generate.