SPECS: FileZilla.spec (NEW) - initial, NFY

blues blues at pld-linux.org
Sun Oct 21 14:08:11 CEST 2007


Author: blues                        Date: Sun Oct 21 12:08:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, NFY

---- 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	Sun Oct 21 14:08:11 2007
+++ SPECS/FileZilla.spec	Sun Oct 21 14:08:05 2007
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+Summary:	FTP client for X Window
+Summary(es.UTF-8):	Cliente FTP para el X Window
+Summary(ja.UTF-8):	X Window System 用マルチスレッド FTP クライアント
+Summary(pl.UTF-8):	Klient FTP dla X Window
+Summary(pt_BR.UTF-8):	Cliente FTP para o X Window
+Summary(ru.UTF-8):	FTP клиент для X Window
+Summary(uk.UTF-8):	FTP клієнт для X Window
+Name:		FileZilla
+Version:	3.0.2.1
+Release:	0.1
+License:	GPL
+Group:		X11/Applications/Networking
+Source0:	http://downloads.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2
+# Source0-md5:	0182908d3091d19edc511b3a2a6b3e08
+URL:		http://filezilla-project.org/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gettext-devel
+BuildRequires:	wxWidgets-devel >= 2.8.4
+#BuildRequires:	gtk+2-devel >= 1:2.0.0
+#BuildRequires:	openssl-devel >= 0.9.7d
+#BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n filezilla-%{version}
+
+%build
+#rm -f aclocal.m4 acinclude.m4
+#%{__gettextize}
+#%{__aclocal}
+#%{__autoheader}
+#%{__autoconf}
+#%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+#%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+# -f %{name}.lang
+%defattr(644,root,root,755)
+#%doc
+
+%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  2007/10/21 12:08:05  blues
+- initial, NFY
+
================================================================


More information about the pld-cvs-commit mailing list