|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
%global framework solid
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.36.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://cgit.kde.org/%{framework}.git
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://solid.kde.org/
|
|
|
|
|
|
|
|
|
|
%global versiondir %(echo %{version} | cut -d. -f1-2)
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
@ -15,7 +15,7 @@ URL: https://cgit.kde.org/%{framework}.git
|
|
|
|
|
%else
|
|
|
|
|
%global stable stable
|
|
|
|
|
%endif
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
# Workaround https://bugzilla.redhat.com/show_bug.cgi?id=1364943
|
|
|
|
|
# Technically only affects rawhide/f26, but is harmless elsewhere too
|
|
|
|
@ -33,12 +33,16 @@ BuildRequires: systemd-devel
|
|
|
|
|
# Predicate parser deps
|
|
|
|
|
BuildRequires: bison
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
# really runtime-only dep, but doesn't hurt to check availability at buildtime
|
|
|
|
|
BuildRequires: media-player-info
|
|
|
|
|
%if 0%{?fedora} > 23
|
|
|
|
|
Recommends: media-player-info
|
|
|
|
|
Recommends: udisks2
|
|
|
|
|
Recommends: upower
|
|
|
|
|
%else
|
|
|
|
|
# really runtime-only dep, but doesn't hurt to check availability at buildtime
|
|
|
|
|
BuildRequires: media-player-info
|
|
|
|
|
Requires: media-player-info
|
|
|
|
|
Requires: udisks2
|
|
|
|
|
Requires: upower
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -112,6 +116,10 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.36.0-4
|
|
|
|
|
- .spec cosmetics, update URL
|
|
|
|
|
- add runtime deps: udisks2, upower
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.36.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|