rpms/kdebase-workspace/devel kdebase-workspace.spec,1.264,1.265

Lukas Tinkl ltinkl at fedoraproject.org
Tue Aug 18 15:47:20 UTC 2009


Author: ltinkl

Update of /cvs/extras/rpms/kdebase-workspace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14065/devel

Modified Files:
	kdebase-workspace.spec 
Log Message:
move akonadi stuff to subpackage



Index: kdebase-workspace.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -p -r1.264 -r1.265
--- kdebase-workspace.spec	14 Aug 2009 20:25:31 -0000	1.264
+++ kdebase-workspace.spec	18 Aug 2009 15:47:20 -0000	1.265
@@ -36,7 +36,7 @@ Patch16: kdebase-workspace-4.3.0-battery
 # moving to non-multilib hack
 Obsoletes: kdebase-workspace < 4.3.0-2
 
-Obsoletes: PolicyKit-kde < 4.3.0-100 
+Obsoletes: PolicyKit-kde < %{version}-100 
 Provides:  PolicyKit-kde = %{version}-100
 # This can be used by apps which want to use the PolicyKit
 # frontend implementation of the desktop they are running under
@@ -91,7 +91,7 @@ Requires: %{name}-libs%{?_isa} = %{versi
 # would much rather these deps be elsewhere,
 # but adding here doesn't hurt either -- Rex
 Requires: kdebase-runtime >= %{version}
-Requires: oxygen-icon-theme >= 4.3.0 
+Requires: oxygen-icon-theme >= 4.2.2 
 
 # pkg-splits, upgrade path
 Requires: kdm = %{version}-%{release}
@@ -205,6 +205,13 @@ Requires: PyKDE4 >= %{version}
 %description python-applet
 %{summary}.
 
+%package akonadi
+Summary: Akonadi integration for KDE Workspace
+Group: User Interface/Desktops
+Requires: %{name} = %{version}-%{release}
+Requires: akonadi
+%description akonadi
+%{summary}.
 
 %prep
 
@@ -441,6 +448,9 @@ fi
 %exclude %{_kde4_datadir}/kde4/services/*googlegadgets.desktop
 # python widget
 %exclude %{_kde4_datadir}/kde4/services/plasma-scriptengine*python.desktop
+# akonadi
+%exclude %{_kde4_libdir}/kde4/plasma_engine_akonadi.so
+%exclude %{_kde4_datadir}/kde4/services/plasma-engine-akonadi.desktop
 
 %files libs
 %defattr(-,root,root,-)
@@ -513,10 +523,14 @@ fi
 %{_kde4_appsdir}/plasma_scriptengine_python
 %{_kde4_datadir}/kde4/services/plasma-scriptengine*python.desktop
 
+%files akonadi
+%defattr(-,root,root,-)
+%{_kde4_libdir}/kde4/plasma_engine_akonadi.so
+%{_kde4_datadir}/kde4/services/plasma-engine-akonadi.desktop
 
 %changelog
-* Fri Aug 07 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.0-6
-- Requires: oxygen-icon-theme >= 4.3.0
+* Tue Aug 18 2009 Lukáš Tinkl <ltinkl at redhat.com> - 4.3.0-6
+- move akonadi stuff to subpackage
 
 * Tue Aug 04 2009 Than Ngo <than at redhat.com> - 4.3.0-5
 - respin




More information about the fedora-extras-commits mailing list