Changes of Revision 2
[-] | Changed | xine-lib.spec |
x 1
2 # --without distributable -> build libxine1-codecs 3 # 4 # default for buildservice is no patented codecs 5 -%bcond_without distributable 6 -%bcond_with onlynondistributable 7 +%bcond_without onlynondistributable 8 +%bcond_with distributable 9 %if 0%{suse_version} >= 1100 10 %bcond_without pulseaudio 11 %else 12 |