KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=169
This commit is contained in:
parent
6d9995a7ec
commit
c15664513e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5761fa496f64658625f4bdbb2e27a160d6d306d5376b077311b5db2f514bc56
|
||||
size 1538188
|
3
akonadi-18.11.80.tar.xz
Normal file
3
akonadi-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fa2d300169c621fede57b21a653949cf211e39322fa5e3f570620ec84a731d0
|
||||
size 1552048
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:21:46 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:56:34 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.11.80.php
|
||||
- Changes since 18.08.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:25 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -16,36 +16,20 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
%define rname akonadi
|
||||
Name: akonadi-server
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: akonadi-server
|
||||
Version: 18.11.80
|
||||
Release: 0
|
||||
Summary: PIM Storage Service
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
Url: http://akonadi-project.org
|
||||
URL: http://akonadi-project.org
|
||||
Source: %{rname}-%{version}.tar.xz
|
||||
Source99: akonadi-server-rpmlintrc
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_graph-devel
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
# Needed for 42.3
|
||||
%if 0%{?suse_version} < 1330
|
||||
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
|
||||
%if 0%{?sle_version} < 120300
|
||||
BuildRequires: gcc6-c++
|
||||
%else
|
||||
BuildRequires: gcc7-c++
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: cmake >= 3.0.0
|
||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -55,6 +39,7 @@ BuildRequires: libxslt
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libxslt-tools
|
||||
BuildRequires: mariadb
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: postgresql-devel
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: sqlite3-devel
|
||||
@ -89,10 +74,23 @@ Provides: akonadi5 = %{version}
|
||||
# Needed for users of unstable repositories
|
||||
Obsoletes: akonadi < %{version}
|
||||
Obsoletes: akonadi-runtime < %{version}
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_graph-devel
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} < 1330
|
||||
# It does not build with the default compiler (GCC 4.8) on Leap 42.x
|
||||
%if 0%{?sle_version} < 120300
|
||||
BuildRequires: gcc6-c++
|
||||
%else
|
||||
BuildRequires: gcc7-c++
|
||||
%endif
|
||||
%endif
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains the data files of Akonadi, the KDE PIM storage
|
||||
@ -151,11 +149,6 @@ Akonadi server's SQlite plugin.
|
||||
Summary: Akonadi Framework: Build Environment
|
||||
Group: Development/Libraries/X11
|
||||
Requires: %{name} = %{version}
|
||||
%if 0%{?suse_version} > 1325
|
||||
Requires: libboost_headers-devel
|
||||
%else
|
||||
Requires: boost-devel
|
||||
%endif
|
||||
Requires: kcompletion-devel
|
||||
Requires: kdelibs4support-devel
|
||||
Requires: kitemmodels-devel
|
||||
@ -171,6 +164,11 @@ Conflicts: libakonadiprotocolinternals-devel
|
||||
Obsoletes: akonadi-devel < %{version}
|
||||
Obsoletes: libKF5AkonadiPrivate-devel < %{version}
|
||||
Provides: libKF5AkonadiPrivate-devel = %{version}
|
||||
%if 0%{?suse_version} > 1325
|
||||
Requires: libboost_headers-devel
|
||||
%else
|
||||
Requires: boost-devel
|
||||
%endif
|
||||
|
||||
%description devel
|
||||
This package contains development files of Akonadi, the KDE PIM storage
|
||||
@ -223,8 +221,8 @@ service.
|
||||
%postun -n libKF5AkonadiXml5 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING* AUTHORS
|
||||
%license COPYING*
|
||||
%doc AUTHORS
|
||||
%config %{_kf5_sysconfdir}/xdg/akonadi/mysql-global-mobile.conf
|
||||
%config %{_kf5_sysconfdir}/xdg/akonadi/mysql-global.conf
|
||||
%dir %{_kf5_configkcfgdir}
|
||||
@ -249,38 +247,31 @@ service.
|
||||
%{_kf5_sysconfdir}/xdg/akonadi.*categories
|
||||
|
||||
%files -n libKF5AkonadiAgentBase5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_libdir}/libKF5AkonadiAgentBase.so.*
|
||||
|
||||
%files -n libKF5AkonadiCore5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_libdir}/libKF5AkonadiCore.so.*
|
||||
|
||||
%files -n libKF5AkonadiWidgets5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_libdir}/libKF5AkonadiWidgets.so.*
|
||||
|
||||
%files -n libKF5AkonadiPrivate5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_libdir}/libKF5AkonadiPrivate.so.*
|
||||
|
||||
%files -n libKF5AkonadiXml5
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_libdir}/libKF5AkonadiXml.so.*
|
||||
|
||||
%files sqlite
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_kf5_plugindir}/sqldrivers/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%dir %{_kf5_cmakedir}
|
||||
%{_kf5_bindir}/akonadi2xml
|
||||
%{_kf5_dbusinterfacesdir}/org.freedesktop.Akonadi.*.xml
|
||||
@ -306,7 +297,7 @@ service.
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user