rpms/python-paramiko/devel python-paramiko.spec,1.9,1.10

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Thu Jul 19 20:55:02 UTC 2007


Author: jcollie

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

Modified Files:
	python-paramiko.spec 
Log Message:
Update to 1.7.1


Index: python-paramiko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paramiko/devel/python-paramiko.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-paramiko.spec	10 Dec 2006 07:04:27 -0000	1.9
+++ python-paramiko.spec	19 Jul 2007 20:54:29 -0000	1.10
@@ -1,10 +1,9 @@
 %{!?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.6.4
+Version:        1.7.1
 Release:        1%{?dist}
 Summary:        A SSH2 protocol library for python
 
@@ -17,7 +16,6 @@
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       python-abi = %{pyver}
 Requires:       python-crypto >= 1.9
 
 %description
@@ -37,26 +35,22 @@
 %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-%{version}-py%{pyver}.egg-info
-%dir %{python_sitelib}/paramiko
-%{python_sitelib}/paramiko/*.py
-%{python_sitelib}/paramiko/*.pyc
-%{python_sitelib}/paramiko/*.pyo
+%{python_sitelib}/*
 
 %changelog
+* Thu Jul 19 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.1-1
+- Update to 1.7.1
+
 * Sat Dec 09 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 1.6.4-1
 - Update to 1.6.4
 - Upstream is now shipping tarballs




More information about the fedora-extras-commits mailing list