Mailinglist Archive: opensuse-commit (2092 mails)

< Previous Next >
commit kcall
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 06 Aug 2007 21:39:22 +0200
  • Message-id: <20070806193922.8C82D678335@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kcall
checked in at Mon Aug 6 21:39:22 CEST 2007.

--------
--- KDE/kcall/kcall.changes     2007-06-04 13:36:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/kcall/kcall.changes    2007-08-06 17:18:10.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug  6 17:17:55 CEST 2007 - dmueller@xxxxxxx
+
+- update to 0.7.0:
+  * first KDE4 version
+
+-------------------------------------------------------------------

Old:
----
  fix-auth-request.diff
  kcall-0.5.2svn20060206.tar.bz2
  kcall_dont_kill_kontact.diff
  kontact-356-plugin.diff
  system-gsm.diff
  system-ilbc.diff

New:
----
  kcall-0.7.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kcall.spec ++++++
--- /var/tmp/diff_new_pack.Jx5801/_old  2007-08-06 21:37:27.000000000 +0200
+++ /var/tmp/diff_new_pack.Jx5801/_new  2007-08-06 21:37:27.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package kcall (Version 0.5.2svn20060206)
+# spec file for package kcall (Version 0.7.0)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -11,24 +11,19 @@
 # norootforbuild
 
 Name:           kcall
-BuildRequires:  ilbc kdelibs3-devel kdepim3-devel
+BuildRequires:  libdecibel-devel libkdepimlibs4-devel
 %if %suse_version < 1010
 BuildRequires:  openssl-devel
 %endif
 URL:            http://www.basyskom.de/index.pl/kcall
-License:        GNU General Public License (GPL)
+License:        GPL v2 or later
 Group:          Productivity/Telephony/SIP/Clients
 Summary:        SIP (Voice over IP) Solution for KDE and Kontact
-Version:        0.5.2svn20060206
-Release:        105
+Version:        0.7.0
+Release:        1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Requires:       kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
+Requires:       libkde4 >= %( echo `rpm -q --queryformat '%{VERSION}' libkde4`)
 Source0:        %name-%version.tar.bz2
-Patch0:         kcall_dont_kill_kontact.diff
-Patch1:         fix-auth-request.diff
-Patch2:         kontact-356-plugin.diff
-Patch3:         system-ilbc.diff
-Patch4:         system-gsm.diff
 
 %description
 KCall is the telephony application of Kontact. It supports computer
@@ -46,32 +41,21 @@
 
 %prep
 %setup -q
-%patch0
-%patch1
-%patch3
-# system gsm libs seem to be broken ATM
-# %patch4
-%if %suse_version > 1020
-%patch2
-%endif
-. /etc/opt/kde3/common_options
-update_admin
 
 %build
-. /etc/opt/kde3/common_options
-./configure $configkde
   
-make %{?jobs:-j%jobs}
+%cmake_kde4 -d build
+
+%make_jobs
 
 %install
-. /etc/opt/kde3/common_options
-make DESTDIR=${RPM_BUILD_ROOT} $INSTALL_TARGET
+cd build
+%makeinstall
 %if %suse_version < 1010
 %suse_update_desktop_file %name Network Telephony
 %else
 %suse_update_desktop_file -G "SIP Phone" %name Network Telephony
 %endif
-kde_post_install
 
 %post
 %run_ldconfig
@@ -81,27 +65,20 @@
 
 %files
 %defattr(-,root,root)
-/opt/kde3/bin/kcall*
-/opt/kde3/%_lib/kde3/libkcallpart.*
-/opt/kde3/%_lib/lib*
-/opt/kde3/%_lib/kde3/libkontact_kcall.*
-/opt/kde3/share/applications/kde/kcall.desktop
-%if %suse_version > 1020
-/opt/kde3/share/applications/kde/kcallapplet.desktop
-%else
-/opt/kde3/share/applnk/Utilities/kcallapplet.desktop
-%endif
-/opt/kde3/share/apps/kcall*
-/opt/kde3/share/config.kcfg/kcallsip.kcfg
-/opt/kde3/share/icons/*/*/*/kcall*
-/opt/kde3/share/icons/*/*/*/phone_*
-/opt/kde3/share/services/kcall_part.desktop
-/opt/kde3/share/services/kontact/kcallplugin.desktop
-%if %suse_version > 1020
-/opt/kde3/share/services/kontact/kcallplugin356.desktop
-%endif
+/usr/bin/kcall*
+%{_libdir}/kde4/libkcallpart.so
+%{_libdir}/libkcall.so*
+/usr/share/Decibel/components/de.basyskom.kcallgui.streamchannel.component
+/usr/share/applications/kde4/kcall.desktop
+/usr/share/dbus-1/interfaces/org.kde.KCall.Core.xml
+/usr/share/dbus-1/services/de.basyskom.kcallgui.service
+/usr/share/kde4/apps/kcall/kcall_partui.rc
+/usr/share/kde4/apps/kcall/kcallui.rc
 
 %changelog
+* Mon Aug 06 2007 - dmueller@xxxxxxx
+- update to 0.7.0:
+  * first KDE4 version
 * Mon Jun 04 2007 - stbinner@xxxxxxx
 - fix build
 * Fri Jun 01 2007 - dmueller@xxxxxxx

++++++ kcall-0.5.2svn20060206.tar.bz2 -> kcall-0.7.0.tar.bz2 ++++++
++++ 78773 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread