|
|
|
@ -1,9 +1,8 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
%global framework solid
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.85.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -34,6 +33,8 @@ BuildRequires: bison
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
# really runtime-only dep, but doesn't hurt to check availability at buildtime
|
|
|
|
|
BuildRequires: media-player-info
|
|
|
|
|
BuildRequires: pkgconfig(libimobiledevice-1.0)
|
|
|
|
|
BuildRequires: pkgconfig(mount)
|
|
|
|
|
%if 0%{?fedora} > 23 || 0%{?rhel} > 7
|
|
|
|
|
Recommends: media-player-info
|
|
|
|
|
Recommends: udisks2
|
|
|
|
@ -107,6 +108,9 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 20 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.85.0-2
|
|
|
|
|
- enable optional mobile support (#1995851)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 12 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.85.0-1
|
|
|
|
|
- 5.85.0
|
|
|
|
|
|
|
|
|
|