diff --git a/.cvsignore b/.cvsignore index 487cf17..c648b82 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -akonadi-1.0.81.tar.bz2 +akonadi-1.1.0.tar.bz2 diff --git a/akonadi.spec b/akonadi.spec index 7ac2678..ee1ef3d 100644 --- a/akonadi.spec +++ b/akonadi.spec @@ -1,6 +1,6 @@ Summary: PIM Storage Service Name: akonadi -Version: 1.0.81 +Version: 1.1.0 Release: 1%{?dist} Group: System Environment/Libraries @@ -53,7 +53,9 @@ Requires: pkgconfig mkdir -p %{_target_platform} pushd %{_target_platform} +# added CMAKE_SKIP_RPATH ... at least until universally in %cmake macro -- Rex %{cmake} \ + -DCMAKE_SKIP_RPATH:BOOL=ON \ -DCONFIG_INSTALL_DIR=%{_sysconfdir} \ .. popd @@ -88,7 +90,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_bindir}/akonadi_control %{_bindir}/akonadictl %{_bindir}/akonadiserver -%{_libdir}/libakonadi*.so.* +%{_libdir}/libakonadi*.so.1* %{_datadir}/dbus-1/interfaces/ %{_datadir}/dbus-1/services/org.freedesktop.Akonadi.Control.service %{_datadir}/mime/packages/akonadi-mime.xml @@ -103,6 +105,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Sun Jan 04 2009 Rex Dieter - 1.1.0-1 +- 1.1.0 + * Tue Dec 16 2008 Rex Dieter - 1.0.81-1 - 1.0.81 diff --git a/sources b/sources index b49b78f..19b5c8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a42c9e8fdfb47fde0a8c6a3bc01a101 akonadi-1.0.81.tar.bz2 +de54155bdc4f15d30e889a6245779a2c akonadi-1.1.0.tar.bz2