SPECS: linuxcodec.spec - *.xa are linux codecs

glen glen at pld-linux.org
Mon Jan 15 22:27:18 CET 2007


Author: glen                         Date: Mon Jan 15 21:27:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- *.xa are linux codecs

---- Files affected:
SPECS:
   linuxcodec.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/linuxcodec.spec
diff -u SPECS/linuxcodec.spec:1.6 SPECS/linuxcodec.spec:1.7
--- SPECS/linuxcodec.spec:1.6	Mon Jan 15 22:21:15 2007
+++ SPECS/linuxcodec.spec	Mon Jan 15 22:27:13 2007
@@ -65,7 +65,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%if !%{with license_agreement}
+%if %{without license_agreement}
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
 
 sed -e '
@@ -82,14 +82,14 @@
 install -d $RPM_BUILD_ROOT%{_libdir}/codecs
 
 # we want only linux codecs here, win one are in w32codec.spec
-rm -f essential-[0-9]*/*.{dll,qtx,ax,acm,drv,xa,DLL,qts,vwp}
+rm -f essential-[0-9]*/*.{dll,qtx,ax,acm,drv,DLL,qts,vwp}
 # intel codecs in ppc package
 rm -f all-ppc-[0-9]*/*.xa
 
 install */*.* $RPM_BUILD_ROOT%{_libdir}/codecs
 %endif
 
-%if !%{with license_agreement}
+%if %{without license_agreement}
 %post
 %{_bindir}/%{base_name}.install
 %endif
@@ -112,6 +112,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007/01/15 21:27:13  glen
+- *.xa are linux codecs
+
 Revision 1.6  2007/01/15 21:21:15  glen
 - rel 1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/linuxcodec.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list