]> git.pld-linux.org Git - packages/akonadi.git/blobdiff - akonadi.spec
- release 5 (by relup.sh)
[packages/akonadi.git] / akonadi.spec
index 10348322489645911c14cdb4e1316d1d469dc262..6dbfe430881109a295df818a9276bbca0bb800b3 100644 (file)
@@ -3,15 +3,14 @@
 Summary:       Akonadi - The PIM Storage Service
 Summary(pl.UTF-8):     Akonadi - usÅ‚uga przechowywania danych dla aplikacji PIM
 Name:          akonadi
-Version:       1.10.1
-Release:       1
+Version:       1.13.0
+Release:       5
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       ftp://ftp.kde.org/pub/kde/stable/akonadi/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 5b03c46e1e9da439e4ec63bf7b2087c2
+# Source0-md5: 84eb2e471bd6bdfe54a2a2f1d858c07d
 # svn co svn://anonsvn.kde.org/home/kde/trunk/kdesupport/akonadi/
 #Source0:      %{name}-%{version}-%{snap}.tar.bz2
-Patch0:                akonadi-cleanup_orphan_resources.patch
 URL:           http://pim.kde.org/akonadi/
 BuildRequires: QtCore-devel >= %{qtver}
 BuildRequires: QtDBus-devel >= %{qtver}
@@ -97,6 +96,8 @@ cd build
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_libdir}/kde4/akonadi
+
 %{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -122,10 +123,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
+%dir %{_libdir}/kde4/akonadi
 %attr(755,root,root) %ghost %{_libdir}/libakonadiprotocolinternals.so.?
 %attr(755,root,root) %{_libdir}/libakonadiprotocolinternals.so.*.*.*
 %attr(755,root,root) %{_libdir}/qt4/plugins/sqldrivers/libqsqlite3.so
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.AgentManager.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Search.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.Agent.Status.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.NotificationManager.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.NotificationSource.xml
@@ -136,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.ControlManager.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.DebugInterface.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.Server.xml
+%{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.StorageDebugger.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Akonadi.TracerNotification.xml
 %{_datadir}/dbus-1/services/org.freedesktop.Akonadi.Control.service
 
This page took 0.031565 seconds and 4 git commands to generate.