]> git.pld-linux.org Git - packages/FileZilla.git/blob - FileZilla.spec
- up to 3.0.8.1
[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.8.1
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:  465de8637065886ad07048c97385a387
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 cs{_CZ,}.po
48 mv da{_DK,}.po
49 mv et{_EE,}.po
50 mv eu{_ES,}.po
51 mv fi{_FI,}.po
52 mv gl{_ES,}.po
53 mv he{_IL,}.po
54 mv hu{_HU,}.po
55 mv id{_ID,}.po
56 mv ja{_JP,}.po
57 mv km{_KH,}.po
58 mv ko{_KR,}.po
59 mv lt{_LT,}.po
60 mv lv{_LV,}.po
61 mv mk{_MK,}.po
62 mv nb{_NO,}.po
63 mv pl{_PL,}.po
64 mv pt{_PT,}.po
65 mv ro{_RO,}.po
66 mv sk{_SK,}.po
67 mv sl{_SI,}.po
68 mv th{_TH,}.po
69
70 %build
71 %{__libtoolize}
72 %{__aclocal} -I .
73 %{__autoconf}
74 %{__autoheader}
75 %{__automake}
76 %configure \
77         --with-wx-config=wx-gtk2-unicode-config
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
85
86 %find_lang filezilla
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %files -f filezilla.lang
92 %defattr(644,root,root,755)
93 %doc AUTHORS NEWS README
94 %attr(755,root,root) %{_bindir}/filezilla
95 %attr(755,root,root) %{_bindir}/fzsftp
96 %dir %{_datadir}/filezilla
97 %dir %{_datadir}/filezilla/docs
98 %{_datadir}/filezilla/docs/*
99 %dir %{_datadir}/filezilla/resources
100 %{_datadir}/filezilla/resources/*.png
101 %{_datadir}/filezilla/resources/*.wav
102 %{_datadir}/filezilla/resources/*.xml
103 %{_datadir}/filezilla/resources/*.xrc
104 %dir %{_datadir}/filezilla/resources/16x16
105 %{_datadir}/filezilla/resources/16x16/*.png
106 %dir %{_datadir}/filezilla/resources/32x32
107 %{_datadir}/filezilla/resources/32x32/*.png
108 %dir %{_datadir}/filezilla/resources/48x48
109 %{_datadir}/filezilla/resources/48x48/*.png
110 %dir %{_datadir}/filezilla/resources/blukis
111 %dir %{_datadir}/filezilla/resources/blukis/16x16
112 %{_datadir}/filezilla/resources/blukis/16x16/*.png
113 %dir %{_datadir}/filezilla/resources/blukis/32x32
114 %{_datadir}/filezilla/resources/blukis/32x32/*.png
115 %dir %{_datadir}/filezilla/resources/blukis/48x48
116 %{_datadir}/filezilla/resources/blukis/48x48/*.png
117 %dir %{_datadir}/filezilla/resources/cyril
118 %dir %{_datadir}/filezilla/resources/cyril/16x16
119 %{_datadir}/filezilla/resources/cyril/16x16/*.png
120 %{_desktopdir}/*.desktop
121 %{_pixmapsdir}/*.png
122 %{_mandir}/man1/*.1*
123 %{_mandir}/man5/*.5*
This page took 0.04437 seconds and 4 git commands to generate.