SPECS: linuxcodec.spec - perms for .so files

glen glen at pld-linux.org
Mon Jan 15 22:28:17 CET 2007


Author: glen                         Date: Mon Jan 15 21:28:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- perms for .so files

---- Files affected:
SPECS:
   linuxcodec.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/linuxcodec.spec
diff -u SPECS/linuxcodec.spec:1.7 SPECS/linuxcodec.spec:1.8
--- SPECS/linuxcodec.spec:1.7	Mon Jan 15 22:27:13 2007
+++ SPECS/linuxcodec.spec	Mon Jan 15 22:28:12 2007
@@ -100,7 +100,8 @@
 %files
 %defattr(644,root,root,755)
 %if %{with license_agreement}
-%{_libdir}/codecs
+%dir %{_libdir}/codecs
+%attr(755,root,root) %{_libdir}/codecs/*
 %else
 %attr(755,root,root) %{_bindir}/linuxcodec.install
 %{_datadir}/%{base_name}
@@ -112,6 +113,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/01/15 21:28:12  glen
+- perms for .so files
+
 Revision 1.7  2007/01/15 21:27:13  glen
 - *.xa are linux codecs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/linuxcodec.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list