[python-pyro/f16] update spec file

david hannequin hvad at fedoraproject.org
Tue Aug 28 21:17:58 UTC 2012


commit cd5f5aad66f9911f8f16ce89b006de0031e09334
Author: hvad <david.hannequin at gmail.com>
Date:   Tue Aug 28 23:17:48 2012 +0200

    update spec file

 python-pyro.spec |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/python-pyro.spec b/python-pyro.spec
index 801021f..b28f902 100644
--- a/python-pyro.spec
+++ b/python-pyro.spec
@@ -1,13 +1,13 @@
 %global with_python3 1
 
 Name:           python-pyro 
-Version:        4.9
+Version:        4.14
 Release:        1%{?dist}
 Summary:        PYthon Remote Objects
 
 Group:          Development/Languages
 License:        MIT 
-URL:            http://www.xs4all.nl/~irmen/pyro4/index.html
+URL:            http://packages.python.org/Pyro4/ 
 Source0:        http://pypi.python.org/packages/source/P/Pyro4/Pyro4-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -57,21 +57,22 @@ popd
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 find examples -type f -exec sed -i 's/\r//' {} \;
-#find source -type f -exec sed -i 's/\r//' {} \;
+find docs -type f -exec sed -i 's/\r//' {} \;
 sed -i 's/\r//' README.txt LICENSE
 chmod -x examples/echoserver/{Readme.txt,client.py}
-chmod -x examples/gui_eventloop/gui_threads.py
-
+chmod -x examples/gui_eventloop/{gui_threads.py,gui_nothreads.py}
+chmod -x examples/maxsize/Readme.txt
 
 
 %if 0%{?with_python3}
 pushd %{py3dir}
 %{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 find examples -type f -exec sed -i 's/\r//' {} \;
-#find source -type f -exec sed -i 's/\r//' {} \;
+find docs -type f -exec sed -i 's/\r//' {} \;
 sed -i 's/\r//' README.txt LICENSE
 chmod -x examples/echoserver/{Readme.txt,client.py}
-chmod -x examples/gui_eventloop/gui_threads.py
+chmod -x examples/gui_eventloop/{gui_threads.py,gui_nothreads.py}
+chmod -x examples/maxsize/Readme.txt
 popd
 %endif # with_python3
 
@@ -90,6 +91,19 @@ popd
 %endif
 
 %changelog
+* Wed Aug 22 2012 David Hannequin <david.hannequin at gmail.com> 4.14-1
+- Update from upstream
+- Fix url 
+
+* Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 4.9-4
+- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.9-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Sat Oct 1 2011 David Hannequin <david.hannequin at gmail.com> 4.9-1
 - Update from upstream
 


More information about the scm-commits mailing list