]> git.pld-linux.org Git - packages/FileZilla.git/blame - FileZilla.spec
- rel.1 - files fixed, merged parts from filezilla.spec
[packages/FileZilla.git] / FileZilla.spec
CommitLineData
8c15d1b4
PG
1Summary: FTP client for X Window
2Summary(es.UTF-8): Cliente FTP para el X Window
3Summary(ja.UTF-8): X Window System 用マルチスレッド FTP クライアント
4Summary(pl.UTF-8): Klient FTP dla X Window
5Summary(pt_BR.UTF-8): Cliente FTP para o X Window
6Summary(ru.UTF-8): FTP клиент для X Window
7Summary(uk.UTF-8): FTP клієнт для X Window
8Name: FileZilla
9Version: 3.0.2.1
73f60021 10Release: 1
8c15d1b4
PG
11License: GPL
12Group: X11/Applications/Networking
13Source0: http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
14# Source0-md5: 0182908d3091d19edc511b3a2a6b3e08
73f60021 15Patch0: %{name}-desktop.patch
8c15d1b4 16URL: http://filezilla-project.org/
7b023f3b 17BuildRequires: wxGTK2-unicode-devel >= 2.8.4
8c15d1b4 18BuildRequires: wxWidgets-devel >= 2.8.4
703b778c 19BuildRequires: wxWidgets-utils >= 2.8.4
8c15d1b4
PG
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
73f60021
PG
23FileZilla is a fast and reliable FTP client with lots of useful
24features and an intuitive interface.
25
26%description -l pl.UTF-8
27FileZilla to szybki i wiarygodny klient FTP z wieloma przydatnymi
28opcjami oraz intuicyjnym interfejsem.
8c15d1b4
PG
29
30%prep
31%setup -q -n filezilla-%{version}
73f60021
PG
32%patch0 -p1
33cd locales
34mv ca{_ES,}.po
35mv et{_EE,}.po
36mv da{_DK,}.po
37mv fr{_FR,}.po
38mv id{_ID,}.po
39mv it{_IT,}.po
40mv ja{_JP,}.po
41mv ko{_KR,}.po
42mv nb{_NO,}.po
43mv pl{_PL,}.po
44mv pt{_PT,}.po
45mv sv{_SE,}.po
8c15d1b4
PG
46
47%build
7b023f3b
PG
48%configure \
49 --with-wx-config=wx-gtk2-unicode-config
8c15d1b4
PG
50%{__make}
51
52%install
53rm -rf $RPM_BUILD_ROOT
54
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
57
73f60021 58%find_lang filezilla
8c15d1b4
PG
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
73f60021 63%files -f filezilla.lang
8c15d1b4 64%defattr(644,root,root,755)
73f60021
PG
65%doc AUTHORS NEWS README
66%attr(755,root,root) %{_bindir}/filezilla
67%attr(755,root,root) %{_bindir}/fzsftp
68%dir %{_datadir}/filezilla
69%dir %{_datadir}/filezilla/docs
70%{_datadir}/filezilla/docs/*
71%dir %{_datadir}/filezilla/resources
72%{_datadir}/filezilla/resources/*.png
73%{_datadir}/filezilla/resources/*.wav
74%{_datadir}/filezilla/resources/*.xml
75%{_datadir}/filezilla/resources/*.xrc
76%dir %{_datadir}/filezilla/resources/16x16
77%{_datadir}/filezilla/resources/16x16/*.png
78%dir %{_datadir}/filezilla/resources/32x32
79%{_datadir}/filezilla/resources/32x32/*.png
80%dir %{_datadir}/filezilla/resources/48x48
81%{_datadir}/filezilla/resources/48x48/*.png
82%dir %{_datadir}/filezilla/resources/blukis
83%dir %{_datadir}/filezilla/resources/blukis/16x16
84%{_datadir}/filezilla/resources/blukis/16x16/*.png
85%dir %{_datadir}/filezilla/resources/blukis/32x32
86%{_datadir}/filezilla/resources/blukis/32x32/*.png
87%dir %{_datadir}/filezilla/resources/blukis/48x48
88%{_datadir}/filezilla/resources/blukis/48x48/*.png
89%dir %{_datadir}/filezilla/resources/cyril
90%dir %{_datadir}/filezilla/resources/cyril/16x16
91%{_datadir}/filezilla/resources/cyril/16x16/*.png
92%{_desktopdir}/*.desktop
93%{_pixmapsdir}/*.png
This page took 0.048264 seconds and 4 git commands to generate.