rpms/python-paramiko/F-10 python-paramiko.spec,1.16,1.17

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Feb 16 18:49:21 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/python-paramiko/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18973

Modified Files:
	python-paramiko.spec 
Log Message:
* Mon Feb 16 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.4-4
- Add demos as documentation. BZ#485742



Index: python-paramiko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paramiko/F-10/python-paramiko.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-paramiko.spec	3 Sep 2008 18:12:07 -0000	1.16
+++ python-paramiko.spec	16 Feb 2009 18:48:50 -0000	1.17
@@ -4,7 +4,7 @@
 
 Name:           python-paramiko
 Version:        1.7.4
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        A SSH2 protocol library for python
 
 Group:          Development/Libraries
@@ -36,6 +36,8 @@
 
 %prep
 %setup -q -n %{srcname}-%{version}
+%{__chmod} a-x demos/*
+%{__sed} -i -e '/^#!/,1d' demos/* paramiko/rng*
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
@@ -49,10 +51,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE PKG-INFO README docs/
+%doc LICENSE PKG-INFO README docs/ demos/
 %{python_sitelib}/*
 
 %changelog
+* Mon Feb 16 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.7.4-4
+- Add demos as documentation. BZ#485742
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.7.4-3
+- Rebuild for Python 2.6
+
 * Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.7.4-2
 - fix license tag
 




More information about the scm-commits mailing list