|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.21.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: https://quickgit.kde.org/?p=%{framework}.git
|
|
|
|
@ -35,9 +35,16 @@ BuildRequires: qt5-qtx11extras-devel
|
|
|
|
|
Requires: kf5-filesystem >= %{version}
|
|
|
|
|
# as of 5.17.0, src/platformtheme/kfontsettingsdata.cpp references: Noto Sans, Oxygen-Mono
|
|
|
|
|
# not sure if that warrants hard deps here though -- Rex
|
|
|
|
|
%if ! 0%{?bootstrap}
|
|
|
|
|
BuildRequires: google-noto-sans-fonts
|
|
|
|
|
BuildRequires: oxygen-mono-fonts
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?fedora} > 22
|
|
|
|
|
Recommends: google-noto-sans-fonts
|
|
|
|
|
Recommends: oxygen-mono-fonts
|
|
|
|
|
%else
|
|
|
|
|
Requires: google-noto-sans-fonts
|
|
|
|
|
Requires: oxygen-mono-fonts
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# prior to 5.11.0-3, main pkg was multilib'd (due to arch'd -devel deps) -- rex
|
|
|
|
@ -121,6 +128,9 @@ rm -fv %{buildroot}%{_kf5_datadir}/kconf_update/frameworksintegration-5.16-font.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 08 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-3
|
|
|
|
|
- Requires: google-noto-sans oxygen-mono (where Recommends are not supported)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 06 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.21.0-2
|
|
|
|
|
- update URL
|
|
|
|
|
|
|
|
|
|