SPECS: lua-sqlite3.spec - shared libs should be executable

glen glen at pld-linux.org
Tue Sep 16 22:36:01 CEST 2008


Author: glen                         Date: Tue Sep 16 20:36:01 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- shared libs should be executable

---- Files affected:
SPECS:
   lua-sqlite3.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/lua-sqlite3.spec
diff -u SPECS/lua-sqlite3.spec:1.2 SPECS/lua-sqlite3.spec:1.3
--- SPECS/lua-sqlite3.spec:1.2	Tue Sep 16 22:27:35 2008
+++ SPECS/lua-sqlite3.spec	Tue Sep 16 22:35:56 2008
@@ -56,7 +56,7 @@
 %defattr(644,root,root,755)
 %doc LICENSE README examples/*
 # XXX missing runtime dep for parent dirs?
-%{_libdir}/lua/5.1/*.so
+%attr(755,root,root) %{_libdir}/lua/5.1/*.so
 %{_datadir}/lua/5.1/*.lua
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -65,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/09/16 20:35:56  glen
+- shared libs should be executable
+
 Revision 1.2  2008/09/16 20:27:35  glen
 - pldize the spec
 
================================================================

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



More information about the pld-cvs-commit mailing list