Mailinglist Archive: opensuse-commit (1421 mails)

< Previous Next >
commit akonadi-runtime
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 06 May 2008 10:26:35 +0200
  • Message-id: <20080506082636.1ED11678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package akonadi-runtime
checked in at Tue May 6 10:26:35 CEST 2008.


--------
New Changes file:

--- /dev/null 2006-09-20 18:56:23.000000000 +0200
+++ /mounts/work_src_done/STABLE/akonadi-runtime/akonadi-runtime.changes
2008-05-03 01:10:01.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Sat May 3 01:09:48 CEST 2008 - dmueller@xxxxxxx
+
+- update to current SVN to adapt API addtions
+
+-------------------------------------------------------------------
+Mon Apr 28 14:59:25 CEST 2008 - dmueller@xxxxxxx
+
+- rename akonadi -> akonadi-runtime
+- fix -devel package splitting
+- split off library package
+
+-------------------------------------------------------------------
+Thu Apr 24 23:16:43 CEST 2008 - dmueller@xxxxxxx
+
+- Initial package (split out KDE independent parts)
+



New:
----
akonadi-0.80.0.tar.bz2
akonadi-803425.diff
akonadi-runtime.changes
akonadi-runtime.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ akonadi-runtime.spec ++++++
#
# spec file for package akonadi-runtime (Version 0.80.0+svn803425)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name: akonadi-runtime
BuildRequires: cmake kde4-filesystem libmysqlclient-devel libqt4-devel
BuildRequires: automoc4 libxslt mysql shared-mime-info
%if %suse_version > 1020
BuildRequires: fdupes
%endif
Version: 0.80.0+svn803425
Release: 2
%define rversion 0.80.0
License: LGPL v2.1 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.kde.org
Group: System/GUI/KDE
Summary: PIM Storage Service
Source0: akonadi-%rversion.tar.bz2
Patch0: akonadi-803425.diff
Requires: libqt4 >= %( echo `rpm -q --queryformat '%{VERSION}' libqt4`)
# rename from 10.3, which had 4.x version
Provides: akonadi = %version
Obsoletes: akonadi < 4.1

%description
This package contains the data files of Akonadi, the KDE PIM storage
service.



Authors:
--------
The KDE Team <kde@xxxxxxx>

%package -n libakonadiprotocolinternals-devel
License: LGPL v2.1 or later
Group: System/GUI/KDE
Summary: PIM Storage Service: Build Environment
Requires: libqt4-devel >= %( echo `rpm -q --queryformat '%{VERSION}'
libqt4-devel`)
Requires: %name = %version
# rename from 10.3, which had 4.x version
Provides: akonadi-devel = %version
Obsoletes: akonadi-devel < 4.1

%description -n libakonadiprotocolinternals-devel
This package contains development files of Akonadi, the KDE PIM storage
service.



Authors:
--------
The KDE Team <kde@xxxxxxx>

%package -n libakonadiprotocolinternals0
Summary: PIM Storage Service
License: LGPL v2.1 or later
Group: System/GUI/KDE

%description -n libakonadiprotocolinternals0
This package contains the data files of Akonadi, the KDE PIM storage
service.



Authors:
--------
The KDE Team <kde@xxxxxxx>

%prep
%setup -q -n akonadi-%rversion
%patch0

%build
%cmake_kde4 -d build -- -DCONFIG_INSTALL_DIR=/etc
%make_jobs

%install
cd build
%makeinstall
%if %suse_version > 1020
%fdupes -s $RPM_BUILD_ROOT/usr/include
%endif

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%post -n libakonadiprotocolinternals0 -p /sbin/ldconfig

%postun -n libakonadiprotocolinternals0 -p /sbin/ldconfig

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
/usr/bin/akonadi_control
/usr/bin/akonadictl
/usr/bin/akonadiserver
%dir /etc/akonadi
%config /etc/akonadi/mysql-global.conf
%_libdir/libakonadiprivate.so.0*
/usr/share/mime/packages/akonadi-mime.xml
/usr/share/dbus-1/services/org.kde.Akonadi.Control.service

%files -n libakonadiprotocolinternals-devel
%defattr(-,root,root)
%dir /usr/include/akonadi
/usr/include/akonadi/private
/usr/share/dbus-1/interfaces/org.kde.Akonadi.*.xml
%_libdir/libakonadiprotocolinternals.so
%_libdir/libakonadiprivate.so
%_libdir/pkgconfig/akonadi.pc

%files -n libakonadiprotocolinternals0
%defattr(-,root,root)
%_libdir/libakonadiprotocolinternals.so.0*

%changelog
* Sat May 03 2008 dmueller@xxxxxxx
- update to current SVN to adapt API addtions
* Mon Apr 28 2008 dmueller@xxxxxxx
- rename akonadi -> akonadi-runtime
- fix -devel package splitting
- split off library package
* Fri Apr 25 2008 dmueller@xxxxxxx
- Initial package (split out KDE independent parts)
++++++ akonadi-803425.diff ++++++
++++ 2942 lines (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread