We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00fca4 commit d4e6e87Copy full SHA for d4e6e87
cloudcompare.spec
@@ -139,6 +139,12 @@ rmdir plugins/qHoughNormals/normals_Hough
139
tar -xf %{SOURCE2}
140
mv normals_Hough-%{nh_commit} plugins/qHoughNormals/normals_Hough
141
142
+# fix spurious executable permissions
143
+# https://github.com/aboulch/normals_Hough/pull/5
144
+# https://github.com/CloudCompare/normals_Hough/pull/3
145
+# https://github.com/CloudCompare/CloudCompare/pull/650
146
+find plugins/qHoughNormals '(' -name '*.h' -o -name '*.hpp' ')' -exec chmod -x {} \;
147
+
148
# On 64bits, change /usr/lib/cloudcompare to /usr/lib64/cloudcompare
149
sed -i 's|lib/%{name}|%{_lib}/%{name}|g' $(grep -r lib/%{name} -l)
150
0 commit comments