]> git.pld-linux.org Git - packages/FileZilla.git/blob - FileZilla.spec
- locale todo
[packages/FileZilla.git] / FileZilla.spec
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
6 Summary:        FTP client for X Window
7 Summary(es.UTF-8):      Cliente FTP para el X Window
8 Summary(ja.UTF-8):      X Window System 用マルチスレッド FTP クライアント
9 Summary(pl.UTF-8):      Klient FTP dla X Window
10 Summary(pt_BR.UTF-8):   Cliente FTP para o X Window
11 Summary(ru.UTF-8):      FTP клиент для X Window
12 Summary(uk.UTF-8):      FTP клієнт для X Window
13 Name:           FileZilla
14 Version:        3.0.2.1
15 Release:        1
16 License:        GPL
17 Group:          X11/Applications/Networking
18 Source0:        http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
19 # Source0-md5:  0182908d3091d19edc511b3a2a6b3e08
20 Patch0:         %{name}-desktop.patch
21 Patch1:         %{name}-locales.patch
22 URL:            http://filezilla-project.org/
23 BuildRequires:  wxGTK2-unicode-devel >= 2.8.4
24 BuildRequires:  wxWidgets-devel >= 2.8.4
25 BuildRequires:  wxWidgets-utils >= 2.8.4
26 Requires:       wxWidgets >= 2.8.4
27 Provides:       filezilla
28 Obsoletes:      filezilla
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 FileZilla is a fast and reliable FTP client with lots of useful
33 features and an intuitive interface.
34
35 %description -l pl.UTF-8
36 FileZilla to szybki i wiarygodny klient FTP z wieloma przydatnymi
37 opcjami oraz intuicyjnym interfejsem.
38
39 %prep
40 %setup -q -n filezilla-%{version}
41 %patch0 -p1
42 %patch1 -p1
43
44 cd locales
45 mv ca{_ES,}.po
46 mv et{_EE,}.po
47 mv da{_DK,}.po
48 mv fr{_FR,}.po
49 mv id{_ID,}.po
50 mv it{_IT,}.po
51 mv ja{_JP,}.po
52 mv ko{_KR,}.po
53 mv nb{_NO,}.po
54 mv pl{_PL,}.po
55 mv pt{_PT,}.po
56 mv sv{_SE,}.po
57
58 %build
59 %configure \
60         --with-wx-config=wx-gtk2-unicode-config
61 %{__make}
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65
66 %{__make} install \
67         DESTDIR=$RPM_BUILD_ROOT
68
69 %find_lang filezilla
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %files -f filezilla.lang
75 %defattr(644,root,root,755)
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.057101 seconds and 4 git commands to generate.