SPECS: mpg123.spec - add "%{__make} clean" before starting to conf...

shadzik shadzik at pld-linux.org
Mon Oct 23 02:28:47 CEST 2006


Author: shadzik                      Date: Mon Oct 23 00:28:47 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add "%{__make} clean" before starting to configure new sound system support

---- Files affected:
SPECS:
   mpg123.spec (1.61 -> 1.62) 

---- Diffs:

================================================================
Index: SPECS/mpg123.spec
diff -u SPECS/mpg123.spec:1.61 SPECS/mpg123.spec:1.62
--- SPECS/mpg123.spec:1.61	Mon Oct 23 02:22:03 2006
+++ SPECS/mpg123.spec	Mon Oct 23 02:28:41 2006
@@ -175,6 +175,7 @@
 mv -f src/mpg123 src/mpg123.base
 
 %if %{with alsa}
+%{__make} clean
 %configure \
 	%{?with_alsa:--with-audio=alsa} \
 	%{?with_mmx:--with-cpu=mmx}
@@ -183,6 +184,7 @@
 %endif
 
 %if %{with esd}
+%{__make} clean
 %configure \
 	%{?with_esd:--with-audio=esd} \
 	%{?with_mmx:--with-cpu=mmx}
@@ -191,6 +193,7 @@
 %endif
 
 %if %{with jack}
+%{__make} clean
 %configure \
 	%{?with_jack:--with-audio=jack} \
 	%{?with_mmx:--with-cpu=mmx}
@@ -199,6 +202,7 @@
 %endif
 
 %if %{with sdl}
+%{__make} clean
 %configure \
 	%{?with_sdl:--with-audio=sdl} \
 	%{?with_mmx:--with-cpu=mmx}
@@ -272,6 +276,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.62  2006/10/23 00:28:41  shadzik
+- add "%{__make} clean" before starting to configure new sound system support
+
 Revision 1.61  2006/10/23 00:22:03  shadzik
 - up to 0.61 stable
 - new Source0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mpg123.spec?r1=1.61&r2=1.62&f=u



More information about the pld-cvs-commit mailing list