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