rpms/python-peak-rules/devel python-peak-rules.spec,1.9,1.10

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 14:39:39 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-peak-rules/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7747

Modified Files:
	python-peak-rules.spec 
Log Message:
Add a patch to get the doctests to work on x86_64



Index: python-peak-rules.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/python-peak-rules.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- python-peak-rules.spec	15 Apr 2009 11:04:40 -0000	1.9
+++ python-peak-rules.spec	5 Jun 2009 14:39:09 -0000	1.10
@@ -13,7 +13,7 @@ Version:        0.5a1.dev
 # Release:0.3.a1.dev%{devrev}%{?dist}
 # But we can't do that yet because it breaks the upgrade path.
 # When version hits 0.5.1 or 0.6 we can correct this.
-Release:        6.%{devrev}%{?dist}
+Release:        7.%{devrev}%{?dist}
 Summary:        Generic functions and business rules support systems
 
 Group:          Development/Languages
@@ -22,6 +22,7 @@ URL:            http://pypi.python.org/p
 Source0:        http://peak.telecommunity.com/snapshots/%{packagename}-%{version}-r%{devrev}.tar.gz
 Patch0:         %{name}-setup.patch
 Patch1:         %{name}-doctest.patch
+Patch2:         %{name}-x86_64-doctest.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -49,6 +50,7 @@ dispatch engines and custom method combi
 %setup -q -n %{packagename}-%{version}-r%{devrev}
 %patch0 -b .setup
 %patch1 -p1 -b .test
+%patch2 -p0 -b .x86_64
 %{__chmod} -x %{docs}
 
 %build
@@ -73,6 +75,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> 0.5a1.dev-6.2582
+- Add a patch to get the doctests to work on x86_64
+
 * Wed Apr 15 2009 Karsten Hopp <karsten at redhat.com> 0.5a1.dev-6.2582
 - Disable checks on s390x for now, see bugzilla #495874 
 




More information about the fedora-extras-commits mailing list