rpms/surf/F-13 surf.spec,1.3,1.4

Simon Wesp cassmodiah at fedoraproject.org
Wed Mar 24 20:08:11 UTC 2010


Author: cassmodiah

Update of /cvs/pkgs/rpms/surf/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv338

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/F-13/surf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- surf.spec	23 Mar 2010 21:09:19 -0000	1.3
+++ surf.spec	24 Mar 2010 20:08:11 -0000	1.4
@@ -29,9 +29,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/usr/lib -lc ${GTKLIB} -lgthread-2.0|LIBS = -L/usr/lib -lc ${GTKLIB} -lgthread-2.0 -lX11|g' \
+  -e 's|LIBS = -L%{_libdir} -lc ${GTKLIB} -lgthread-2.0|LIBS = -L%{_libdir} -lc ${GTKLIB} -lgthread-2.0 -lX11|g' \
   -i config.mk
 
 sed -i 's!^\(\t\+\)@!\1!' Makefile
@@ -66,7 +67,7 @@ rm -rf %{buildroot}
 
 %changelog
 * Tue Mar 23 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 0.3-3
-- patching DSO
+- Patch DSO
 
 * Sun Jan 17 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 0.3-2
 - Output is verbose now



More information about the scm-commits mailing list