]> git.pld-linux.org Git - packages/FileZilla.git/blobdiff - FileZilla.spec
- Requires with version
[packages/FileZilla.git] / FileZilla.spec
index e55b20e7499fb9ff5c442669b45f38a40bf716fc..6904cb7f04500b417e28aa91a9feb3a35f718d64 100644 (file)
@@ -7,34 +7,50 @@ Summary(ru.UTF-8):    FTP клиент для X Window
 Summary(uk.UTF-8):     FTP клієнт для X Window
 Name:          FileZilla
 Version:       3.0.2.1
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
 # Source0-md5: 0182908d3091d19edc511b3a2a6b3e08
+Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-locales.patch
 URL:           http://filezilla-project.org/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
+BuildRequires: wxGTK2-unicode-devel >= 2.8.4
 BuildRequires: wxWidgets-devel >= 2.8.4
-#BuildRequires:        gtk+2-devel >= 1:2.0.0
-#BuildRequires:        openssl-devel >= 0.9.7d
-#BuildRequires:        pkgconfig
+BuildRequires: wxWidgets-utils >= 2.8.4
+Requires:      wxWidgets >= 2.8.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+FileZilla is a fast and reliable FTP client with lots of useful
+features and an intuitive interface.
+
+%description -l pl.UTF-8
+FileZilla to szybki i wiarygodny klient FTP z wieloma przydatnymi
+opcjami oraz intuicyjnym interfejsem.
 
 %prep
 %setup -q -n filezilla-%{version}
+%patch0 -p1
+%patch1 -p1
+
+cd locales
+mv ca{_ES,}.po
+mv et{_EE,}.po
+mv da{_DK,}.po
+mv fr{_FR,}.po
+mv id{_ID,}.po
+mv it{_IT,}.po
+mv ja{_JP,}.po
+mv ko{_KR,}.po
+mv nb{_NO,}.po
+mv pl{_PL,}.po
+mv pt{_PT,}.po
+mv sv{_SE,}.po
 
 %build
-#rm -f aclocal.m4 acinclude.m4
-#%{__gettextize}
-#%{__aclocal}
-#%{__autoheader}
-#%{__autoconf}
-#%{__automake}
-%configure
+%configure \
+       --with-wx-config=wx-gtk2-unicode-config
 %{__make}
 
 %install
@@ -43,12 +59,39 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-#%find_lang %{name} --all-name
+%find_lang filezilla
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
-# -f %{name}.lang
+%files -f filezilla.lang
 %defattr(644,root,root,755)
-#%doc
+%doc AUTHORS NEWS README
+%attr(755,root,root) %{_bindir}/filezilla
+%attr(755,root,root) %{_bindir}/fzsftp
+%dir %{_datadir}/filezilla
+%dir %{_datadir}/filezilla/docs
+%{_datadir}/filezilla/docs/*
+%dir %{_datadir}/filezilla/resources
+%{_datadir}/filezilla/resources/*.png
+%{_datadir}/filezilla/resources/*.wav
+%{_datadir}/filezilla/resources/*.xml
+%{_datadir}/filezilla/resources/*.xrc
+%dir %{_datadir}/filezilla/resources/16x16
+%{_datadir}/filezilla/resources/16x16/*.png
+%dir %{_datadir}/filezilla/resources/32x32
+%{_datadir}/filezilla/resources/32x32/*.png
+%dir %{_datadir}/filezilla/resources/48x48
+%{_datadir}/filezilla/resources/48x48/*.png
+%dir %{_datadir}/filezilla/resources/blukis
+%dir %{_datadir}/filezilla/resources/blukis/16x16
+%{_datadir}/filezilla/resources/blukis/16x16/*.png
+%dir %{_datadir}/filezilla/resources/blukis/32x32
+%{_datadir}/filezilla/resources/blukis/32x32/*.png
+%dir %{_datadir}/filezilla/resources/blukis/48x48
+%{_datadir}/filezilla/resources/blukis/48x48/*.png
+%dir %{_datadir}/filezilla/resources/cyril
+%dir %{_datadir}/filezilla/resources/cyril/16x16
+%{_datadir}/filezilla/resources/cyril/16x16/*.png
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*.png
This page took 0.035022 seconds and 4 git commands to generate.