SPECS: ser.spec - exclude broken modules cpl extcmd

arekm arekm at pld-linux.org
Thu Apr 12 20:19:42 CEST 2007


Author: arekm                        Date: Thu Apr 12 18:19:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- exclude broken modules cpl extcmd

---- Files affected:
SPECS:
   ser.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/ser.spec
diff -u SPECS/ser.spec:1.13 SPECS/ser.spec:1.14
--- SPECS/ser.spec:1.13	Wed Apr 11 10:43:19 2007
+++ SPECS/ser.spec	Thu Apr 12 20:19:36 2007
@@ -26,6 +26,10 @@
 Requires:	rc-scripts
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# cpl - build fails
+# extcmd -  build fails
+%define exclude_modules cpl extcmd
+
 %description
 SIP Express Router (ser) is a high-performance, configurable, free SIP
 (RFC 3261) server. It can act as registrar, proxy or redirect server.
@@ -110,7 +114,7 @@
 
 %build
 %{__make} all \
-	exclude_modules="" \
+	exclude_modules="%{exclude_modules}" \
 	CC="%{__cc}" \
 	PREFIX="%{_prefix}" \
 	CFLAGS="%{rpmcflags} -Wcast-align -fPIC"
@@ -120,7 +124,7 @@
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{ser,sysconfig,rc.d/init.d}
 
 %{__make} install \
-	exclude_modules="" \
+	exclude_modules="%{exclude_modules}" \
 	PREFIX="%{_prefix}" \
 	basedir=$RPM_BUILD_ROOT
 
@@ -235,6 +239,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2007/04/12 18:19:36  arekm
+- exclude broken modules cpl extcmd
+
 Revision 1.13  2007/04/11 08:43:19  glen
 - cosmetics
 - use %service (now without typos)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ser.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list