1
0
Jan Engelhardt 2014-12-07 11:31:40 +00:00 committed by Git OBS Bridge
parent c143c35c9b
commit f5bc992d27
2 changed files with 3 additions and 3 deletions

View File

@ -254,7 +254,7 @@ cd ..
make install DESTDIR="%buildroot"
# Drop libraries already supplied by another packages
rm -f "%buildroot/%_libdir"/libwx_baseu{,_net,_xml}-suse.so.2* \
"%buildroot/%_libdir/wx/%wx_minor"/sound_sdlu-*.so
"%buildroot/%_libdir/wx/%wx_micro"/sound_sdlu-*.so
%if %BUILD_LANG
# Locales for MS Windows:
rm -Rf %buildroot/%_datadir/locale/*/LC_MESSAGES/wxmsw.mo

View File

@ -419,8 +419,8 @@ ln -sf $(echo %buildroot/%_libdir/wx/config/* | sed "s%%%buildroot%%%%") %buildr
%files plugin-sound_sdlu-3_2
%defattr (-,root,root)
%dir %_libdir/wx
%dir %_libdir/wx/%wx_minor
%_libdir/wx/%wx_minor/sound_sdlu-%wx_minor.so
%dir %_libdir/wx/%wx_micro
%_libdir/wx/%wx_micro/sound_sdlu-%wx_micro.so
%files devel
%defattr (-,root,root)