]> git.pld-linux.org Git - packages/FileZilla.git/blobdiff - FileZilla.spec
- 3.0.6
[packages/FileZilla.git] / FileZilla.spec
index bd9aa4cfb3690cf2a550c0c4b24cce96f5a1569c..267c3a3e9412120dae9db431d9e1e160b092e124 100644 (file)
@@ -1,10 +1,6 @@
 # TODO
 #      /usr/share/locale/ca_ES@valencia is needed by FileZilla-3.0.5.2-1.i686
-#      /usr/share/locale/cs_CZ is needed by FileZilla-3.0.5.2-1.i686
-#      /usr/share/locale/el_GR is needed by FileZilla-3.0.5.2-1.i686
-#      /usr/share/locale/eu_ES is needed by FileZilla-3.0.5.2-1.i686
-#      /usr/share/locale/gl_ES is needed by FileZilla-3.0.5.2-1.i686
-#      /usr/share/locale/km_KH 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 クライアント
@@ -13,19 +9,22 @@ 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.5.2
+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: 9178cfdb2421f27e46be57eeff7b0f7c
+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
-Requires:      wxWidgets >= 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)
@@ -46,17 +45,22 @@ opcjami oraz intuicyjnym interfejsem.
 cd locales
 mv bg{_BG,}.po
 mv ca{_ES,}.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
@@ -72,10 +76,12 @@ mv sl{_SI,}.po
 mv sv{_SE,}.po
 mv tr{_TR,}.po
 
-# more suspicious
-# ca_ES@valencia cs_CZ el_GR eu_ES gl_ES km_KH pt_BR zh_CN zh_TW
-
 %build
+%{__libtoolize}
+%{__aclocal} -I .
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --with-wx-config=wx-gtk2-unicode-config
 %{__make}
@@ -122,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.050767 seconds and 4 git commands to generate.