Accepting request 43453 from Base:System

Copy from Base:System/man based on submit request 43453 from user coolo

OBS-URL: https://build.opensuse.org/request/show/43453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=38
This commit is contained in:
OBS User autobuild 2010-07-20 18:51:41 +00:00 committed by Git OBS Bridge
commit cb48df06fa
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
- use %_smp_mflags
-------------------------------------------------------------------
Fri Apr 30 13:49:23 CEST 2010 - werner@suse.de

View File

@ -31,7 +31,7 @@ BuildRequires: gettext-runtime gettext-tools
BuildRequires: gettext gettext-devel
%endif
Version: 2.5.2
Release: 24
Release: 25
Summary: A Program for Displaying man Pages
License: GPLv2+
Url: https://savannah.nongnu.org/projects/man-db
@ -150,7 +150,7 @@ Authors:
--with-config-file=%{_sysconfdir}/manpath.config \
--without-included-gettext \
--with-sections="${SEC}"
make %{?jobs:-j%jobs} nls=all
make %{?_smp_mflags} nls=all
for man in $(find man/ -type f -a -name '*.man[0-9]'); do
pp="$(head -n 1 $man)"
case "$pp" in