Logoj0ke.net Open Build Service > Projects > multimedia:SL11 > xine-lib > Changes
Sign Up | Log In

Changes of Revision 13

[-] Changed xine-lib.spec
x
 
1
@@ -896,7 +896,7 @@
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
@@ -909,7 +909,7 @@
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