From e38ad31e15cf0785c2c3b65b8760dbae6478e182 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jun 20 2005 20:28:34 +0000 Subject: Add patch to make x86_64 package build --- diff --git a/exo-0.3.0-x86_64-build.patch b/exo-0.3.0-x86_64-build.patch new file mode 100644 index 0000000..e07d281 --- /dev/null +++ b/exo-0.3.0-x86_64-build.patch @@ -0,0 +1,14 @@ +diff -Nur exo-0.3.0.orig/python/Makefile.in exo-0.3.0/python/Makefile.in +--- exo-0.3.0.orig/python/Makefile.in 2005-03-13 11:40:09.000000000 -0700 ++++ exo-0.3.0/python/Makefile.in 2005-06-02 21:28:00.000000000 -0600 +@@ -261,8 +261,8 @@ + + defsdir = $(datadir)/pygtk/2.0/defs/exo-$(LIBEXO_VERSION_API) + defs_DATA = exo.defs +-pyexodir = $(pythondir) +-pyexo_PYTHON = pyexo.py ++pyexodir = $(pyexecdir) ++pyexo_PYTHON = pyexo.py + exomoduledir = $(pyexecdir)/exo-$(LIBEXO_VERSION_API)/exo + exomodule_PYTHON = __init__.py + exobindingsdir = $(pyexecdir)/exo-$(LIBEXO_VERSION_API) diff --git a/exo.spec b/exo.spec index e25f12a..e85b481 100644 --- a/exo.spec +++ b/exo.spec @@ -3,10 +3,11 @@ Summary: Application library for the Xfce desktop environment Name: exo Version: 0.3.0 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPL URL: http://libexo.os-cillation.com/ Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2 +Patch0: exo-0.3.0-x86_64-build.patch Group: Development/Libraries Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: libxfcegui4 >= 4.2.0 @@ -33,6 +34,8 @@ Static libraries and header files for the exo library. %prep %setup -q +%patch0 -p1 -b x86_64-build + %build %configure --enable-gtk-doc make %{?_smp_mflags} @@ -68,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/pyexo.* %changelog +* Mon Jun 20 2005 Kevin Fenzi - 0.3.0-8.fc5 +- Add patch to make x86_64 package build + * Thu Jun 2 2005 Kevin Fenzi - 0.3.0-7.fc5 - Change python_sitelib to python_sitearch