Accepting request 94744 from Base:System
add automake to buildrequires (forwarded request 94684 from coolo) OBS-URL: https://build.opensuse.org/request/show/94744 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=43
This commit is contained in:
commit
b966cd9536
@ -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
|
||||||
|
|
||||||
|
27
man.spec
27
man.spec
@ -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: 35
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user