SPECS (DEVEL): kadu.spec - update to version 0.6.0, - release 0.1, ...

cieciwa cieciwa at pld-linux.org
Mon Jan 7 14:16:53 CET 2008


Author: cieciwa                      Date: Mon Jan  7 13:16:53 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- update to version 0.6.0,
- release 0.1,
- NFY.

---- Files affected:
SPECS:
   kadu.spec (1.97.2.72 -> 1.97.2.73) 

---- Diffs:

================================================================
Index: SPECS/kadu.spec
diff -u SPECS/kadu.spec:1.97.2.72 SPECS/kadu.spec:1.97.2.73
--- SPECS/kadu.spec:1.97.2.72	Mon Feb 12 14:20:13 2007
+++ SPECS/kadu.spec	Mon Jan  7 14:16:48 2008
@@ -22,7 +22,7 @@
 %bcond_with	tabs		# without tabs support module
 
 %define		_snap	20061218
-%define		_rel	rc1
+%define		_rel	beta2
 
 %define		_amarok_mod_ver		1.19
 %define		_libgadu_ver		4:1.7
@@ -42,8 +42,8 @@
 Summary:	A Gadu-Gadu client for online messaging
 Summary(pl.UTF-8):   Klient Gadu-Gadu do przesyłania wiadomości po sieci
 Name:		kadu
-Version:	0.5.0
-Release:	0.%{?with_snap:%{_snap}}%{!?with_snap:%{_rel}}.1
+Version:	0.6.0
+Release:	0.1
 License:	GPL v2
 Group:		Applications/Communications
 
@@ -52,7 +52,7 @@
 # Source100-md5:	013d9cde2da23021418a50d15203c36e
 %else
 Source0:	http://kadu.net/download/stable/%{name}-%{version}-%{_rel}.tar.bz2
-# Source0-md5:	75e5ebd7d0952e5ac4d10ea87b8f3f60
+# Source0-md5:	05b3130d7e57b537ddccb28613098228
 %endif
 
 Source2:	http://scripts.one.pl/xmms/devel/%{version}/xmms-%{_xmms_mod_ver}.tar.gz
@@ -78,13 +78,13 @@
 Source11:	%{name}.desktop
 Patch0:		%{name}-ac_am.patch
 URL:		http://kadu.net/
-%{?with_alsa:BuildRequires:	alsa-lib-devel}
-%{?with_arts:BuildRequires:	arts-devel}
+##%{?with_alsa:BuildRequires:	alsa-lib-devel}
+##%{?with_arts:BuildRequires:	arts-devel}
 %{?with_spellchecker:BuildRequires:	aspell-devel}
 BuildRequires:	autoconf
 BuildRequires:	automake
-%{?with_miasto_plusa:BuildRequires:	curl-devel}
-%{?with_esd:BuildRequires:	esound-devel}
+##%{?with_miasto_plusa:BuildRequires:	curl-devel}
+##%{?with_esd:BuildRequires:	esound-devel}
 BuildRequires:	gettext-devel
 BuildRequires:	kdelibs-devel
 BuildRequires:	libgadu-devel >= %{_libgadu_ver}
@@ -95,7 +95,7 @@
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRequires:	qt-linguist
 BuildRequires:	sed >= 4.0
-%{?with_xmms:BuildRequires:	xmms-devel}
+##%{?with_xmms:BuildRequires:	xmms-devel}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define		_modules_dir	%{_libdir}/%{name}/modules
 %define		_bin_dir	%{_libdir}/%{name}/bin
@@ -260,80 +260,80 @@
 
 %prep
 %setup -q -T -b %{?with_snap:10}0 -n %{name}
-%patch0 -p1
+## %patch0 -p1
 
-%if %{with xmms}
-tar xzf %{SOURCE2} -C modules
-%endif
-%if %{with amarok}
-tar xzf %{SOURCE3} -C modules
-%endif
-%if %{with spellchecker}
-tar xzf %{SOURCE4} -C modules
-%endif
-%if %{with weather}
-tar xjf %{SOURCE5} -C modules
-%endif
-%if %{with powerkadu}
-tar xzf %{SOURCE6} -C modules
-%endif
-%if %{with spy}
-tar xjf %{SOURCE7} -C modules
-%endif
-tar xjf %{SOURCE8} -C modules
-%if %{with miasto_plusa}
-tar xzf %{SOURCE9} -C modules
-%endif
-%if %{with tabs}
-tar xzf %{SOURCE10} -C modules
-%endif
+## %if %{with xmms}
+## tar xzf %{SOURCE2} -C modules
+## %endif
+## %if %{with amarok}
+## tar xzf %{SOURCE3} -C modules
+## %endif
+## %if %{with spellchecker}
+## tar xzf %{SOURCE4} -C modules
+## %endif
+## %if %{with weather}
+## tar xjf %{SOURCE5} -C modules
+## %endif
+## %if %{with powerkadu}
+## tar xzf %{SOURCE6} -C modules
+## %endif
+## %if %{with spy}
+## tar xjf %{SOURCE7} -C modules
+## %endif
+## tar xjf %{SOURCE8} -C modules
+## %if %{with miasto_plusa}
+## tar xzf %{SOURCE9} -C modules
+## %endif
+## %if %{with tabs}
+## tar xzf %{SOURCE10} -C modules
+## %endif
 
-%{__sed} -i 's,dataPath("kadu/modules/*,("%{_libdir}/kadu/modules/,g'  kadu/modules.cpp
+## %{__sed} -i 's,dataPath("kadu/modules/*,("%{_libdir}/kadu/modules/,g'  kadu/modules.cpp
 
 %build
 
-%if %{with tabs}
-%{__sed} -i 's/module_tabs=n/module_tabs=m/' .config
-%endif
-%if %{with miasto_plusa}
-%{__sed} -i 's/module_miastoplusa_sms=n/module_miastoplusa_sms=m/' .config
-%endif
-%{__sed} -i 's/module_led_notify=n/module_led_notify=m/' .config
-%if %{with xmms}
-%{__sed} -i 's/module_xmms=n/module_xmms=m/' .config
-rm -f modules/xmms/.autodownloaded
-%endif
-%if %{with alsa}
-%{__sed} -i 's/module_alsa_sound=n/module_alsa_sound=m/' .config
-%endif
-%if %{with arts}
-%{__sed} -i 's/module_arts_sound=n/module_arts_sound=m/' .config
-%endif
-%if %{with esd}
-%{__sed} -i 's/module_esd_sound=n/module_esd_sound=m/' .config
-%endif
-%if %{with nas}
-%{__sed} -i 's/module_nas_sound=n/module_nas_sound=m/' .config
-echo 'MODULE_LIBS_PATH="/usr/lib"' >> modules/nas_sound/spec
-%endif
-%if %{with speech}
-%{__sed} -i 's/module_speech=n/module_speech=m/' .config
-%endif
-%if %{with amarok}
-%{__sed} -i 's/module_amarok=n/module_amarok=m/' .config
-echo 'MODULE_INCLUDES_PATH="/usr/include"'>> modules/amarok/spec
-echo 'MODULE_LIBS_PATH="/usr/lib"' >> modules/amarok/spec
-%endif
-%if %{with spellchecker}
-%{__sed} -i 's/module_spellchecker=n/module_spellchecker=m/' .config
-%endif
-%if %{with weather}
-%{__sed} -i 's/module_weather=n/module_weather=m/' .config
-%endif
-%if %{with powerkadu}
-%{__sed} -i 's/module_powerkadu=n/module_powerkadu=m/' .config
-%endif
-
+## %if %{with tabs}
+## %{__sed} -i 's/module_tabs=n/module_tabs=m/' .config
+## %endif
+## %if %{with miasto_plusa}
+## %{__sed} -i 's/module_miastoplusa_sms=n/module_miastoplusa_sms=m/' .config
+## %endif
+## %{__sed} -i 's/module_led_notify=n/module_led_notify=m/' .config
+## %if %{with xmms}
+## #%{__sed} -i 's/module_xmms=n/module_xmms=m/' .config
+## #rm -f modules/xmms/.autodownloaded
+## %endif
+## %if %{with alsa}
+## %{__sed} -i 's/module_alsa_sound=n/module_alsa_sound=m/' .config
+## %endif
+## %if %{with arts}
+## %{__sed} -i 's/module_arts_sound=n/module_arts_sound=m/' .config
+## %endif
+## %if %{with esd}
+## %{__sed} -i 's/module_esd_sound=n/module_esd_sound=m/' .config
+## %endif
+## %if %{with nas}
+## %{__sed} -i 's/module_nas_sound=n/module_nas_sound=m/' .config
+## echo 'MODULE_LIBS_PATH="/usr/lib"' >> modules/nas_sound/spec
+## %endif
+## %if %{with speech}
+## %{__sed} -i 's/module_speech=n/module_speech=m/' .config
+## %endif
+## %if %{with amarok}
+## %{__sed} -i 's/module_amarok=n/module_amarok=m/' .config
+## echo 'MODULE_INCLUDES_PATH="/usr/include"'>> modules/amarok/spec
+## echo 'MODULE_LIBS_PATH="/usr/lib"' >> modules/amarok/spec
+## %endif
+## %if %{with spellchecker}
+## %{__sed} -i 's/module_spellchecker=n/module_spellchecker=m/' .config
+## %endif
+## %if %{with weather}
+## %{__sed} -i 's/module_weather=n/module_weather=m/' .config
+## %endif
+## %if %{with powerkadu}
+## %{__sed} -i 's/module_powerkadu=n/module_powerkadu=m/' .config
+## %endif
+ 
 chmod u+w aclocal.m4 configure
 %{__aclocal}
 %{__autoheader}
@@ -681,6 +681,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.97.2.73  2008-01-07 13:16:48  cieciwa
+- update to version 0.6.0,
+- release 0.1,
+- NFY.
+
 Revision 1.97.2.72  2007-02-12 13:20:13  baggins
 - converted to UTF-8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kadu.spec?r1=1.97.2.72&r2=1.97.2.73&f=u



More information about the pld-cvs-commit mailing list