]> git.pld-linux.org Git - packages/FileZilla.git/commitdiff
- up to 3.3.4.1 auto/th/FileZilla-3_3_4_1-1 auto/ti/FileZilla-3_3_4_1-1
authorduddits <duddits@pld-linux.org>
Tue, 17 Aug 2010 15:06:51 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- aclocal macro tune up
- new option passed to configure: --with-tinyxml=builtin

Changed files:
    FileZilla.spec -> 1.66

FileZilla.spec

index 5857f6684db4bb126fda2be0b1ac9ae166d5d55a..2d45a9b09ebfdb5928d85d7765e5c01b2144b607 100644 (file)
@@ -10,12 +10,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.3.3
-Release:       2
+Version:       3.3.4.1
+Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://dl.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
-# Source0-md5: e98949facf23299ff791e046929852a7
+# Source0-md5: ca03b0813ce0e8ce48e4a016845ec81a
 Patch0:                %{name}-desktop.patch
 URL:           http://filezilla-project.org/
 BuildRequires: autoconf
@@ -82,12 +82,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.200758 seconds and 4 git commands to generate.