SPECS: lua-sqlite3.spec - fix sed

uzsolt uzsolt at pld-linux.org
Sun Nov 9 11:01:41 CET 2008


Author: uzsolt                       Date: Sun Nov  9 10:01:41 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix sed

---- Files affected:
SPECS:
   lua-sqlite3.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/lua-sqlite3.spec
diff -u SPECS/lua-sqlite3.spec:1.4 SPECS/lua-sqlite3.spec:1.5
--- SPECS/lua-sqlite3.spec:1.4	Sun Oct 19 10:03:52 2008
+++ SPECS/lua-sqlite3.spec	Sun Nov  9 11:01:35 2008
@@ -47,7 +47,7 @@
 # TODO: patch makefile instead
 mv $RPM_BUILD_ROOT%{_libdir}/lua/{*.so,5.1}
 mv $RPM_BUILD_ROOT{%{_libdir}/lua/*.lua,%{_datadir}/lua/5.1}
-%{__sed} -i -e 's#\(shared_lib_path =.*)"#\1/5.1"#' $RPM_BUILD_ROOT%{_datadir}/lua/5.1/libluasqlite3-loader.lua
+%{__sed} -i -e 's#\(shared_lib_path =.*\)"#\1/5.1"#' $RPM_BUILD_ROOT%{_datadir}/lua/5.1/libluasqlite3-loader.lua
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -65,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008/11/09 10:01:35  uzsolt
+- fix sed
+
 Revision 1.4  2008/10/19 08:03:52  uzsolt
 - added documentation.html to %doc
 - rel 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lua-sqlite3.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list