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