]> git.pld-linux.org Git - packages/FileZilla.git/commitdiff
- guessing now
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 21 Oct 2007 12:58:26 +0000 (12:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FileZilla.spec -> 1.2

FileZilla.spec

index e55b20e7499fb9ff5c442669b45f38a40bf716fc..f666585456f17b304750246357bc12b26a8395d2 100644 (file)
@@ -7,19 +7,14 @@ Summary(ru.UTF-8):    FTP клиент для X Window
 Summary(uk.UTF-8):     FTP клієнт для X Window
 Name:          FileZilla
 Version:       3.0.2.1
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
 # Source0-md5: 0182908d3091d19edc511b3a2a6b3e08
 URL:           http://filezilla-project.org/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
+BuildRequires: wxGTK2-unicode-devel >= 2.8.4
 BuildRequires: wxWidgets-devel >= 2.8.4
-#BuildRequires:        gtk+2-devel >= 1:2.0.0
-#BuildRequires:        openssl-devel >= 0.9.7d
-#BuildRequires:        pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,13 +23,8 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %setup -q -n filezilla-%{version}
 
 %build
-#rm -f aclocal.m4 acinclude.m4
-#%{__gettextize}
-#%{__aclocal}
-#%{__autoheader}
-#%{__autoconf}
-#%{__automake}
-%configure
+%configure \
+       --with-wx-config=wx-gtk2-unicode-config
 %{__make}
 
 %install
This page took 0.057349 seconds and 4 git commands to generate.