summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2012-03-12 20:01:33 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitd933033befafe57295370187f349ab8e64f35a17 (patch)
tree6dad0fa3e1eb9acf9bbd620587e2843c164de227
parentbd40a1ec2744f73db57d755b34527d326dfb26d3 (diff)
downloadxorg-app-xman-d933033befafe57295370187f349ab8e64f35a17.zip
xorg-app-xman-d933033befafe57295370187f349ab8e64f35a17.tar.gz
- man-db now provides all man stuff Changed files: xorg-app-xman.spec -> 1.25
-rw-r--r--xorg-app-xman.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/xorg-app-xman.spec b/xorg-app-xman.spec
index fc72b64..9f4b03c 100644
--- a/xorg-app-xman.spec
+++ b/xorg-app-xman.spec
@@ -2,7 +2,7 @@ Summary: xman aplication - manual display program for the X Window System
Summary(pl.UTF-8): Aplikacja xman - program do wyświetlania manuali dla systemu X Window
Name: xorg-app-xman
Version: 1.1.2
-Release: 1
+Release: 2
License: MIT
Group: X11/Applications
Source0: http://xorg.freedesktop.org/releases/individual/app/xman-%{version}.tar.bz2
@@ -11,14 +11,12 @@ Patch0: %{name}-confname.patch
URL: http://xorg.freedesktop.org/
BuildRequires: autoconf >= 2.60
BuildRequires: automake
-# to get /etc/man.config path
-BuildRequires: man-config
BuildRequires: pkgconfig >= 1:0.19
BuildRequires: xorg-lib-libXaw-devel
BuildRequires: xorg-lib-libXmu-devel
BuildRequires: xorg-lib-libXt-devel >= 1.0.0
BuildRequires: xorg-util-util-macros >= 1.8
-Requires: man-config
+Requires: man-db
Requires: xorg-lib-libXt >= 1.0.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,7 +39,8 @@ X Athena Widgets (Xaw).
%{__automake}
%configure \
--with-localmanpath=/usr/local/man \
- --with-sysmanpath=/usr/share/man
+ --with-sysmanpath=/usr/share/man \
+ --with-manconfig=/etc/man_db.conf
%{__make}