Author: hawk Date: Sun Apr 1 16:43:46 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - 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.168.2.4 -> 1.168.2.5) ---- Diffs: ================================================================ Index: SPECS/kadu.spec diff -u SPECS/kadu.spec:1.168.2.4 SPECS/kadu.spec:1.168.2.5 --- SPECS/kadu.spec:1.168.2.4 Sun Mar 18 23:00:45 2007 +++ SPECS/kadu.spec Sun Apr 1 18:43:40 2007 @@ -48,7 +48,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 @@ -56,7 +56,7 @@ Summary(pl): 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 @@ -94,7 +94,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 @@ -618,6 +618,13 @@ 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-download 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 @@ -1218,6 +1225,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.168.2.5 2007/04/01 16:43:40 hawk +- updated tabs module to 0.52 +- make sure that configure will not be re-downloading icon-themes +- release 3 + Revision 1.168.2.4 2007/03/18 22:00:45 glen - rel 2 (curl) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kadu.spec?r1=1.168.2.4&r2=1.168.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
