changelogs
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kfilemetadata5?expand=0&rev=65
This commit is contained in:
parent
de3c3e1079
commit
4bd681aaa9
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 19:20:09 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.13.0
|
||||
* The Qt version requirement has been bumped from 5.2 to 5.3
|
||||
* Debug output has been ported to categorized output, for less
|
||||
noise by default
|
||||
* Docbook documentation has been reviewed and updated
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.13.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 26 15:45:54 UTC 2015 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -17,29 +17,31 @@
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.13
|
||||
Name: kfilemetadata5
|
||||
Version: 5.13.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
Summary: Extract Metadata
|
||||
License: GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
|
||||
Group: Development/Libraries/KDE
|
||||
Url: http://www.kde.org/
|
||||
Source: kfilemetadata-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
Source99: kfilemetadata5-rpmlintrc
|
||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||
BuildRequires: ffmpeg-devel
|
||||
%endif
|
||||
BuildRequires: karchive-devel >= 5.0.0
|
||||
BuildRequires: karchive-devel >= %{_tar_path}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= 5.0.0
|
||||
BuildRequires: ki18n-devel >= %{_tar_path}
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libepub-devel
|
||||
BuildRequires: libexiv2-devel >= 0.21
|
||||
BuildRequires: taglib-devel >= 1.9
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.4.0
|
||||
# No poppler-qt5 in Leap 42, do not build with it on 42 and SLE
|
||||
%if "%{suse_version}" != "1315" || 0%{!?sle_version}
|
||||
BuildRequires: pkgconfig(poppler-qt5)
|
||||
@ -58,7 +60,7 @@ Summary: Development package for kfilemetadata
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules >= 1.0.0
|
||||
Requires: pkgconfig(Qt5Core) >= 5.4.0
|
||||
Requires: cmake(Qt5Core) >= 5.4.0
|
||||
|
||||
%description devel
|
||||
A library for extracting file metadata. Development files
|
||||
|
Loading…
Reference in New Issue
Block a user