[telepathy-kde-accounts-kcm] 0.2.0

Rex Dieter rdieter at fedoraproject.org
Sat Nov 26 03:29:06 UTC 2011


commit 3caaa74a69b54b33a5c77c7ffaeee9c6f4a7b0d9
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Nov 25 21:29:53 2011 -0600

    0.2.0

 .gitignore                      |    1 +
 sources                         |    2 +-
 telepathy-kde-accounts-kcm.spec |   52 ++++++++++++++++++++++++++++++++------
 3 files changed, 45 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 596faca..d902d93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /telepathy-kde-accounts-kcm_0.1.0.tar.bz2
+/telepathy-kde-accounts-kcm-0.2.0.tar.bz2
diff --git a/sources b/sources
index 8bef19f..71522da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2854f338ec63a81d447710e4c805dc1f  telepathy-kde-accounts-kcm_0.1.0.tar.bz2
+a536d61eb82b483a41345f119a94f2b3  telepathy-kde-accounts-kcm-0.2.0.tar.bz2
diff --git a/telepathy-kde-accounts-kcm.spec b/telepathy-kde-accounts-kcm.spec
index 6219717..7fc20c3 100644
--- a/telepathy-kde-accounts-kcm.spec
+++ b/telepathy-kde-accounts-kcm.spec
@@ -1,19 +1,34 @@
 
 Name:    telepathy-kde-accounts-kcm
 Summary: KDE Configuration Module for Telepathy Instant Messaging Accounts
-Version: 0.1.0
-Release: 3%{?dist}
+Version: 0.2.0
+Release: 1%{?dist}
 
 License: LGPLv2+
 URL:     https://projects.kde.org/projects/playground/network/telepathy/telepathy-accounts-kcm
-Source0: http://download.kde.org/unstable/telepathy-kde/%{version}/src/telepathy-kde-accounts-kcm_%{version}.tar.bz2
+Source0: http://download.kde.org/unstable/telepathy-kde/%{version}/src/telepathy-kde-accounts-kcm-%{version}.tar.bz2
 
 BuildRequires: kdelibs4-devel
 BuildRequires: telepathy-qt4-devel
 
+Obsoletes: telepathy-kde-accounts-kcm-plugins < 0.2.0
+Provides:  telepathy-kde-accounts-kcm-plugins = %{version}-%{release}
+
+Obsoletes: telepathy-kde-accounts-kcm-devel < 0.2.0
+
 Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
 Requires: telepathy-mission-control
 
+# various protocol handlers
+Requires: telepathy-butterfly
+Requires: telepathy-gabble
+Requires: telepathy-haze
+Requires: telepathy-idle
+Requires: telepathy-rakia
+Requires: telepathy-salut
+Requires: telepathy-sunshine
+
+
 %description
 %{summary}.
 
@@ -26,7 +41,7 @@ Requires: telepathy-qt4-devel
 
 
 %prep
-%setup -q -n %{name}_%{version}
+%setup -q -n %{name}-%{version}
 
 
 %build
@@ -43,24 +58,43 @@ rm -rf %{buildroot}
 
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
+%find_lang %{name} --all-name --with-kde
+
+## unpackaged files
+rm -f %{buildroot}%{_kde4_libdir}/libkcmtelepathyaccounts.so
+
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %doc COPYING README
 %{_kde4_libdir}/libkcmtelepathyaccounts.so.4*
 %{_kde4_libdir}/kde4/kcm_telepathy_accounts.so
 %{_kde4_datadir}/kde4/services/kcm_telepathy_accounts.desktop
 %{_kde4_datadir}/kde4/servicetypes/kcmtelepathyaccounts-accountuiplugin.desktop
+%{_kde4_datadir}/kde4/services/settings-im-and-voip.desktop
 %{_datadir}/telepathy/profiles/
-
-%files devel
-%{_kde4_includedir}/KCMTelepathyAccounts/
-%{_kde4_libdir}/libkcmtelepathyaccounts.so
+%{_kde4_datadir}/kde4/services/kcmtelepathyaccounts_plugin_butterfly.desktop
+%{_kde4_datadir}/kde4/services/kcmtelepathyaccounts_plugin_gabble.desktop
+%{_kde4_datadir}/kde4/services/kcmtelepathyaccounts_plugin_haze.desktop
+%{_kde4_datadir}/kde4/services/kcmtelepathyaccounts_plugin_idle.desktop
+%{_kde4_datadir}/kde4/services/kcmtelepathyaccounts_plugin_rakia.desktop
+%{_kde4_datadir}/kde4/services/kcmtelepathyaccounts_plugin_salut.desktop
+%{_kde4_datadir}/kde4/services/kcmtelepathyaccounts_plugin_sunshine.desktop
+%{_kde4_libdir}/kde4/kcmtelepathyaccounts_plugin_butterfly.so
+%{_kde4_libdir}/kde4/kcmtelepathyaccounts_plugin_gabble.so
+%{_kde4_libdir}/kde4/kcmtelepathyaccounts_plugin_haze.so
+%{_kde4_libdir}/kde4/kcmtelepathyaccounts_plugin_idle.so
+%{_kde4_libdir}/kde4/kcmtelepathyaccounts_plugin_rakia.so
+%{_kde4_libdir}/kde4/kcmtelepathyaccounts_plugin_salut.so
+%{_kde4_libdir}/kde4/kcmtelepathyaccounts_plugin_sunshine.so
 
 
 %changelog
+* Fri Nov 25 2011 Rex Dieter <rdieter at fedoraproject.org> 0.2.0-1
+- 0.2.0
+
 * Mon Sep 26 2011 Rex Dieter <rdieter at fedoraproject.org> 0.1.0-3
 - Requires: telepathy-mission-control
 


More information about the scm-commits mailing list