]> git.pld-linux.org Git - packages/FileZilla.git/blame - FileZilla.spec
- fr_CA dir added to glibc
[packages/FileZilla.git] / FileZilla.spec
CommitLineData
8c15d1b4
PG
1Summary: FTP client for X Window
2Summary(es.UTF-8): Cliente FTP para el X Window
3Summary(ja.UTF-8): X Window System 用マルチスレッド FTP クライアント
4Summary(pl.UTF-8): Klient FTP dla X Window
5Summary(pt_BR.UTF-8): Cliente FTP para o X Window
6Summary(ru.UTF-8): FTP клиент для X Window
7Summary(uk.UTF-8): FTP клієнт для X Window
8Name: FileZilla
9Version: 3.0.2.1
73f60021 10Release: 1
8c15d1b4
PG
11License: GPL
12Group: X11/Applications/Networking
13Source0: http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
14# Source0-md5: 0182908d3091d19edc511b3a2a6b3e08
73f60021 15Patch0: %{name}-desktop.patch
fe7d5f4d 16Patch1: %{name}-locales.patch
8c15d1b4 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
1db0bfcf 21Requires: wxWidgets >= 2.8.4
0ae50dd3 22Provides: filezilla
8a2396ba 23Obsoletes: filezilla
8c15d1b4
PG
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
73f60021
PG
27FileZilla is a fast and reliable FTP client with lots of useful
28features and an intuitive interface.
29
30%description -l pl.UTF-8
31FileZilla to szybki i wiarygodny klient FTP z wieloma przydatnymi
32opcjami oraz intuicyjnym interfejsem.
8c15d1b4
PG
33
34%prep
35%setup -q -n filezilla-%{version}
73f60021 36%patch0 -p1
fe7d5f4d
PG
37%patch1 -p1
38
73f60021
PG
39cd locales
40mv ca{_ES,}.po
41mv et{_EE,}.po
42mv da{_DK,}.po
43mv fr{_FR,}.po
508ff704 44mv he{_IL,}.po
73f60021
PG
45mv id{_ID,}.po
46mv it{_IT,}.po
47mv ja{_JP,}.po
48mv ko{_KR,}.po
49mv nb{_NO,}.po
50mv pl{_PL,}.po
51mv pt{_PT,}.po
508ff704 52mv ro{_RO,}.po
73f60021 53mv sv{_SE,}.po
8c15d1b4
PG
54
55%build
7b023f3b
PG
56%configure \
57 --with-wx-config=wx-gtk2-unicode-config
8c15d1b4
PG
58%{__make}
59
60%install
61rm -rf $RPM_BUILD_ROOT
62
63%{__make} install \
64 DESTDIR=$RPM_BUILD_ROOT
65
73f60021 66%find_lang filezilla
8c15d1b4
PG
67
68%clean
69rm -rf $RPM_BUILD_ROOT
70
73f60021 71%files -f filezilla.lang
8c15d1b4 72%defattr(644,root,root,755)
73f60021
PG
73%doc AUTHORS NEWS README
74%attr(755,root,root) %{_bindir}/filezilla
75%attr(755,root,root) %{_bindir}/fzsftp
76%dir %{_datadir}/filezilla
77%dir %{_datadir}/filezilla/docs
78%{_datadir}/filezilla/docs/*
79%dir %{_datadir}/filezilla/resources
80%{_datadir}/filezilla/resources/*.png
81%{_datadir}/filezilla/resources/*.wav
82%{_datadir}/filezilla/resources/*.xml
83%{_datadir}/filezilla/resources/*.xrc
84%dir %{_datadir}/filezilla/resources/16x16
85%{_datadir}/filezilla/resources/16x16/*.png
86%dir %{_datadir}/filezilla/resources/32x32
87%{_datadir}/filezilla/resources/32x32/*.png
88%dir %{_datadir}/filezilla/resources/48x48
89%{_datadir}/filezilla/resources/48x48/*.png
90%dir %{_datadir}/filezilla/resources/blukis
91%dir %{_datadir}/filezilla/resources/blukis/16x16
92%{_datadir}/filezilla/resources/blukis/16x16/*.png
93%dir %{_datadir}/filezilla/resources/blukis/32x32
94%{_datadir}/filezilla/resources/blukis/32x32/*.png
95%dir %{_datadir}/filezilla/resources/blukis/48x48
96%{_datadir}/filezilla/resources/blukis/48x48/*.png
97%dir %{_datadir}/filezilla/resources/cyril
98%dir %{_datadir}/filezilla/resources/cyril/16x16
99%{_datadir}/filezilla/resources/cyril/16x16/*.png
100%{_desktopdir}/*.desktop
101%{_pixmapsdir}/*.png
This page took 0.040987 seconds and 4 git commands to generate.