SPECS: kadu.spec - fixed Requires: (TODO done) - %if %{with imifac...

blekot blekot at pld-linux.org
Sun Jan 29 01:00:01 CET 2006


Author: blekot                       Date: Sun Jan 29 00:00:01 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed Requires: (TODO done)
- %if %{with imiface} && %{with dcopexport} is better idea (thx ankry for conception)
- rel 2
- STBR

---- Files affected:
SPECS:
   kadu.spec (1.162 -> 1.163) 

---- Diffs:

================================================================
Index: SPECS/kadu.spec
diff -u SPECS/kadu.spec:1.162 SPECS/kadu.spec:1.163
--- SPECS/kadu.spec:1.162	Sun Jan 29 00:34:34 2006
+++ SPECS/kadu.spec	Sun Jan 29 00:59:56 2006
@@ -1,7 +1,4 @@
 # $Revision$, $Date$
-# TODO
-# - check dcompexport Requires 
-#
 # Conditional build:
 %bcond_without	xmms		# without XMMS player support module
 %bcond_without	alsa		# without ALSA support
@@ -38,7 +35,7 @@
 Summary(pl):	Klient Gadu-Gadu do przesyłania wiadomości po sieci
 Name:		kadu
 Version:	0.4.3
-Release:	1.99
+Release:	2
 License:	GPL v2
 Group:		Applications/Communications
 Source0:	http://kadu.net/download/stable/%{name}-%{version}.tar.bz2
@@ -250,7 +247,7 @@
 Summary(pl):	Moduł imiface do integrowania kadu z KDE za pomocą interfejsu KIMIface
 Group:		Applications/Communications
 Requires:	%{name} = %{version}-%{release}
-Requires:	%{name}-module-dcopexport-%{version}-%{release}
+Requires:	%{name}-module-dcopexport = %{version}-%{release}
 
 %description module-imiface
 imiface module that integrate kadu with KDE with KIMIface interface.
@@ -363,7 +360,7 @@
 %if %{with tcl_scripting}
 %{__sed} -i 's/module_tcl_scripting=n/module_tcl_scripting=m/' .config
 %endif
-%if %{with imiface}
+%if %{with imiface} && %{with dcopexport}
 echo "module_imiface=m" >>.config
 %endif
 %if %{with iwait4u}
@@ -683,6 +680,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.163  2006/01/28 23:59:56  blekot
+- fixed Requires: (TODO done)
+- %if %{with imiface} && %{with dcopexport} is better idea (thx ankry for conception)
+- rel 2
+- STBR
+
 Revision 1.162  2006/01/28 23:34:34  qboosh
 - desc cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kadu.spec?r1=1.162&r2=1.163&f=u



More information about the pld-cvs-commit mailing list