- Build with zlib support.
- Use elinks as default HTML browser. thanks Ville Skyttä
This commit is contained in:
parent
33632776e0
commit
d98c4103f5
11
man-db.spec
11
man-db.spec
@ -3,7 +3,7 @@
|
||||
Summary: Tools for searching and reading man pages
|
||||
Name: man-db
|
||||
Version: 2.5.9
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
# project man-db GPLv2+
|
||||
# Gnulib part GPLv3+
|
||||
License: GPLv2+ and GPLv3+
|
||||
@ -22,7 +22,7 @@ Provides: man-pages-reader = %{version}
|
||||
Provides: man = %{version}
|
||||
BuildRequires: less
|
||||
Requires: less, coreutils, grep, groff, gzip, crontabs
|
||||
BuildRequires: gdbm-devel, groff, gettext
|
||||
BuildRequires: gdbm-devel, groff, gettext, zlib-devel
|
||||
|
||||
%description
|
||||
The man-db package includes five tools for browsing man-pages:
|
||||
@ -41,7 +41,7 @@ manual pages.
|
||||
%build
|
||||
%configure\
|
||||
--with-sections="1 1p 8 2 3 3p 4 5 6 7 9 0p n l p o 1x 2x 3x 4x 5x 6x 7x 8x" \
|
||||
--disable-setuid
|
||||
--disable-setuid --with-browser=elinks
|
||||
|
||||
make CC="%{__cc} %{optflags}" %{?_smp_mflags} V=1
|
||||
|
||||
@ -118,6 +118,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%lang(ja) %{_datadir}/man/ja/man*/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 23 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.9-6
|
||||
- Build with zlib support.
|
||||
- Use elinks as default HTML browser.
|
||||
thanks Ville Skyttä
|
||||
|
||||
* Wed Mar 23 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.9-5
|
||||
* Resolves: #684977
|
||||
backport upstream patch
|
||||
|
Loading…
Reference in New Issue
Block a user