[telepathy-kde-accounts-kcm-plugins] add deps to pull in telepathy plugins (#747675)

Rex Dieter rdieter at fedoraproject.org
Mon Oct 24 17:41:32 UTC 2011


commit 3d8adf71d189ea0c3c2bdc87d89da7614b50ec5a
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Oct 24 12:48:59 2011 -0500

    add deps to pull in telepathy plugins (#747675)

 telepathy-kde-accounts-kcm-plugins.spec |   35 ++++++++++++++++++++++++------
 1 files changed, 28 insertions(+), 7 deletions(-)
---
diff --git a/telepathy-kde-accounts-kcm-plugins.spec b/telepathy-kde-accounts-kcm-plugins.spec
index 8c436f7..8c082cf 100644
--- a/telepathy-kde-accounts-kcm-plugins.spec
+++ b/telepathy-kde-accounts-kcm-plugins.spec
@@ -2,7 +2,7 @@
 Name:    telepathy-kde-accounts-kcm-plugins 
 Summary: Plugins for protocol-specific UI's in the Telepathy Accounts KCM 
 Version: 0.1.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 License: LGPLv2+
 URL:     https://projects.kde.org/projects/playground/network/telepathy/telepathy-accounts-kcm/telepathy-accounts-kcm-plugins 
@@ -13,8 +13,16 @@ BuildRequires: kdelibs4-devel
 BuildRequires: telepathy-qt4-devel
 BuildRequires: telepathy-kde-accounts-kcm-devel >= %{version}
 
-Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
-Requires: telepathy-kde-accounts-kcm
+#Requires: kdelibs4%{?_isa}%{?_kde4_version: >= %{_kde4_version}}
+Requires: telepathy-kde-accounts-kcm >= %{version}
+
+Requires: telepathy-butterfly
+Requires: telepathy-haze
+Requires: telepathy-gabble
+Requires: telepathy-idle
+Requires: telepathy-rakia
+Requires: telepathy-salut
+Requires: telepathy-sunshine
 
 %description
 %{summary}.
@@ -34,17 +42,30 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install
-rm -rf %{buildroot}
-
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %files
 %doc COPYING
-%{_kde4_libdir}/kde4/kcmtelepathyaccounts_plugin_*.so
-%{_kde4_datadir}/kde4/services/kcmtelepathyaccounts_plugin_*.desktop
+%{_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
+* Mon Oct 24 2011 Rex Dieter <rdieter at fedoraproject.org> 0.1.0-4
+- add deps to pull in telepathy plugins (#747675)
+
 * Thu Sep 15 2011 Rex Dieter <rdieter at fedoraproject.org> 0.1.0-3
 - License: LGPLv2+
 


More information about the scm-commits mailing list