SPECS: adapter.awk - set executable attr for perl shared libs

glen glen at pld-linux.org
Fri Dec 30 01:21:35 CET 2005


Author: glen                         Date: Fri Dec 30 00:21:35 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- set executable attr for perl shared libs

---- Files affected:
SPECS:
   adapter.awk (1.258 -> 1.259) 

---- Diffs:

================================================================
Index: SPECS/adapter.awk
diff -u SPECS/adapter.awk:1.258 SPECS/adapter.awk:1.259
--- SPECS/adapter.awk:1.258	Wed Dec 28 16:47:04 2005
+++ SPECS/adapter.awk	Fri Dec 30 01:21:29 2005
@@ -1124,6 +1124,10 @@
 		$0 = "%attr(755,root,root) " $0
 	}
 
+	if (/%{perl_vendorarch}.*\.so$/ && !/^%attr.*/) {
+		$0 = "%attr(755,root,root) " $0
+	}
+
 	# /etc/sysconfig files
 	# %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
 	# attr not required, allow default 644 attr
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter.awk?r1=1.258&r2=1.259&f=u



More information about the pld-cvs-commit mailing list