]> git.pld-linux.org Git - packages/FileZilla.git/blame - FileZilla.spec
- drop ca@valencia
[packages/FileZilla.git] / FileZilla.spec
CommitLineData
5b27871b
ER
1# TODO
2# /usr/share/locale/ca_ES@valencia is needed by FileZilla-3.0.5.2-1.i686
d2e4d3bc 3# (there is probably ca_ES@valencia locale in Debian glibc - merge it)
8c15d1b4
PG
4Summary: FTP client for X Window
5Summary(es.UTF-8): Cliente FTP para el X Window
6Summary(ja.UTF-8): X Window System 用マルチスレッド FTP クライアント
7Summary(pl.UTF-8): Klient FTP dla X Window
8Summary(pt_BR.UTF-8): Cliente FTP para o X Window
9Summary(ru.UTF-8): FTP клиент для X Window
10Summary(uk.UTF-8): FTP клієнт для X Window
11Name: FileZilla
0e81f015 12Version: 3.0.8.1
5c22543d 13Release: 1
8c15d1b4
PG
14License: GPL
15Group: X11/Applications/Networking
390ebd47 16Source0: http://dl.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
0e81f015 17# Source0-md5: 465de8637065886ad07048c97385a387
73f60021 18Patch0: %{name}-desktop.patch
fe7d5f4d 19Patch1: %{name}-locales.patch
8c15d1b4 20URL: http://filezilla-project.org/
d2e4d3bc
JB
21BuildRequires: autoconf
22BuildRequires: automake
23BuildRequires: libtool >= 2:1.5
24BuildRequires: wxGTK2-unicode-devel >= 2.8.6
25BuildRequires: wxWidgets-devel >= 2.8.6
26BuildRequires: wxWidgets-utils >= 2.8.6
27Requires: wxWidgets >= 2.8.6
0ae50dd3 28Provides: filezilla
8a2396ba 29Obsoletes: filezilla
8c15d1b4
PG
30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32%description
73f60021
PG
33FileZilla is a fast and reliable FTP client with lots of useful
34features and an intuitive interface.
35
36%description -l pl.UTF-8
37FileZilla to szybki i wiarygodny klient FTP z wieloma przydatnymi
38opcjami oraz intuicyjnym interfejsem.
8c15d1b4
PG
39
40%prep
41%setup -q -n filezilla-%{version}
73f60021 42%patch0 -p1
fe7d5f4d
PG
43%patch1 -p1
44
73f60021 45cd locales
20ec42bb 46rm -f ca@valencia.po
5b27871b 47mv bg{_BG,}.po
d2e4d3bc 48mv cs{_CZ,}.po
73f60021 49mv da{_DK,}.po
5b27871b 50mv et{_EE,}.po
d2e4d3bc 51mv eu{_ES,}.po
5b27871b 52mv fi{_FI,}.po
d2e4d3bc 53mv gl{_ES,}.po
508ff704 54mv he{_IL,}.po
5b27871b 55mv hu{_HU,}.po
73f60021 56mv id{_ID,}.po
73f60021 57mv ja{_JP,}.po
d2e4d3bc 58mv km{_KH,}.po
73f60021 59mv ko{_KR,}.po
5b27871b
ER
60mv lt{_LT,}.po
61mv lv{_LV,}.po
62mv mk{_MK,}.po
73f60021
PG
63mv nb{_NO,}.po
64mv pl{_PL,}.po
65mv pt{_PT,}.po
508ff704 66mv ro{_RO,}.po
5b27871b
ER
67mv sk{_SK,}.po
68mv sl{_SI,}.po
cdcabd0d 69mv th{_TH,}.po
5b27871b 70
8c15d1b4 71%build
d2e4d3bc
JB
72%{__libtoolize}
73%{__aclocal} -I .
74%{__autoconf}
75%{__autoheader}
76%{__automake}
7b023f3b
PG
77%configure \
78 --with-wx-config=wx-gtk2-unicode-config
8c15d1b4
PG
79%{__make}
80
81%install
82rm -rf $RPM_BUILD_ROOT
83
84%{__make} install \
85 DESTDIR=$RPM_BUILD_ROOT
86
73f60021 87%find_lang filezilla
8c15d1b4
PG
88
89%clean
90rm -rf $RPM_BUILD_ROOT
91
73f60021 92%files -f filezilla.lang
8c15d1b4 93%defattr(644,root,root,755)
73f60021
PG
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
5c22543d
PG
123%{_mandir}/man1/*.1*
124%{_mandir}/man5/*.5*
This page took 0.354251 seconds and 4 git commands to generate.