|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
Version: 5.19.0
|
|
|
|
Version: 5.19.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
@ -29,10 +29,14 @@ BuildRequires: systemd-devel
|
|
|
|
# Predicate parser deps
|
|
|
|
# Predicate parser deps
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: flex
|
|
|
|
|
|
|
|
%if 0%{?fedora} > 23
|
|
|
|
|
|
|
|
Recommends: media-player-info
|
|
|
|
|
|
|
|
%else
|
|
|
|
# really runtime-only dep, but doesn't hurt to check availability at buildtime
|
|
|
|
# really runtime-only dep, but doesn't hurt to check availability at buildtime
|
|
|
|
BuildRequires: media-player-info
|
|
|
|
BuildRequires: media-player-info
|
|
|
|
Requires: media-player-info
|
|
|
|
Requires: media-player-info
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
|
|
|
|
|
|
@ -106,6 +110,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 26 2016 Rex Dieter <rdieter@fedoraproject.org> 5.19.0-2
|
|
|
|
|
|
|
|
- Recommends: media-player-info (f24+)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 11 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.19.0-1
|
|
|
|
* Thu Feb 11 2016 Daniel Vrátil <dvratil@fedoraproject.org> - 5.19.0-1
|
|
|
|
- KDE Frameworks 5.19.0
|
|
|
|
- KDE Frameworks 5.19.0
|
|
|
|
|
|
|
|
|
|
|
|