rpms/exo/devel exo.spec,1.7,1.8

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Jun 20 20:28:36 UTC 2005


Author: kevin

Update of /cvs/extras/rpms/exo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13227

Modified Files:
	exo.spec 
Log Message:
Add patch to make x86_64 package build



Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- exo.spec	3 Jun 2005 02:18:19 -0000	1.7
+++ exo.spec	20 Jun 2005 20:28:34 -0000	1.8
@@ -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 @@
 %prep
 %setup -q
 
+%patch0 -p1 -b x86_64-build
+
 %build
 %configure --enable-gtk-doc
 make %{?_smp_mflags}
@@ -68,6 +71,9 @@
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Mon Jun 20 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-8.fc5
+- Add patch to make x86_64 package build
+
 * Thu Jun  2 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-7.fc5
 - Change python_sitelib to python_sitearch
 




More information about the fedora-extras-commits mailing list