]> git.pld-linux.org Git - packages/FileZilla.git/blob - FileZilla.spec
- remove debug
[packages/FileZilla.git] / FileZilla.spec
1 # TODO
2 #       /usr/share/locale/ca_ES@valencia is needed by FileZilla-3.0.5.2-1.i686
3 #       /usr/share/locale/cs_CZ is needed by FileZilla-3.0.5.2-1.i686
4 #       /usr/share/locale/el_GR is needed by FileZilla-3.0.5.2-1.i686
5 #       /usr/share/locale/eu_ES is needed by FileZilla-3.0.5.2-1.i686
6 #       /usr/share/locale/gl_ES is needed by FileZilla-3.0.5.2-1.i686
7 #       /usr/share/locale/km_KH is needed by FileZilla-3.0.5.2-1.i686
8 Summary:        FTP client for X Window
9 Summary(es.UTF-8):      Cliente FTP para el X Window
10 Summary(ja.UTF-8):      X Window System 用マルチスレッド FTP クライアント
11 Summary(pl.UTF-8):      Klient FTP dla X Window
12 Summary(pt_BR.UTF-8):   Cliente FTP para o X Window
13 Summary(ru.UTF-8):      FTP клиент для X Window
14 Summary(uk.UTF-8):      FTP клієнт для X Window
15 Name:           FileZilla
16 Version:        3.0.5.2
17 Release:        1
18 License:        GPL
19 Group:          X11/Applications/Networking
20 Source0:        http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
21 # Source0-md5:  9178cfdb2421f27e46be57eeff7b0f7c
22 Patch0:         %{name}-desktop.patch
23 Patch1:         %{name}-locales.patch
24 URL:            http://filezilla-project.org/
25 BuildRequires:  wxGTK2-unicode-devel >= 2.8.4
26 BuildRequires:  wxWidgets-devel >= 2.8.4
27 BuildRequires:  wxWidgets-utils >= 2.8.4
28 Requires:       wxWidgets >= 2.8.4
29 Provides:       filezilla
30 Obsoletes:      filezilla
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 FileZilla is a fast and reliable FTP client with lots of useful
35 features and an intuitive interface.
36
37 %description -l pl.UTF-8
38 FileZilla to szybki i wiarygodny klient FTP z wieloma przydatnymi
39 opcjami oraz intuicyjnym interfejsem.
40
41 %prep
42 %setup -q -n filezilla-%{version}
43 %patch0 -p1
44 %patch1 -p1
45
46 cd locales
47 mv bg{_BG,}.po
48 mv ca{_ES,}.po
49 mv da{_DK,}.po
50 mv de{_DE,}.po
51 mv es{_ES,}.po
52 mv et{_EE,}.po
53 mv fi{_FI,}.po
54 mv fr{_FR,}.po
55 mv he{_IL,}.po
56 mv hu{_HU,}.po
57 mv id{_ID,}.po
58 mv it{_IT,}.po
59 mv ja{_JP,}.po
60 mv ko{_KR,}.po
61 mv lt{_LT,}.po
62 mv lv{_LV,}.po
63 mv mk{_MK,}.po
64 mv nb{_NO,}.po
65 mv nl{_NL,}.po
66 mv pl{_PL,}.po
67 mv pt{_PT,}.po
68 mv ro{_RO,}.po
69 mv ru{_RU,}.po
70 mv sk{_SK,}.po
71 mv sl{_SI,}.po
72 mv sv{_SE,}.po
73 mv tr{_TR,}.po
74
75 # more suspicious
76 # ca_ES@valencia cs_CZ el_GR eu_ES gl_ES km_KH pt_BR zh_CN zh_TW
77
78 %build
79 %configure \
80         --with-wx-config=wx-gtk2-unicode-config
81 %{__make}
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85
86 %{__make} install \
87         DESTDIR=$RPM_BUILD_ROOT
88
89 %find_lang filezilla
90
91 %clean
92 rm -rf $RPM_BUILD_ROOT
93
94 %files -f filezilla.lang
95 %defattr(644,root,root,755)
96 %doc AUTHORS NEWS README
97 %attr(755,root,root) %{_bindir}/filezilla
98 %attr(755,root,root) %{_bindir}/fzsftp
99 %dir %{_datadir}/filezilla
100 %dir %{_datadir}/filezilla/docs
101 %{_datadir}/filezilla/docs/*
102 %dir %{_datadir}/filezilla/resources
103 %{_datadir}/filezilla/resources/*.png
104 %{_datadir}/filezilla/resources/*.wav
105 %{_datadir}/filezilla/resources/*.xml
106 %{_datadir}/filezilla/resources/*.xrc
107 %dir %{_datadir}/filezilla/resources/16x16
108 %{_datadir}/filezilla/resources/16x16/*.png
109 %dir %{_datadir}/filezilla/resources/32x32
110 %{_datadir}/filezilla/resources/32x32/*.png
111 %dir %{_datadir}/filezilla/resources/48x48
112 %{_datadir}/filezilla/resources/48x48/*.png
113 %dir %{_datadir}/filezilla/resources/blukis
114 %dir %{_datadir}/filezilla/resources/blukis/16x16
115 %{_datadir}/filezilla/resources/blukis/16x16/*.png
116 %dir %{_datadir}/filezilla/resources/blukis/32x32
117 %{_datadir}/filezilla/resources/blukis/32x32/*.png
118 %dir %{_datadir}/filezilla/resources/blukis/48x48
119 %{_datadir}/filezilla/resources/blukis/48x48/*.png
120 %dir %{_datadir}/filezilla/resources/cyril
121 %dir %{_datadir}/filezilla/resources/cyril/16x16
122 %{_datadir}/filezilla/resources/cyril/16x16/*.png
123 %{_desktopdir}/*.desktop
124 %{_pixmapsdir}/*.png
This page took 0.043353 seconds and 4 git commands to generate.