forked from pool/kfilemetadata5
Accepting request 322181 from KDE:Frameworks5
Update to 5.13.0 OBS-URL: https://build.opensuse.org/request/show/322181 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=21
This commit is contained in:
commit
38f3255574
3
kfilemetadata-5.13.0.tar.xz
Normal file
3
kfilemetadata-5.13.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dda9b99bdadda6f410554a98105c0301db495341ba8854d69240001d140cf530
|
||||||
|
size 121504
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0959a19591180216472c9c7845d180d2b16501b266c6ca10e438c745ca2e151c
|
|
||||||
size 120600
|
|
@ -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
|
Sun Jul 26 15:45:54 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,33 +17,36 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
%define _tar_path 5.13
|
||||||
Name: kfilemetadata5
|
Name: kfilemetadata5
|
||||||
Version: 5.9.2
|
Version: 5.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define kf5_version %{version}
|
||||||
Summary: Extract Metadata
|
Summary: Extract Metadata
|
||||||
License: GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
|
License: GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Url: http://www.kde.org/
|
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
|
Source1: baselibs.conf
|
||||||
Source99: kfilemetadata5-rpmlintrc
|
Source99: kfilemetadata5-rpmlintrc
|
||||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||||
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
%if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
|
||||||
BuildRequires: ffmpeg-devel
|
BuildRequires: ffmpeg-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: karchive-devel >= 5.0.0
|
BuildRequires: karchive-devel >= %{_tar_path}
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: ki18n-devel >= 5.0.0
|
BuildRequires: ki18n-devel >= %{_tar_path}
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libepub-devel
|
BuildRequires: libepub-devel
|
||||||
BuildRequires: libexiv2-devel >= 0.21
|
BuildRequires: libexiv2-devel >= 0.21
|
||||||
BuildRequires: taglib-devel >= 1.9
|
BuildRequires: taglib-devel >= 1.9
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.4.0
|
BuildRequires: cmake(Qt5Xml) >= 5.4.0
|
||||||
# No poppler-qt5 in Leap 42, do not build with it on 42 and SLE
|
# No poppler-qt5 in Leap 42, do not build with it on 42 and SLE
|
||||||
%if "%{suse_version}" != "1315" || 0%{!?sle_version}
|
%if "%{suse_version}" != "1315" || 0%{!?sle_version}
|
||||||
BuildRequires: pkgconfig(poppler-qt5)
|
BuildRequires: pkgconfig(poppler-qt5)
|
||||||
%endif
|
%endif
|
||||||
|
Requires: catdoc
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
@ -57,7 +60,7 @@ Summary: Development package for kfilemetadata
|
|||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: extra-cmake-modules >= 1.0.0
|
Requires: extra-cmake-modules >= 1.0.0
|
||||||
Requires: pkgconfig(Qt5Core) >= 5.4.0
|
Requires: cmake(Qt5Core) >= 5.4.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
A library for extracting file metadata. Development files
|
A library for extracting file metadata. Development files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user