]> git.pld-linux.org Git - packages/mono.git/blobdiff - mono.spec
- fix spurious executable perm
[packages/mono.git] / mono.spec
index d916194cf18b06b5accdacc217e192015118d89e..0e8334c502af1117cba8f18788e3cf4a3a2997ca 100644 (file)
--- a/mono.spec
+++ b/mono.spec
@@ -18,7 +18,7 @@ Summary:      Common Language Infrastructure implementation
 Summary(pl.UTF-8):     Implementacja Common Language Infrastructure
 Name:          mono
 Version:       2.10.1
-Release:       2
+Release:       3
 License:       LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, tools), GPL v2 (tools)
 Group:         Development/Languages
 # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
@@ -230,6 +230,9 @@ EOF
 mkdir m4
 ln -sf ../{nls,po,progtest}.m4 m4
 
+# spurious-executable-perm on source files
+find -name '*.[ch]' | xargs chmod a-x
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
This page took 0.067826 seconds and 4 git commands to generate.