Accepting request 446476 from KDE:Applications

Removed the version from the Require. The two files are required as that they contain the debug categories on which the library will report. The categories itself are then used by kdebugsettings to activate or deactivate the logging

OBS-URL: https://build.opensuse.org/request/show/446476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mailimporter?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2016-12-17 10:17:07 +00:00 committed by Git OBS Bridge
commit 8bbf91174c
4 changed files with 57 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68a90c143ccb6599f89f4a3244926523993cca10a0353087b7238aecd776978d
size 382868

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f32137db5dbaf3752bb0fb9f4265e656bd5bfe0377586ae43cf37f0a09ad34fc
size 382660

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 13 20:01:34 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
-------------------------------------------------------------------
Mon Dec 12 16:41:59 UTC 2016 - lbeltrame@kde.org
- Update descriptions
-------------------------------------------------------------------
Sat Dec 3 16:45:34 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
-------------------------------------------------------------------
Tue Nov 29 12:42:08 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
-------------------------------------------------------------------
Wed Nov 9 06:12:06 UTC 2016 - lbeltrame@kde.org

View File

@ -17,32 +17,40 @@
Name: mailimporter
Version: 16.08.3
Version: 16.12.0
Release: 0
Summary: Base package of kdepim
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Mail import functionality for KDE PIM
License: GPL-2.0
Group: Development/Libraries/C and C++
Url: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64
BuildRequires: akonadi-mime-devel >= %{version}
BuildRequires: akonadi-contact-devel
BuildRequires: akonadi-mime-devel
BuildRequires: akonadi-server-devel
BuildRequires: extra-cmake-modules
BuildRequires: karchive-devel
BuildRequires: kcalcore-devel
BuildRequires: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kmime-devel
BuildRequires: libkdepim-devel >= %{version}
BuildRequires: pkgconfig(Qt5Test) >= 5.5.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.5.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.5.0
BuildRequires: libkdepim-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.4.0
# 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
This package contains the mailimporter library.
The mailimporter library is a KDE PIM project to provide a framework
for importing mail from different formats into Mail User Agents such as
KMail or Kontact.
%prep
%setup -q
@ -59,10 +67,11 @@ This package contains the mailimporter library.
Summary: MailImporter library for kdepim
License: LGPL-2.1+
Group: System/Libraries
Requires: %{name} >= %{version}
Requires: %{name}
%description -n libKF5MailImporter5
MailImporter Library
This package provides the mailimporter library, used by KDE PIM applications
to import data from other mail formats (such as mbox, Maildir...).
%post -n libKF5MailImporter5 -p /sbin/ldconfig
%postun -n libKF5MailImporter5 -p /sbin/ldconfig
@ -74,7 +83,7 @@ Group: Development/Libraries/C and C++
Requires: libKF5MailImporter5 = %{version}
%description devel
The development package for the mailimporter libraries
This package provides the development headers of the mailimporter library.
%files devel
%defattr(-,root,root)
@ -91,6 +100,7 @@ The development package for the mailimporter libraries
%files
%defattr(-,root,root)
%{_kf5_configdir}/mailimporter.categories
%config %{_kf5_configdir}/mailimporter.categories
%config %{_kf5_configdir}/mailimporter.renamecategories
%changelog