SPECS (DEVEL): kadu.spec - really disable build of advanced_userli...
arvenil
arvenil at pld-linux.org
Sat Jan 19 23:34:16 CET 2008
Author: arvenil Date: Sat Jan 19 22:34:16 2008 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- really disable build of advanced_userlist module
when used bcond without
---- Files affected:
SPECS:
kadu.spec (1.97.2.89 -> 1.97.2.90)
---- Diffs:
================================================================
Index: SPECS/kadu.spec
diff -u SPECS/kadu.spec:1.97.2.89 SPECS/kadu.spec:1.97.2.90
--- SPECS/kadu.spec:1.97.2.89 Sat Jan 19 22:34:19 2008
+++ SPECS/kadu.spec Sat Jan 19 23:34:11 2008
@@ -834,6 +834,11 @@
%{__sed} -i 's,dataPath("kadu/modules/*,("%{_libdir}/kadu/modules/,g' kadu-core/modules.cpp
%build
+%if %{with advanced_userlist}
+%{__sed} -i 's/module_advanced_userlist=n/module_advanced_userlist=m/' .config
+%else
+%{__sed} -i 's/module_advanced_userlist=m/module_advanced_userlist=n/' .config
+%endif
%if %{with agent}
%{__sed} -i 's/module_agent=n/module_agent=m/' .config
%else
@@ -1655,6 +1660,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.97.2.90 2008-01-19 22:34:11 arvenil
+- really disable build of advanced_userlist module
+ when used bcond without
+
Revision 1.97.2.89 2008-01-19 21:34:19 arvenil
- some configuration files for modules were in main package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kadu.spec?r1=1.97.2.89&r2=1.97.2.90&f=u
More information about the pld-cvs-commit
mailing list