]> git.pld-linux.org Git - packages/FileZilla.git/blame - FileZilla.spec
- locale todo
[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
4#error: FileZilla-3.0.2.1-1: req /usr/share/locale/he_IL not found
5#error: FileZilla-3.0.2.1-1: req /usr/share/locale/ro_RO not found
8c15d1b4
PG
6Summary: FTP client for X Window
7Summary(es.UTF-8): Cliente FTP para el X Window
8Summary(ja.UTF-8): X Window System 用マルチスレッド FTP クライアント
9Summary(pl.UTF-8): Klient FTP dla X Window
10Summary(pt_BR.UTF-8): Cliente FTP para o X Window
11Summary(ru.UTF-8): FTP клиент для X Window
12Summary(uk.UTF-8): FTP клієнт для X Window
13Name: FileZilla
14Version: 3.0.2.1
73f60021 15Release: 1
8c15d1b4
PG
16License: GPL
17Group: X11/Applications/Networking
18Source0: http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
19# Source0-md5: 0182908d3091d19edc511b3a2a6b3e08
73f60021 20Patch0: %{name}-desktop.patch
fe7d5f4d 21Patch1: %{name}-locales.patch
8c15d1b4 22URL: http://filezilla-project.org/
7b023f3b 23BuildRequires: wxGTK2-unicode-devel >= 2.8.4
8c15d1b4 24BuildRequires: wxWidgets-devel >= 2.8.4
703b778c 25BuildRequires: wxWidgets-utils >= 2.8.4
1db0bfcf 26Requires: wxWidgets >= 2.8.4
0ae50dd3 27Provides: filezilla
8a2396ba 28Obsoletes: filezilla
8c15d1b4
PG
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
73f60021
PG
32FileZilla is a fast and reliable FTP client with lots of useful
33features and an intuitive interface.
34
35%description -l pl.UTF-8
36FileZilla to szybki i wiarygodny klient FTP z wieloma przydatnymi
37opcjami oraz intuicyjnym interfejsem.
8c15d1b4
PG
38
39%prep
40%setup -q -n filezilla-%{version}
73f60021 41%patch0 -p1
fe7d5f4d
PG
42%patch1 -p1
43
73f60021
PG
44cd locales
45mv ca{_ES,}.po
46mv et{_EE,}.po
47mv da{_DK,}.po
48mv fr{_FR,}.po
49mv id{_ID,}.po
50mv it{_IT,}.po
51mv ja{_JP,}.po
52mv ko{_KR,}.po
53mv nb{_NO,}.po
54mv pl{_PL,}.po
55mv pt{_PT,}.po
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.073923 seconds and 4 git commands to generate.