[bluefish] Replace buildreq "man" with "/usr/bin/man"

Paul Howarth pghmcfc at fedoraproject.org
Thu Aug 26 09:44:53 UTC 2010


commit 7a991f54d6eeeda1b2165fc50884875ba9c926c1
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Aug 26 10:20:31 2010 +0100

    Replace buildreq "man" with "/usr/bin/man"
    
    The "man" package is obsoleted (and not provided) by "man-db" from
    Fedora 14 onwards.

 bluefish.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/bluefish.spec b/bluefish.spec
index e46c4a9..06f588b 100644
--- a/bluefish.spec
+++ b/bluefish.spec
@@ -1,6 +1,6 @@
 %global pkgver 2.0.1
 #global prerel rc3
-%global rpmrel 1
+%global rpmrel 2
 
 Name:		bluefish
 Version:	%{pkgver}
@@ -19,7 +19,8 @@ BuildRequires:	gtk2-devel >= 2.12
 BuildRequires:	gucharmap-devel >= 2.20
 BuildRequires:	intltool
 BuildRequires:	libxml2-devel
-BuildRequires:	man
+# Needed to check man pages
+BuildRequires:	/usr/bin/man
 # For the Advanced Open function
 Requires:	findutils, grep
 Requires:	%{name}-shared-data = %{version}-%{release}
@@ -138,6 +139,10 @@ fi
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Thu Aug 26 2010 Paul Howarth <paul at city-fan.org> - 2.0.1-2
+- Change buildreq "man" to "/usr/bin/man" since the "man" package has been
+  obsoleted by "man-db" from Fedora 14
+
 * Fri Jun 18 2010 Paul Howarth <paul at city-fan.org> - 2.0.1-1
 - Update to 2.0.1
 - Drop upstreamed log10 linking patch


More information about the scm-commits mailing list