SHA256
1
0
forked from pool/man

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
This commit is contained in:
Stephan Kulow 2011-12-01 15:53:15 +00:00 committed by Git OBS Bridge
parent 013bcda675
commit aad0ce20c1
2 changed files with 23 additions and 13 deletions

View File

@ -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 Thu May 26 10:32:14 CEST 2011 - werner@suse.de

View File

@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,31 +15,36 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: man Name: man
BuildRequires: flex groff BuildRequires: automake
BuildRequires: flex
BuildRequires: groff
%if %suse_version > 1020 %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 %else
BuildRequires: libzio util-linux BuildRequires: libzio
BuildRequires: util-linux
%endif %endif
%if %suse_version > 1030 %if %suse_version > 1030
BuildRequires: gettext-runtime gettext-tools BuildRequires: gettext-runtime
BuildRequires: gettext-tools
%else %else
BuildRequires: gettext gettext-devel BuildRequires: gettext
BuildRequires: gettext-devel
%endif %endif
Version: 2.5.2 Version: 2.5.2
Release: 25 Release: 0
Summary: A Program for Displaying man Pages Summary: A Program for Displaying man Pages
License: GPLv2+ License: GPL-2.0+
Url: https://savannah.nongnu.org/projects/man-db Url: https://savannah.nongnu.org/projects/man-db
Group: System/Base Group: System/Base
PreReq: coreutils fillup PreReq: coreutils fillup
Provides: man_db Provides: man_db
Requires: groff >= 1.18 less glibc-locale Requires: groff >= 1.18 less glibc-locale
AutoReqProv: on
Source: man-db-%{version}.tar.bz2 Source: man-db-%{version}.tar.bz2
Source1: sysconfig.cron-man Source1: sysconfig.cron-man
Source2: cron.daily.do_mandb Source2: cron.daily.do_mandb