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:
parent
013bcda675
commit
aad0ce20c1
@ -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
|
||||
|
||||
|
31
man.spec
31
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
|
||||
|
Loading…
Reference in New Issue
Block a user