Updating link to change in openSUSE:Factory/man revision 33.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=e2584a4c187e342b2f2636eee68659ad
This commit is contained in:
committed by
Git OBS Bridge
parent
71e9caf77d
commit
ded2df6c4f
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 13 17:02:44 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel building
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 3 19:09:30 UTC 2009 - coolo@novell.com
|
Tue Nov 3 19:09:30 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
8
man.spec
8
man.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package man (Version 2.5.2)
|
# spec file for package man (Version 2.5.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 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
|
||||||
@@ -31,9 +31,9 @@ BuildRequires: gettext-runtime gettext-tools
|
|||||||
BuildRequires: gettext gettext-devel
|
BuildRequires: gettext gettext-devel
|
||||||
%endif
|
%endif
|
||||||
Version: 2.5.2
|
Version: 2.5.2
|
||||||
Release: 22
|
Release: 23
|
||||||
Summary: A Program for Displaying man Pages
|
Summary: A Program for Displaying man Pages
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
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
|
||||||
@@ -150,7 +150,7 @@ Authors:
|
|||||||
--with-config-file=%{_sysconfdir}/manpath.config \
|
--with-config-file=%{_sysconfdir}/manpath.config \
|
||||||
--without-included-gettext \
|
--without-included-gettext \
|
||||||
--with-sections="${SEC}"
|
--with-sections="${SEC}"
|
||||||
make nls=all
|
make %{?jobs:-j%jobs} nls=all
|
||||||
for man in $(find man/ -type f -a -name '*.man[0-9]'); do
|
for man in $(find man/ -type f -a -name '*.man[0-9]'); do
|
||||||
pp="$(head -n 1 $man)"
|
pp="$(head -n 1 $man)"
|
||||||
case "$pp" in
|
case "$pp" in
|
||||||
|
Reference in New Issue
Block a user