|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.9.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -26,6 +26,15 @@ BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
|
|
|
|
BuildRequires: qt5-qttools-devel
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?bootstrap}
|
|
|
|
|
# Predicate parser deps
|
|
|
|
|
BuildRequires: bison
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
# really runtime-only dep, but doesn't hurt to check availability at buildtime
|
|
|
|
|
BuildRequires: media-player-info
|
|
|
|
|
Requires: media-player-info
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Requires: kf5-filesystem
|
|
|
|
|
|
|
|
|
|
Provides: %{name}-runtime = %{version}-%{release}
|
|
|
|
@ -94,6 +103,9 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 30 2015 Rex Dieter <rdieter@fedoraproject.org> 5.9.0-2
|
|
|
|
|
- BR: bison flex media-player-info
|
|
|
|
|
|
|
|
|
|
* Tue Apr 07 2015 Daniel Vrátil <dvratil@redhat.com> - 5.9.0-1
|
|
|
|
|
- KDE Frameworks 5.9.0
|
|
|
|
|
|
|
|
|
|