rpms/surf/devel surf.spec,1.4,1.5

Simon Wesp cassmodiah at fedoraproject.org
Wed Mar 24 20:29:38 UTC 2010


Author: cassmodiah

Update of /cvs/pkgs/rpms/surf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4324

Modified Files:
	surf.spec 
Log Message:
* Tue Mar 23 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 0.3-3
- Patch DSO



Index: surf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/surf/devel/surf.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- surf.spec	24 Mar 2010 20:08:16 -0000	1.4
+++ surf.spec	24 Mar 2010 20:29:37 -0000	1.5
@@ -28,11 +28,10 @@ surf is a simple web browser based on We
 
 sed \
   -e 's|/usr/local|%{_prefix}|g' \
-  -e 's|/usr/lib|%{_libdir}|g' \
   -e 's|/usr/include|%{_includedir}|g' \
   -e 's|-s ${LIBS}|-g ${LIBS}|g' \
   -e 's|-std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}|%{optflags} ${INCS} ${CPPFLAGS}|g' \
-  -e 's|LIBS = -L%{_libdir} -lc ${GTKLIB} -lgthread-2.0|LIBS = -L%{_libdir} -lc ${GTKLIB} -lgthread-2.0 -lX11|g' \
+  -e 's|LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0|LIBS = -L%{_libdir} -lc ${GTKLIB} -lgthread-2.0 -lX11|g' \
   -i config.mk
 
 sed -i 's!^\(\t\+\)@!\1!' Makefile



More information about the scm-commits mailing list