From c17782d9ef48face3faa850c1b30f66326d59862 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 7 Feb 2016 16:26:49 -0700 Subject: [PATCH] Fix build without gui (bug #1305310) --- cmake.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 961f11f..dc9b725 100644 --- a/cmake.spec +++ b/cmake.spec @@ -19,7 +19,7 @@ Name: cmake Version: 3.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -221,7 +221,8 @@ SentUpstream: 2014-09-17 --> EOF - +%else +rm %{buildroot}%{_mandir}/man1/cmake-gui.1* %endif @@ -294,6 +295,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Sun Feb 7 2016 Orion Poplawski - 3.4.3-3 +- Fix build without gui (bug #1305310) + * Wed Feb 03 2016 Fedora Release Engineering - 3.4.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild