Ismail Dönmez 2012-03-21 19:19:14 +00:00 committed by Git OBS Bridge
parent cbd268e666
commit def7655448

View File

@ -221,8 +221,8 @@ rm -rf %{buildroot}/usr/docs/
# cleanup
file %{buildroot}/%{_bindir}/* | awk -F: '$2~/ELF/{print $1}' | xargs -r chrpath -d
file %{buildroot}/%{_libdir}/%{name}/*.so | awk -F: '$2~/ELF/{print $1}' | xargs -r chrpath -d
find %{buildroot}%{_includedir}/clang -name '*.tmp' -exec rm {} +
chmod -x %{buildroot}/%{_libdir}/*.a
for file in `find examples -type f`; do
install -d %{buildroot}%{_docdir}/%{name}-doc/`dirname $file`