rpms/python-paramiko/devel python-paramiko.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Shahms King (shahms) fedora-extras-commits at redhat.com
Thu Apr 13 14:38:24 UTC 2006


Author: shahms

Update of /cvs/extras/rpms/python-paramiko/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7346/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-paramiko.spec 
Log Message:
auto-import python-paramiko-1.5.3-1 on branch devel from python-paramiko-1.5.3-1.src.rpm


--- NEW FILE python-paramiko.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}

%define srcname paramiko

Name:           python-paramiko
Version:        1.5.3
Release:        1%{?dist}
Summary:        A SSH2 protocol library for python

Group:          Development/Libraries
License:        LGPL
URL:            http://www.lag.net/paramiko/
Source0:        http://www.lag.net/paramiko/download/%{srcname}-%{version}.zip
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-abi = %{pyver}
Requires:       python-crypto >= 1.9

%description
Paramiko (a combination of the esperanto words for "paranoid" and "friend") is
a module for python 2.3 or greater that implements the SSH2 protocol for secure
(encrypted and authenticated) connections to remote machines. Unlike SSL (aka
TLS), the SSH2 protocol does not require heirarchical certificates signed by a
powerful central authority. You may know SSH2 as the protocol that replaced
telnet and rsh for secure access to remote shells, but the protocol also
includes the ability to open arbitrary channels to remote services across an
encrypted tunnel. (This is how sftp works, for example.)

%prep
%setup -q -n %{srcname}-%{version}


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE PKG-INFO README docs/
%{python_sitelib}/paramiko
%{python_sitelib}/paramiko-%{version}-py%{pyver}.egg-info

%changelog
* Wed Apr 12 2006 Shahms E. King <shahms at shahms.com> 1.5.3-1
  - Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-paramiko/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Apr 2006 14:38:05 -0000	1.1
+++ .cvsignore	13 Apr 2006 14:38:24 -0000	1.2
@@ -0,0 +1 @@
+paramiko-1.5.3.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-paramiko/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Apr 2006 14:38:05 -0000	1.1
+++ sources	13 Apr 2006 14:38:24 -0000	1.2
@@ -0,0 +1 @@
+9c1389f19a331554e052a7e4e2b1471c  paramiko-1.5.3.zip




More information about the fedora-extras-commits mailing list