]> git.pld-linux.org Git - packages/FileZilla.git/blame - FileZilla.spec
- merge part from filezilla.spec
[packages/FileZilla.git] / FileZilla.spec
CommitLineData
703b778c
PG
1# TODO:
2# - merge with old filezilla.spec
8c15d1b4
PG
3Summary: FTP client for X Window
4Summary(es.UTF-8): Cliente FTP para el X Window
5Summary(ja.UTF-8): X Window System 用マルチスレッド FTP クライアント
6Summary(pl.UTF-8): Klient FTP dla X Window
7Summary(pt_BR.UTF-8): Cliente FTP para o X Window
8Summary(ru.UTF-8): FTP клиент для X Window
9Summary(uk.UTF-8): FTP клієнт для X Window
10Name: FileZilla
11Version: 3.0.2.1
703b778c 12Release: 0.3
8c15d1b4
PG
13License: GPL
14Group: X11/Applications/Networking
15Source0: http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
16# Source0-md5: 0182908d3091d19edc511b3a2a6b3e08
17URL: http://filezilla-project.org/
7b023f3b 18BuildRequires: wxGTK2-unicode-devel >= 2.8.4
8c15d1b4 19BuildRequires: wxWidgets-devel >= 2.8.4
703b778c 20BuildRequires: wxWidgets-utils >= 2.8.4
8c15d1b4
PG
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24
25%prep
26%setup -q -n filezilla-%{version}
27
28%build
7b023f3b
PG
29%configure \
30 --with-wx-config=wx-gtk2-unicode-config
8c15d1b4
PG
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39#%find_lang %{name} --all-name
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45# -f %{name}.lang
46%defattr(644,root,root,755)
47#%doc
This page took 0.069377 seconds and 4 git commands to generate.