From aad0ce20c10dd9d3076d73779dce88e821231739aabe1a60b326f3d8eba5cb72 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 1 Dec 2011 15:53:15 +0000 Subject: [PATCH] Accepting request 94684 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94684 OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=21 --- man.changes | 5 +++++ man.spec | 31 ++++++++++++++++++------------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/man.changes b/man.changes index 703a892..fc3342c 100644 --- a/man.changes +++ b/man.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 1 11:22:35 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Thu May 26 10:32:14 CEST 2011 - werner@suse.de diff --git a/man.spec b/man.spec index 74be964..f2f0906 100644 --- a/man.spec +++ b/man.spec @@ -1,7 +1,7 @@ # -# spec file for package man (Version 2.5.2) +# spec file for package man # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,31 +15,36 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: man -BuildRequires: flex groff +BuildRequires: automake +BuildRequires: flex +BuildRequires: groff %if %suse_version > 1020 -BuildRequires: gdbm-devel less libbz2-devel libzio-devel zlib-devel +BuildRequires: gdbm-devel +BuildRequires: less +BuildRequires: libbz2-devel +BuildRequires: libzio-devel +BuildRequires: zlib-devel %else -BuildRequires: libzio util-linux +BuildRequires: libzio +BuildRequires: util-linux %endif %if %suse_version > 1030 -BuildRequires: gettext-runtime gettext-tools +BuildRequires: gettext-runtime +BuildRequires: gettext-tools %else -BuildRequires: gettext gettext-devel +BuildRequires: gettext +BuildRequires: gettext-devel %endif Version: 2.5.2 -Release: 25 +Release: 0 Summary: A Program for Displaying man Pages -License: GPLv2+ +License: GPL-2.0+ Url: https://savannah.nongnu.org/projects/man-db Group: System/Base PreReq: coreutils fillup Provides: man_db Requires: groff >= 1.18 less glibc-locale -AutoReqProv: on Source: man-db-%{version}.tar.bz2 Source1: sysconfig.cron-man Source2: cron.daily.do_mandb