rpms/gai-pal/devel gai-pal.spec,1.4,1.5

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sat Feb 26 18:48:09 UTC 2005


Author: thl

Update of /cvs/extras/rpms/gai-pal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3149/devel

Modified Files:
	gai-pal.spec 
Log Message:
fix x86_64 with a sed s/lib/lib64/ Makefile.in


Index: gai-pal.spec
===================================================================
RCS file: /cvs/extras/rpms/gai-pal/devel/gai-pal.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gai-pal.spec	27 Nov 2004 15:28:20 -0000	1.4
+++ gai-pal.spec	26 Feb 2005 18:48:07 -0000	1.5
@@ -6,10 +6,9 @@
 Summary:	GAI Pal applet
 Name:		%{name}
 Version:	%{version}
-Release:	%{release}.2
+Release:	%{release}.3
 Epoch:		0
 Source0:	%{name}-%{version}.tar.bz2
-#Patch0:		%{name}-%{version}.patch
 URL:		http://gai.sourceforge.net
 License:	GPL
 Group:		User Interface/Desktops
@@ -22,7 +21,9 @@
 
 %prep
 %setup -q
-#%patch0 -p1
+%ifarch x86_64
+sed -i 's!/lib/!/%{_lib}/!' Makefile.in
+%endif
 
 %build
 %configure
@@ -43,6 +44,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Sat Feb 26 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7-3
+- a "sed -i 's!/lib/!/%%{_lib}/!' Makefile.in" fixes x86_64
+
 * Sat Nov  6 2004 Michel Alexandre Salim <salimma[AT]users.sourceforge.net> - 0.7-1
 - Updated to 0.7, require gai 0.5.8
 




More information about the fedora-extras-commits mailing list