rpms/hippo-canvas/devel hippo-canvas-pyexecdir.patch, NONE, 1.1 hippo-canvas.spec, 1.1, 1.2

Colin Walters (walters) fedora-extras-commits at redhat.com
Fri May 11 20:55:06 UTC 2007


Author: walters

Update of /cvs/extras/rpms/hippo-canvas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2510

Modified Files:
	hippo-canvas.spec 
Added Files:
	hippo-canvas-pyexecdir.patch 
Log Message:
Add patch to hopefully fix x86_64 error.


hippo-canvas-pyexecdir.patch:

--- NEW FILE hippo-canvas-pyexecdir.patch ---
--- /home/walters/src/fedora/hippo-canvas/devel/hippo-canvas-0.2.17/Makefile-python.am~	2006-10-02 11:00:21.000000000 -0400
+++ /home/walters/src/fedora/hippo-canvas/devel/hippo-canvas-0.2.17/Makefile-python.am	2007-05-11 14:37:30.000000000 -0400
@@ -7,7 +7,7 @@
 
 PYTHONSRCDIR=$(top_srcdir)/python
 
-hippodir = $(pythondir)
+hippodir = $(pyexecdir)
 pkgpyexecdir = $(hippodir)
 
 pkgpyexec_LTLIBRARIES=hippo.la


Index: hippo-canvas.spec
===================================================================
RCS file: /cvs/extras/rpms/hippo-canvas/devel/hippo-canvas.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hippo-canvas.spec	9 May 2007 22:36:09 -0000	1.1
+++ hippo-canvas.spec	11 May 2007 20:54:30 -0000	1.2
@@ -2,13 +2,14 @@
 
 Name:           hippo-canvas
 Version:        0.2.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A canvas widget
 
 Group:          System Environment/Libraries
 License:        GPL
 URL:            http://developer.mugshot.org/wiki/Hippo_Canvas
 Source0:        http://download.mugshot.org/extras/canvas/source/hippo-canvas-%{version}.tar.gz
+Patch0:		hippo-canvas-pyexecdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cairo-devel
@@ -36,15 +37,20 @@
 BuildRequires:  python-devel
 BuildRequires:  pycairo-devel
 BuildRequires:  pygtk2-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 
 %description    python 
 The hippo-canvas-python package contains a Python interface.
 
 %prep
 %setup -q
+%patch0 -p0
 
 
 %build
+autoreconf -i
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -80,6 +86,9 @@
 %{python_sitearch}/*.so
 
 %changelog
+* Fri May 11 2007 Colin Walters <walters at redhat.com> - 0.2.17-2
+- Add patch to install python in pyexecdir. 
+
 * Thu May 02 2007 Colin Walters <walters at redhat.com> - 0.2.17-1
 - New upstream
 - Package pc file




More information about the fedora-extras-commits mailing list