SPECS: nautilus-actions.spec - use optflags, pass libdir (for lib6...

qboosh qboosh at pld-linux.org
Mon Aug 29 20:22:00 CEST 2005


Author: qboosh                       Date: Mon Aug 29 18:22:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use optflags, pass libdir (for lib64 support)

---- Files affected:
SPECS:
   nautilus-actions.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/nautilus-actions.spec
diff -u SPECS/nautilus-actions.spec:1.2 SPECS/nautilus-actions.spec:1.3
--- SPECS/nautilus-actions.spec:1.2	Mon Aug 29 16:24:07 2005
+++ SPECS/nautilus-actions.spec	Mon Aug 29 20:21:53 2005
@@ -30,6 +30,8 @@
 %setup -q
 %patch0 -p1
 
+sed -i -e 's/gcc/%{__cc} %{rpmcflags}/' Makefile
+
 %build
 %{__make}
 
@@ -37,7 +39,8 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	DESTDIR=$RPM_BUILD_ROOT
+	DESTDIR=$RPM_BUILD_ROOT \
+	libdir=%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -61,9 +64,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/08/29 18:21:53  qboosh
+- use optflags, pass libdir (for lib64 support)
+
 Revision 1.2  2005/08/29 14:24:07  paladine
 - added pl
 
 Revision 1.1  2005/08/29 13:47:58  paladine
 - initial PLD release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nautilus-actions.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list