forked from pool/pim-data-exporter
KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=69
This commit is contained in:
parent
2d691558c5
commit
863c744d0c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:628e62067272b3d8fb6fb7c1fdc9a58e8399a6b708690e1e56e13553536b0f50
|
|
||||||
size 269628
|
|
3
pim-data-exporter-18.11.80.tar.xz
Normal file
3
pim-data-exporter-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0a3c7131d811603bdcfd6f5fd75f35cc8028cfd7630c84ef2b828e749e385b3
|
||||||
|
size 270644
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 06:23:05 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Run spec-cleaner
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 05:57:36 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:44:19 UTC 2018 - lbeltrame@kde.org
|
Thu Nov 08 20:44:19 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,26 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
|
||||||
|
|
||||||
Name: pim-data-exporter
|
|
||||||
Version: 18.08.3
|
|
||||||
Release: 0
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
%bcond_without lang
|
||||||
|
Name: pim-data-exporter
|
||||||
|
Version: 18.11.80
|
||||||
|
Release: 0
|
||||||
Summary: Data exporter for KDE PIM
|
Summary: Data exporter for KDE PIM
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
%if 0%{?suse_version} > 1325
|
|
||||||
BuildRequires: libboost_headers-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: boost-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
# Only required for the icon
|
||||||
|
BuildRequires: kontact
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: cmake(KF5Akonadi)
|
BuildRequires: cmake(KF5Akonadi)
|
||||||
BuildRequires: cmake(KF5AkonadiContact)
|
BuildRequires: cmake(KF5AkonadiContact)
|
||||||
BuildRequires: cmake(KF5AkonadiMime)
|
BuildRequires: cmake(KF5AkonadiMime)
|
||||||
@ -50,22 +49,21 @@ BuildRequires: cmake(KF5Libkdepim)
|
|||||||
BuildRequires: cmake(KF5MailCommon)
|
BuildRequires: cmake(KF5MailCommon)
|
||||||
BuildRequires: cmake(KF5MailTransport)
|
BuildRequires: cmake(KF5MailTransport)
|
||||||
BuildRequires: cmake(KF5PimTextEdit)
|
BuildRequires: cmake(KF5PimTextEdit)
|
||||||
# Only required for the icon
|
|
||||||
BuildRequires: kontact
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: update-desktop-files
|
|
||||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||||
Requires: kontact
|
Requires: kontact
|
||||||
|
# It can only build on the same platforms as Qt Webengine
|
||||||
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
|
%if 0%{?suse_version} > 1325
|
||||||
|
BuildRequires: libboost_headers-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
%endif
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
# It can only build on the same platforms as Qt Webengine
|
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains utlities needed by KDE PIM to export data for backup and archival.
|
This package contains utlities needed by KDE PIM to export data for backup and archival.
|
||||||
@ -85,15 +83,14 @@ This package contains utlities needed by KDE PIM to export data for backup and a
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
%kf5_find_htmldocs
|
%{kf5_find_htmldocs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%config %{_kf5_configdir}/pimsettingexporter.categories
|
%config %{_kf5_configdir}/pimsettingexporter.categories
|
||||||
%config %{_kf5_configdir}/pimsettingexporter.renamecategories
|
%config %{_kf5_configdir}/pimsettingexporter.renamecategories
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/pimsettingexporter/
|
%doc %lang(en) %{_kf5_htmldir}/en/pimsettingexporter/
|
||||||
@ -103,10 +100,11 @@ This package contains utlities needed by KDE PIM to export data for backup and a
|
|||||||
%{_kf5_configkcfgdir}/pimsettingexporterglobalconfig.kcfg
|
%{_kf5_configkcfgdir}/pimsettingexporterglobalconfig.kcfg
|
||||||
%{_kf5_libdir}/libpimsettingexporterprivate.so.*
|
%{_kf5_libdir}/libpimsettingexporterprivate.so.*
|
||||||
%{_kf5_sharedir}/kconf_update/
|
%{_kf5_sharedir}/kconf_update/
|
||||||
|
%{_kf5_appstreamdir}/org.kde.pimsettingexporter.appdata.xml
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user