SPECS (DEVEL): kadu.spec - better snapshot handling ( --with snap...

2006-12-23 Thread shadzik
Author: shadzik  Date: Sat Dec 23 22:05:40 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- better snapshot handling ( --with  snap)
- snapshot up to 20061218
- tcl_scripting removed
- powerkadu module added
- amorak mod up to 1.19
- libgadu up to 1.7
- spy mod up to 0.0.8-3
- xmms mod up to 1.32
- by Bartlomiej Zimon 

 Files affected:
SPECS:
   kadu.spec (1.97.2.68 -> 1.97.2.69) 

 Diffs:


Index: SPECS/kadu.spec
diff -u SPECS/kadu.spec:1.97.2.68 SPECS/kadu.spec:1.97.2.69
--- SPECS/kadu.spec:1.97.2.68   Mon Nov 13 22:08:28 2006
+++ SPECS/kadu.spec Sat Dec 23 23:05:34 2006
@@ -1,11 +1,12 @@
 # $Revision$, $Date$
 #
 # TODO:
-# - make miasto_plusa/tcl_scripting compile again
-# - consider dropping spy module: doesn't work anymore as expected 
-#   (also website is down, download is down)
+# - spy module - won't work with gg7 clients
 #
 # Conditional build:
+
+%bcond_withsnap# build cvs snapshot
+
 %bcond_without amarok  # without amarok player support module
 %bcond_without alsa# without ALSA support
 %bcond_without arts# without arts sound server support
@@ -15,51 +16,66 @@
 %bcond_without speech  # without Speech synthesis support
 %bcond_without spellchecker# without spellchecker (Aspell support)
 %bcond_withspy # without Spying module that shows who's 
invisible
-%bcond_withtcl_scripting   # without TCL scripting support and KaduPro 
extensions
+%bcond_withpowerkadu   # without PowerKadu extensions
 %bcond_without weather # without weather check module support
 %bcond_without xmms# without xmms player support module
+%bcond_withtabs# without tabs support module
 
-%define_amarok_mod_ver 1.18
-%define_libgadu_ver4:1.6
+%define_snap   20061218
+%define_relrc1
+
+%define_amarok_mod_ver 1.19
+%define_libgadu_ver4:1.7
 %define_spellchecker_mod_ver   0.19
-%define_spy_mod_ver0.0.8-2
-%define_tcl_mod_ver0.6.2-Josephine
+%define_spy_mod_ver0.0.8-3
+%define_powerkadu_ver  20061109
 %define_weather_ver3.01
-%define_xmms_mod_ver   1.30
+%define_xmms_mod_ver   1.32
 %define_led_ver0.9
-%define_miasto_plusa_ver   1.3.2
+%define_miasto_plusa_ver   1.3.5
 %define_tabs_ver   rev46
-%definesnapshot20061025
-%defineyear%(echo %{snapshot} |cut -b -4)
-#
+
+%if %{with snap}
+%defineyear%(echo %{_snap} |cut -b -4)
+%endif
+
 Summary:   A Gadu-Gadu client for online messaging
 Summary(pl):   Klient Gadu-Gadu do przesyłania wiadomości po sieci
 Name:  kadu
 Version:   0.5.0
-Release:   0.%{snapshot}.3
+Release:   0.%{?with_snap:%{_snap}}%{!?with_snap:%{_rel}}.1
 License:   GPL v2
 Group: Applications/Communications
-Source0:   
http://kadu.net/download/snapshots/%{year}/%{name}-%{snapshot}.tar.bz2
-# Source0-md5: 21a55d099699d967028e49f4d8307a99
-Source1:   %{name}.desktop
+
+%if %{with snap}
+Source0:   
http://kadu.net/download/snapshots/%{year}/%{name}-%{_snap}.tar.bz2
+# Source0-md5: 013d9cde2da23021418a50d15203c36e
+%else
+Source1:   
http://kadu.net/download/stable/%{name}-%{version}-%{_rel}.tar.bz2
+# Source1-md5: 75e5ebd7d0952e5ac4d10ea87b8f3f60
+%endif
+
 Source2:   
http://scripts.one.pl/xmms/devel/%{version}/xmms-%{_xmms_mod_ver}.tar.gz
-# Source2-md5: 422b0bfe2fe1d67620896576e3092ac8
+# Source2-md5: e4ac1276f5326c5b17ef086ad2448e91
 Source3:   
http://scripts.one.pl/amarok/devel/%{version}/amarok-%{_amarok_mod_ver}.tar.gz
-# Source3-md5: 0ec8466884d98d63a6d2e4eeac814612
+# Source3-md5: 139e50cbe9ff2014ca35e9b3b4be1f67
 Source4:   
http://scripts.one.pl/spellchecker/devel/%{version}/spellchecker-%{_spellchecker_mod_ver}.tar.gz
 # Source4-md5: f1e1c572f9fd92dfb420e62818bc826c
 Source5:   http://www.kadu.net/~blysk/weather-%{_weather_ver}.tar.bz2
 # Source5-md5: c21727575d4bab551adeb9b5b1787f0c
-Source6:   
http://scripts.one.pl/tcl4kadu/files/stable/0.4.3/tcl_scripting-%{_tcl_mod_ver}.tar.gz
-# Source6-md5: 97406c1f3f34b8a073e0a1a18e842c9e
-Source7:   
http://scripts.one.pl/~przemos/download/kadu-spy-%{_spy_mod_ver}.tar.gz
-# Source7-md5: 2ffba6058d5d463ade20ff697e200f7c
+Source6:   
http://kadu.net/~patryk/powerkadu/powerkadu-%{_powerkadu_ver}.tar.gz
+# Source6-md5: a776953e41d819a92188979c71c02fa5
+#Source7: 
http://scripts.one.pl/~przemos/download/kadu-spy-%{_spy_mod_ver}.tar.gz 
+Sourc

SPECS (DEVEL): kadu.spec - better snapshot handling

2006-11-13 Thread shadzik
Author: shadzik  Date: Mon Nov 13 21:08:33 2006 GMT
Module: SPECS Tag: DEVEL
 Log message:
- better snapshot handling

 Files affected:
SPECS:
   kadu.spec (1.97.2.67 -> 1.97.2.68) 

 Diffs:


Index: SPECS/kadu.spec
diff -u SPECS/kadu.spec:1.97.2.67 SPECS/kadu.spec:1.97.2.68
--- SPECS/kadu.spec:1.97.2.67   Wed Nov  1 14:18:51 2006
+++ SPECS/kadu.spec Mon Nov 13 22:08:28 2006
@@ -29,17 +29,17 @@
 %define_led_ver0.9
 %define_miasto_plusa_ver   1.3.2
 %define_tabs_ver   rev46
-%definesnapshot_major  2006
-%definesnapshot_minor  1025
+%definesnapshot20061025
+%defineyear%(echo %{snapshot} |cut -b -4)
 #
 Summary:   A Gadu-Gadu client for online messaging
 Summary(pl):   Klient Gadu-Gadu do przesyłania wiadomości po sieci
 Name:  kadu
 Version:   0.5.0
-Release:   0.%{snapshot_major}%{snapshot_minor}.3
+Release:   0.%{snapshot}.3
 License:   GPL v2
 Group: Applications/Communications
-Source0:   
http://kadu.net/download/snapshots/%{snapshot_major}/%{name}-%{snapshot_major}%{snapshot_minor}.tar.bz2
+Source0:   
http://kadu.net/download/snapshots/%{year}/%{name}-%{snapshot}.tar.bz2
 # Source0-md5: 21a55d099699d967028e49f4d8307a99
 Source1:   %{name}.desktop
 Source2:   
http://scripts.one.pl/xmms/devel/%{version}/xmms-%{_xmms_mod_ver}.tar.gz
@@ -648,6 +648,9 @@
 All persons listed below can be reached at @pld-linux.org
 
 $Log$
+Revision 1.97.2.68  2006/11/13 21:08:28  shadzik
+- better snapshot handling
+
 Revision 1.97.2.67  2006/11/01 13:18:51  zergin
 - version 0.20061025.3
 - fix missing dirs


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

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit