Changes of Revision 13
[-] | Changed | xine-lib.spec |
x 1
2 xargs -i+ strip --strip-debug %{buildroot}/+ <files.codecs 3 %endif 4 %endif 5 -%if %{with onlynondistributable} 6 +%if !%{with onlynondistributable} 7 for i in files files.*; do 8 test "$i" = 'files.codecs' || xargs -i+ rm -f %{buildroot}/+ < $i 9 done 10
11 12 %clean 13 rm -rf %{buildroot} 14 -%if !%{with onlynondistributable} 15 +%if %{with onlynondistributable} 16 17 %post -n libxine1 -p /sbin/ldconfig 18 19 |