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