From 588ead9b4bc068176b0d139e244baf8cff3cfe65 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Apr 08 2016 11:09:15 +0000 Subject: %build: use %cmake_kf5 --- diff --git a/oxygen-fonts.spec b/oxygen-fonts.spec index 1e1f594..b9a70d2 100644 --- a/oxygen-fonts.spec +++ b/oxygen-fonts.spec @@ -3,7 +3,7 @@ Name: %{fontname}-fonts Version: 5.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Oxygen fonts created by the KDE Community # See LICENSE-GPL+FE for details about the exception @@ -16,8 +16,8 @@ Source2: %{fontconf}-mono.conf # essentially a noarch pkg here, no real -debuginfo needed (#1192729) %define debug_package %{nil} -BuildRequires: cmake BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel BuildRequires: fontforge BuildRequires: fontpackages-devel @@ -65,7 +65,7 @@ developing applications that use %{name}. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake} .. %{?fontforge} -DOXYGEN_FONT_INSTALL_DIR=%{_fontdir} +%{cmake_kf5} .. %{?fontforge} -DOXYGEN_FONT_INSTALL_DIR=%{_fontdir} popd make %{?_smp_mflags} -C %{_target_platform} @@ -99,6 +99,9 @@ ln -s %{_fontconfig_templatedir}/%{fontconf}-mono.conf \ %{_libdir}/cmake/OxygenFont/ %changelog +* Fri Apr 08 2016 Rex Dieter - 5.4.3-3 +- %%build: use %%cmake_kf5 + * Thu Feb 04 2016 Fedora Release Engineering - 5.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild