]> git.pld-linux.org Git - packages/FileZilla.git/blob - FileZilla.spec
- 3.0.9.2
[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 #   Temporary removed locale...
5 # - removed directory for vi_VN locale.
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.9.2
15 Release:        1
16 License:        GPL
17 Group:          X11/Applications/Networking
18 Source0:        http://dl.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
19 # Source0-md5:  4f8b3d84a6f09c012c3693fa7eba52b5
20 Patch0:         %{name}-desktop.patch
21 URL:            http://filezilla-project.org/
22 BuildRequires:  autoconf
23 BuildRequires:  automake
24 BuildRequires:  libtool >= 2:1.5
25 BuildRequires:  wxGTK2-unicode-devel >= 2.8.6
26 BuildRequires:  wxWidgets-devel >= 2.8.6
27 BuildRequires:  wxWidgets-utils >= 2.8.6
28 Requires:       wxWidgets >= 2.8.6
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
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 # Temporary - FIXME:
70 rm -f   ca@valencia.po
71
72 %build
73 %{__libtoolize}
74 %{__aclocal} -I .
75 %{__autoconf}
76 %{__autoheader}
77 %{__automake}
78 %configure \
79         --with-wx-config=wx-gtk2-unicode-config
80 %{__make}
81
82 %install
83 rm -rf $RPM_BUILD_ROOT
84
85 %{__make} install \
86         DESTDIR=$RPM_BUILD_ROOT
87
88 # Temporary - FIXME:
89 rm -rf \
90         $RPM_BUILD_ROOT%{_datadir}/locale/ca_ES@valencia/ \
91         $RPM_BUILD_ROOT%{_datadir}/locale/vi_VN/
92
93 %find_lang filezilla
94
95 %clean
96 rm -rf $RPM_BUILD_ROOT
97
98 %files -f filezilla.lang
99 %defattr(644,root,root,755)
100 %doc AUTHORS NEWS README
101 %attr(755,root,root) %{_bindir}/filezilla
102 %attr(755,root,root) %{_bindir}/fzsftp
103 %attr(755,root,root) %{_bindir}/fzputtygen
104 %dir %{_datadir}/filezilla
105 %dir %{_datadir}/filezilla/docs
106 %{_datadir}/filezilla/docs/*
107 %dir %{_datadir}/filezilla/resources
108 %{_datadir}/filezilla/resources/*.png
109 %{_datadir}/filezilla/resources/*.wav
110 %{_datadir}/filezilla/resources/*.xml
111 %{_datadir}/filezilla/resources/*.xrc
112 %dir %{_datadir}/filezilla/resources/16x16
113 %{_datadir}/filezilla/resources/16x16/*.png
114 %dir %{_datadir}/filezilla/resources/32x32
115 %{_datadir}/filezilla/resources/32x32/*.png
116 %dir %{_datadir}/filezilla/resources/48x48
117 %{_datadir}/filezilla/resources/48x48/*.png
118 %dir %{_datadir}/filezilla/resources/blukis
119 %{_datadir}/filezilla/resources/blukis/theme.xml
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 %{_datadir}/filezilla/resources/cyril/theme.xml
128 %dir %{_datadir}/filezilla/resources/cyril/16x16
129 %{_datadir}/filezilla/resources/cyril/16x16/*.png
130 %{_desktopdir}/*.desktop
131 %{_pixmapsdir}/*.png
132 %{_mandir}/man1/*.1*
133 %{_mandir}/man5/*.5*
This page took 0.069666 seconds and 4 git commands to generate.