SPECS: filezilla.spec (NEW) - new, builds

glen glen at pld-linux.org
Thu Feb 23 11:51:23 CET 2006


Author: glen                         Date: Thu Feb 23 10:51:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, builds

---- Files affected:
SPECS:
   filezilla.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/filezilla.spec
diff -u /dev/null SPECS/filezilla.spec:1.1
--- /dev/null	Thu Feb 23 11:51:23 2006
+++ SPECS/filezilla.spec	Thu Feb 23 11:51:17 2006
@@ -0,0 +1,94 @@
+# $Revision$, $Date$
+%define	_ver %(echo %{version} | tr . _)
+%define	_snap 20060223
+%define _rel 0.1
+Summary:	FileZilla FTP client
+Name:		filezilla
+Version:	3
+Release:	0.%{_snap}.%{_rel}
+License:	GPL
+Group:		Applications
+Source0:	FileZilla%{version}-%{_snap}.tar.bz2
+# Source0-md5:	17148e61cae5e108e3d98faf6a5b1165
+URL:		http://filezilla.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gettext-devel
+BuildRequires:	wxGTK2-devel
+BuildRequires:	wxWidgets-utils
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FileZilla is a fast and reliable FTP client and server with lots of
+useful features and an intuitive interface.
+
+%prep
+%setup -q -n FileZilla%{version}
+mkdir -p config
+
+%build
+%{__aclocal} -I .
+%{__autoheader}
+%{__libtoolize}
+%{__autoconf}
+%{__automake}
+%configure \
+	--with-wx-config=wx-gtk2-ansi-config
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS docs/todo.txt
+%attr(755,root,root) %{_bindir}/filezilla
+%attr(755,root,root) %{_bindir}/fzsftp
+%dir %{_datadir}/filezilla
+%{_datadir}/filezilla/resources
+%dir %{_datadir}/filezilla/locales
+%lang(bg) %{_datadir}/filezilla/locales/bg
+%lang(ca) %{_datadir}/filezilla/locales/ca_ES
+%lang(cs) %{_datadir}/filezilla/locales/cs
+%lang(da) %{_datadir}/filezilla/locales/da_DK
+%lang(de) %{_datadir}/filezilla/locales/de
+%lang(es) %{_datadir}/filezilla/locales/es
+%lang(et) %{_datadir}/filezilla/locales/et_EE
+%lang(eu) %{_datadir}/filezilla/locales/eu
+%lang(fr_CA) %{_datadir}/filezilla/locales/fr_CA
+%lang(fr_FR) %{_datadir}/filezilla/locales/fr_FR
+%lang(gl) %{_datadir}/filezilla/locales/gl
+%lang(id) %{_datadir}/filezilla/locales/id_ID
+%lang(it) %{_datadir}/filezilla/locales/it_IT
+%lang(ja) %{_datadir}/filezilla/locales/ja_JP
+%lang(ko) %{_datadir}/filezilla/locales/ko_KR
+%lang(ku) %{_datadir}/filezilla/locales/ku
+%lang(lt) %{_datadir}/filezilla/locales/lt
+%lang(mk) %{_datadir}/filezilla/locales/mk
+%lang(nb) %{_datadir}/filezilla/locales/nb_NO
+%lang(nl) %{_datadir}/filezilla/locales/nl
+%lang(pl) %{_datadir}/filezilla/locales/pl_PL
+%lang(pt_BR) %{_datadir}/filezilla/locales/pt_BR
+%lang(pt_PT) %{_datadir}/filezilla/locales/pt_PT
+%lang(sl) %{_datadir}/filezilla/locales/sl
+%lang(sv) %{_datadir}/filezilla/locales/sv_SE
+%lang(tr) %{_datadir}/filezilla/locales/tr
+%lang(zh_CN) %{_datadir}/filezilla/locales/zh_CN
+%lang(zh_TW) %{_datadir}/filezilla/locales/zh_TW
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/02/23 10:51:17  glen
+- new, builds
+
================================================================


More information about the pld-cvs-commit mailing list