rpms/python-ptrace/F-10 python-ptrace.spec,1.1,1.2

Terje Røsten terjeros at fedoraproject.org
Sun Mar 8 22:36:23 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/python-ptrace/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13168/F-10

Modified Files:
	python-ptrace.spec 
Log Message:
Sync with rawhide.




Index: python-ptrace.spec
===================================================================
RCS file: /cvs/extras/rpms/python-ptrace/F-10/python-ptrace.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-ptrace.spec	8 Mar 2009 20:18:31 -0000	1.1
+++ python-ptrace.spec	8 Mar 2009 22:35:52 -0000	1.2
@@ -6,7 +6,7 @@
 Summary:       Debugger using ptrace written in Python
 Name:          python-ptrace
 Version:       0.6
-Release:       3%{?dist}
+Release:       4%{?dist}
 License:       GPLv2
 Group:         Development/Tools
 URL  :         http://python-ptrace.hachoir.org/
@@ -52,8 +52,10 @@
 %defattr(-, root, root, -)
 %doc AUTHORS ChangeLog COPYING README README.cptrace TODO
 %doc doc/* examples
-#exclude %{_bindir}/gdb.py[co]
-#exclude %{_bindir}/strace.py[co]
+%if 0%{?fedora} < 11
+%exclude %{_bindir}/gdb.py[co]
+%exclude %{_bindir}/strace.py[co]
+%endif
 %{_bindir}/gdb.py
 %{_bindir}/strace.py
 %{python_sitelib}/ptrace/
@@ -62,6 +64,9 @@
 %{python_sitelib_arch}/ptrace-*-py%{pyver}.egg-info
 
 %changelog
+* Sun Mar  8 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.6-4
+- Build with all rpm versions
+
 * Sun Mar  8 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.6-3
 - Remove %%exclude
 




More information about the fedora-extras-commits mailing list