SPECS: kadu.spec - merged from AC-branch (by hawk): - updated ta...

qboosh qboosh at pld-linux.org
Tue Apr 3 21:45:38 CEST 2007


Author: qboosh                       Date: Tue Apr  3 19:45:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- merged from AC-branch (by hawk):
  - updated tabs module to 0.52
  - make sure that configure will not be re-downloading icon-themes
  - release 3

---- Files affected:
SPECS:
   kadu.spec (1.176 -> 1.177) 

---- Diffs:

================================================================
Index: SPECS/kadu.spec
diff -u SPECS/kadu.spec:1.176 SPECS/kadu.spec:1.177
--- SPECS/kadu.spec:1.176	Mon Mar 19 09:15:54 2007
+++ SPECS/kadu.spec	Tue Apr  3 21:45:32 2007
@@ -50,7 +50,7 @@
 %define		_sms_miastoplusa_ver	1.3.5
 %define		_spellchecker_mod_ver	0.19
 %define		_spy_mod_ver		0.0.8-3
-%define		_tabs_ver		0.48
+%define		_tabs_ver		0.52
 %define		_weather_ver		3.01
 %define		_xmms_mod_ver		1.34
 
@@ -58,7 +58,7 @@
 Summary(pl.UTF-8):	Klient Gadu-Gadu do przesyłania wiadomości po sieci
 Name:		kadu
 Version:	0.5.0
-Release:	2
+Release:	3
 License:	GPL v2
 Group:		Applications/Communications
 
@@ -96,7 +96,7 @@
 Source16:	http://student.agh.edu.pl/neeo/%{name}-spy-%{_spy_mod_ver}.tar.bz2
 # Source16-md5:	b04fb7a4a98abe5d32e321da3058bbf0
 Source17:	http://kadu.net/~arvenil/tabs/download/%{version}/%{name}-module-tabs-%{_tabs_ver}.tar.bz2
-# Source17-md5:	b8aef059dce105cfd9c7f3f00d085d8e
+# Source17-md5:	23491804ea3595f10bfce39c1f8a7c84
 Source18:	http://kadu.net/~blysk/weather-%{_weather_ver}.tar.bz2
 # Source18-md5:	c21727575d4bab551adeb9b5b1787f0c
 Source19:	http://scripts.one.pl/xmms/stable/%{version}/xmms-%{_xmms_mod_ver}.tar.gz
@@ -620,10 +620,16 @@
 tar xzf %{SOURCE24} -C varia/themes/icons
 tar xzf %{SOURCE25} -C varia/themes/icons
 
+# rename theme directories to be sure that they
+# will not be re-downloaded by configure
+for dir in varia/themes/icons/kadu-theme-*; do
+	theme=`echo $dir | %{__sed} -e 's/kadu-theme-//; s/[_-]//;'`;
+	mv $dir $theme
+done
+
 %{__sed} -i 's,dataPath("kadu/modules/*,("%{_libdir}/kadu/modules/,g' kadu/modules.cpp
 
 %build
-
 %if %{with advanced_userlist}
 %{__sed} -i 's/module_advanced_userlist=n/module_advanced_userlist=m/' .config
 %endif
@@ -1224,6 +1230,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.177  2007/04/03 19:45:32  qboosh
+- merged from AC-branch (by hawk):
+  - updated tabs module to 0.52
+  - make sure that configure will not be re-downloading icon-themes
+  - release 3
+
 Revision 1.176  2007/03/19 08:15:54  glen
 - todo
 
================================================================

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



More information about the pld-cvs-commit mailing list