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