From 190a49cf8c2487c4e70f73f96279370650868c3b Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 25 Nov 2015 13:54:47 -0700 Subject: [PATCH] BR /usr/bin/sphinx-build instead of python-sphinx --- cmake.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cmake.spec b/cmake.spec index 5c0fd96..17943d2 100644 --- a/cmake.spec +++ b/cmake.spec @@ -13,7 +13,7 @@ Name: cmake Version: 3.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -45,7 +45,7 @@ BuildRequires: curl-devel BuildRequires: expat-devel BuildRequires: jsoncpp-devel BuildRequires: libarchive-devel -BuildRequires: python-sphinx +BuildRequires: /usr/bin/sphinx-build BuildRequires: xz-devel BuildRequires: zlib-devel BuildRequires: emacs @@ -274,7 +274,10 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog -* Tue Nov 16 2015 Orion Poplawski - 3.4.0-1 +* Wed Nov 25 2015 Orion Poplawski - 3.4.0-2 +- BR /usr/bin/sphinx-build instead of python-sphinx + +* Tue Nov 17 2015 Orion Poplawski - 3.4.0-1 - Update to 3.4.0 final * Thu Nov 5 2015 Orion Poplawski - 3.4.0-0.3.rc3