]> git.pld-linux.org Git - packages/FileZilla.git/blobdiff - FileZilla.spec
- 3.5.0
[packages/FileZilla.git] / FileZilla.spec
index 01cfce955d0abecb66c4323fab4b43341bd2705e..9c7945fb2667900f24000966692c8ae3db8fa430 100644 (file)
@@ -10,21 +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.0.9.2
+Version:       3.5.0
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://dl.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
-# Source0-md5: 4f8b3d84a6f09c012c3693fa7eba52b5
+Source0:       http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
+# Source0-md5: 6a83c3afe99c2679d5a3aa73607d80a7
 Patch0:                %{name}-desktop.patch
 URL:           http://filezilla-project.org/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: cppunit-devel
+BuildRequires: dbus-devel
+BuildRequires: gettext-devel
+BuildRequires: gnutls-devel >= 2.8.3
+BuildRequires: gtk+2-devel
+BuildRequires: libidn-devel
 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
+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
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -47,6 +55,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
@@ -59,24 +68,27 @@ mv lt{_LT,}.po
 mv lv{_LV,}.po
 mv mk{_MK,}.po
 mv nb{_NO,}.po
+mv nn{_NO,}.po
 mv pl{_PL,}.po
 mv pt{_PT,}.po
 mv ro{_RO,}.po
 mv sk{_SK,}.po
 mv sl{_SI,}.po
 mv th{_TH,}.po
+mv uk{_UA,}.po
 mv vi{_VN,}.po
 # Temporary - FIXME:
 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
@@ -126,6 +138,29 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/filezilla/resources/cyril/theme.xml
 %dir %{_datadir}/filezilla/resources/cyril/16x16
 %{_datadir}/filezilla/resources/cyril/16x16/*.png
+%dir %{_datadir}/filezilla/resources/lone
+%{_datadir}/filezilla/resources/lone/theme.xml
+%dir %{_datadir}/filezilla/resources/lone/16x16
+%{_datadir}/filezilla/resources/lone/16x16/*.png
+%dir %{_datadir}/filezilla/resources/lone/32x32
+%{_datadir}/filezilla/resources/lone/32x32/*.png
+%dir %{_datadir}/filezilla/resources/lone/48x48
+%{_datadir}/filezilla/resources/lone/48x48/*.png
+%dir %{_datadir}/filezilla/resources/minimal
+%{_datadir}/filezilla/resources/minimal/theme.xml
+%dir %{_datadir}/filezilla/resources/minimal/16x16
+%{_datadir}/filezilla/resources/minimal/16x16/*.png
+%dir %{_datadir}/filezilla/resources/minimal/32x32
+%{_datadir}/filezilla/resources/minimal/32x32/file.png
+%dir %{_datadir}/filezilla/resources/opencrystal
+%{_datadir}/filezilla/resources/opencrystal/theme.xml
+%dir %{_datadir}/filezilla/resources/opencrystal/16x16
+%{_datadir}/filezilla/resources/opencrystal/16x16/*.png
+%dir %{_datadir}/filezilla/resources/opencrystal/32x32
+%{_datadir}/filezilla/resources/opencrystal/32x32/*.png
+%dir %{_datadir}/filezilla/resources/opencrystal/48x48
+%{_datadir}/filezilla/resources/opencrystal/48x48/*.png
+%{_iconsdir}/hicolor/*/apps/filezilla.png
 %{_desktopdir}/*.desktop
 %{_pixmapsdir}/*.png
 %{_mandir}/man1/*.1*
This page took 0.124063 seconds and 4 git commands to generate.