]> git.pld-linux.org Git - packages/FileZilla.git/blob - FileZilla.spec
- up to 3.0.10
[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 Summary:        FTP client for X Window
6 Summary(es.UTF-8):      Cliente FTP para el X Window
7 Summary(ja.UTF-8):      X Window System 用マルチスレッド FTP クライアント
8 Summary(pl.UTF-8):      Klient FTP dla X Window
9 Summary(pt_BR.UTF-8):   Cliente FTP para o X Window
10 Summary(ru.UTF-8):      FTP клиент для X Window
11 Summary(uk.UTF-8):      FTP клієнт для X Window
12 Name:           FileZilla
13 Version:        3.0.10
14 Release:        1
15 License:        GPL
16 Group:          X11/Applications/Networking
17 Source0:        http://dl.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
18 # Source0-md5:  d453cef44a89e3448fc6790669a811f6
19 Patch0:         %{name}-desktop.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
44 cd locales
45 mv bg{_BG,}.po
46 mv cs{_CZ,}.po
47 mv da{_DK,}.po
48 mv et{_EE,}.po
49 mv eu{_ES,}.po
50 mv fi{_FI,}.po
51 mv gl{_ES,}.po
52 mv he{_IL,}.po
53 mv hu{_HU,}.po
54 mv id{_ID,}.po
55 mv ja{_JP,}.po
56 mv km{_KH,}.po
57 mv ko{_KR,}.po
58 mv lt{_LT,}.po
59 mv lv{_LV,}.po
60 mv mk{_MK,}.po
61 mv nb{_NO,}.po
62 mv pl{_PL,}.po
63 mv pt{_PT,}.po
64 mv ro{_RO,}.po
65 mv sk{_SK,}.po
66 mv sl{_SI,}.po
67 mv th{_TH,}.po
68 mv vi{_VN,}.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
92 %find_lang filezilla
93
94 %clean
95 rm -rf $RPM_BUILD_ROOT
96
97 %files -f filezilla.lang
98 %defattr(644,root,root,755)
99 %doc AUTHORS NEWS README
100 %attr(755,root,root) %{_bindir}/filezilla
101 %attr(755,root,root) %{_bindir}/fzsftp
102 %attr(755,root,root) %{_bindir}/fzputtygen
103 %dir %{_datadir}/filezilla
104 %dir %{_datadir}/filezilla/docs
105 %{_datadir}/filezilla/docs/*
106 %dir %{_datadir}/filezilla/resources
107 %{_datadir}/filezilla/resources/*.png
108 %{_datadir}/filezilla/resources/*.wav
109 %{_datadir}/filezilla/resources/*.xml
110 %{_datadir}/filezilla/resources/*.xrc
111 %dir %{_datadir}/filezilla/resources/16x16
112 %{_datadir}/filezilla/resources/16x16/*.png
113 %dir %{_datadir}/filezilla/resources/32x32
114 %{_datadir}/filezilla/resources/32x32/*.png
115 %dir %{_datadir}/filezilla/resources/48x48
116 %{_datadir}/filezilla/resources/48x48/*.png
117 %dir %{_datadir}/filezilla/resources/blukis
118 %{_datadir}/filezilla/resources/blukis/theme.xml
119 %dir %{_datadir}/filezilla/resources/blukis/16x16
120 %{_datadir}/filezilla/resources/blukis/16x16/*.png
121 %dir %{_datadir}/filezilla/resources/blukis/32x32
122 %{_datadir}/filezilla/resources/blukis/32x32/*.png
123 %dir %{_datadir}/filezilla/resources/blukis/48x48
124 %{_datadir}/filezilla/resources/blukis/48x48/*.png
125 %dir %{_datadir}/filezilla/resources/cyril
126 %{_datadir}/filezilla/resources/cyril/theme.xml
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.032568 seconds and 4 git commands to generate.