Changes of Revision 4
[-] | Changed | xine-lib.spec |
x 1
2 # --without distributable -> build libxine1-codecs 3 # 4 # default for buildservice is no patented codecs 5 -%bcond_without onlynondistributable 6 -%bcond_with distributable 7 +%bcond_without distributable 8 +##%bcond_with distributable 9 %if 0%{suse_version} >= 1100 10 %bcond_without pulseaudio 11 %else 12
13 %dir %{_libdir}/xine/plugins 14 %dir %{_libdir}/xine/plugins/%{abiversion} 15 %dir %{_libdir}/xine/plugins/%{abiversion}/post 16 -%if !%{with distributable} 17 %{_datadir}/xine/mad 18 %endif 19 -%endif 20 21 %changelog 22 * Tue Aug 3 2010 lnussel@suse.de 23 |