devel/most most.spec,1.3,1.4

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sat Feb 12 14:00:39 UTC 2005


Author: thl

Update of /cvs/extras/devel/most
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17509

Modified Files:
	most.spec 
Log Message:
sed -i s|/usr/lib|%%{_libdir}|g configure fixes x86_64 build


Index: most.spec
===================================================================
RCS file: /cvs/extras/devel/most/most.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- most.spec	10 Dec 2004 22:03:07 -0000	1.3
+++ most.spec	12 Feb 2005 14:00:37 -0000	1.4
@@ -3,7 +3,7 @@
 Summary:	more, less, most
 Name:		most
 Version:	4.9.5
-Release:	2
+Release:	3
 Epoch:          0
 License:	GPL
 URL:		ftp://space.mit.edu/pub/davis/most/
@@ -22,7 +22,11 @@
 %setup -q
 
 %build
-sed -i 's!s\%@RPATH@\%.*!s\%@RPATH@\%\%g!' configure ; chmod +x configure
+sed -i 's!s\%@RPATH@\%.*!s\%@RPATH@\%\%g!' configure
+%ifarch x86_64
+sed -i 's|/usr/lib|%{_libdir}|g' configure
+%endif
+chmod +x configure
 %configure
 make %{?_smp_mflags}
 
@@ -42,6 +46,9 @@
 
 
 %changelog
+* Sat Feb 12 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 4.9.5-3
+- sed -i 's|/usr/lib|%%{_libdir}|g' configure fixes x86_64 build; 
+
 * Mon Jul 19 2004 Adrian Reber <adrian at lisas.de> - 0:4.9.5-0.fdr.2
 - removed chrpath dependency
 




More information about the fedora-extras-commits mailing list