spec cleanup

This commit is contained in:
Dmitry Mikhirev 2012-08-16 14:43:01 +04:00
parent 94f72d5240
commit 868774f975

View file

@ -184,16 +184,6 @@ rm -f %{buildroot}%{_libdir}/Boost*.cmake
# Fix packaged backup files in examples
find . %buildroot -name "*.*~" |xargs rm -f
%clean
rm -rf %{buildroot}
%if %mdkversion < 200900
%post -n %{libname} -p /sbin/ldconfig
%endif
%if %mdkversion < 200900
%postun -n %{libname} -p /sbin/ldconfig
%endif
%files -n %{libnamedevel}
%defattr(644, root,root, 755)