SPECS: FileZilla.spec - rel.1 - files fixed, merged parts from fil...

blues blues at pld-linux.org
Sun Oct 21 21:02:49 CEST 2007


Author: blues                        Date: Sun Oct 21 19:02:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel.1 - files fixed, merged parts from filezilla.spec

---- Files affected:
SPECS:
   FileZilla.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/FileZilla.spec
diff -u SPECS/FileZilla.spec:1.3 SPECS/FileZilla.spec:1.4
--- SPECS/FileZilla.spec:1.3	Sun Oct 21 16:59:00 2007
+++ SPECS/FileZilla.spec	Sun Oct 21 21:02:44 2007
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - merge with old filezilla.spec
 Summary:	FTP client for X Window
 Summary(es.UTF-8):	Cliente FTP para el X Window
 Summary(ja.UTF-8):	X Window System 用マルチスレッド FTP クライアント
@@ -10,11 +8,12 @@
 Summary(uk.UTF-8):	FTP клієнт для X Window
 Name:		FileZilla
 Version:	3.0.2.1
-Release:	0.3
+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
 URL:		http://filezilla-project.org/
 BuildRequires:	wxGTK2-unicode-devel >= 2.8.4
 BuildRequires:	wxWidgets-devel >= 2.8.4
@@ -22,9 +21,29 @@
 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
+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
 %configure \
@@ -37,15 +56,42 @@
 %{__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
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -53,6 +99,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/10/21 19:02:44  blues
+- rel.1 - files fixed, merged parts from filezilla.spec
+
 Revision 1.3  2007/10/21 14:59:00  blues
 - builds, needs packaging and merge with filezilla.spec
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/FileZilla.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list