SPECS: python-paramiko.spec (NEW) - New spec file.

japhy japhy at pld-linux.org
Thu Nov 16 02:12:15 CET 2006


Author: japhy                        Date: Thu Nov 16 01:12:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- New spec file.

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

---- Diffs:

================================================================
Index: SPECS/python-paramiko.spec
diff -u /dev/null SPECS/python-paramiko.spec:1.1
--- /dev/null	Thu Nov 16 02:12:15 2006
+++ SPECS/python-paramiko.spec	Thu Nov 16 02:12:09 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	SSH2 protocol for Python
+Summary(pl):	Obsługa protokołu SSH2 w Pythonie
+Name:		python-paramiko
+Version:	1.6.3
+Release:	1
+License:	LGPL
+Group:		Libraries/Python
+Source0:	http://www.lag.net/paramiko/download/paramiko-%{version}.tar.gz
+# Source0-md5:	f6f249655bfeec3bb5b84bab9d5fcf4b
+URL:		http://sourceforge.net/projects/mysql-python/
+BuildRequires:	python-devel >= 2.2
+%pyrequires_eq	python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A module for python 2.2 (or higher) that implements the SSH2 protocol
+for secure (encrypted and authenticated) connections to remote
+machines.
+
+%description -l pl
+Moduł dla języka Python 2.2 (lub wyższego) implementujący protokół
+SSH2 dla uzyskania bezpiecznych (szyfrowanych i autoryzowanych)
+połączeń ze zdalnymi maszynami.
+
+%prep
+%setup  -q -n paramiko-%{version}
+
+%build
+env CFLAGS="%{rpmcflags} -DHAVE_OPENSSL=1" %{_bindir}/python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python -- setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README docs/*
+%{py_sitescriptdir}/*
+
+%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/11/16 01:12:09  japhy
+- New spec file.
+
================================================================


More information about the pld-cvs-commit mailing list