From 8c15d1b47d28b840ad0c696b6f3b0cdcd4d798eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Sun, 21 Oct 2007 12:08:05 +0000 Subject: [PATCH] - initial, NFY Changed files: FileZilla.spec -> 1.1 --- FileZilla.spec | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 FileZilla.spec diff --git a/FileZilla.spec b/FileZilla.spec new file mode 100644 index 0000000..e55b20e --- /dev/null +++ b/FileZilla.spec @@ -0,0 +1,54 @@ +Summary: FTP client for X Window +Summary(es.UTF-8): Cliente FTP para el X Window +Summary(ja.UTF-8): X Window System 用マルチスレッド FTP クライアント +Summary(pl.UTF-8): Klient FTP dla X Window +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 +Release: 0.1 +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: 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 + +%prep +%setup -q -n filezilla-%{version} + +%build +#rm -f aclocal.m4 acinclude.m4 +#%{__gettextize} +#%{__aclocal} +#%{__autoheader} +#%{__autoconf} +#%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +#%find_lang %{name} --all-name + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +# -f %{name}.lang +%defattr(644,root,root,755) +#%doc -- 2.44.0