|
Lines 1-6
Link Here
|
| 1 |
Summary: Tools for searching and reading man pages |
1 |
Summary: Tools for searching and reading man pages |
| 2 |
Name: man-db |
2 |
Name: man-db |
| 3 |
Version: 2.10.2 |
3 |
Version: 2.11.2 |
| 4 |
Release: alt1.1 |
4 |
Release: alt1.1 |
| 5 |
# GPLv2+ .. man-db |
5 |
# GPLv2+ .. man-db |
| 6 |
# GPLv3+ .. gnulib |
6 |
# GPLv3+ .. gnulib |
|
Lines 10-18
Link Here
|
| 10 |
|
10 |
|
| 11 |
Source0: %name-%version.tar |
11 |
Source0: %name-%version.tar |
| 12 |
|
12 |
|
| 13 |
Patch0001: 0001-Change-owner-of-man-cache.patch |
|
|
| 14 |
Patch0003: 0003-catman-Use-PATH-env.patch |
| 15 |
|
| 16 |
Obsoletes: man < 2.0 |
13 |
Obsoletes: man < 2.0 |
| 17 |
Obsoletes: man-whatis < 2.0 |
14 |
Obsoletes: man-whatis < 2.0 |
| 18 |
Provides: man-whatis = %version |
15 |
Provides: man-whatis = %version |
|
Lines 61-67
Link Here
|
| 61 |
|
58 |
|
| 62 |
%prep |
59 |
%prep |
| 63 |
%setup |
60 |
%setup |
| 64 |
%autopatch -p1 |
|
|
| 65 |
%ifarch %e2k |
61 |
%ifarch %e2k |
| 66 |
sed -E -i "s|(MANDATORY_MANPATH\t*)/usr/local/share/man|&\n\\1/opt/mcst/man|" src/man_db.conf.in |
62 |
sed -E -i "s|(MANDATORY_MANPATH\t*)/usr/local/share/man|&\n\\1/opt/mcst/man|" src/man_db.conf.in |
| 67 |
%endif |
63 |
%endif |