SHA256
1
0
forked from pool/man
OBS User unknown
2008-01-10 01:13:07 +00:00
committed by Git OBS Bridge
parent 3b6fcdb221
commit 27ac5bcd2f
3 changed files with 23 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package man (Version 2.5.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -23,7 +23,7 @@ BuildRequires: gettext-runtime gettext-tools
BuildRequires: gettext gettext-devel
%endif
Version: 2.5.0
Release: 2
Release: 7
Summary: A Program for Displaying man Pages
License: GPL v2 or later
Group: System/Base
@@ -172,8 +172,8 @@ test -d var/catman/ && rm -rf var/catman/ || true
%{_bindir}/apropos
%{_bindir}/catman
%{_bindir}/lexgrog
%attr(4755,root,root) %{_bindir}/man
%attr(4755,root,root) %{_bindir}/mandb
%attr(0755,root,root) %{_bindir}/man
%attr(0755,root,root) %{_bindir}/mandb
%{_bindir}/manpath
%{_bindir}/whatis
%{_bindir}/zsoelim
@@ -222,11 +222,14 @@ test -d var/catman/ && rm -rf var/catman/ || true
%doc %{_mandir}/man1/*.1.gz
%doc %{_mandir}/man5/*.5.gz
%doc %{_mandir}/man8/*.8.gz
%defattr(-,man,daemon)
%defattr(-,man,man)
%{_localstatedir}/cache/man/*
%{_localstatedir}/adm/fillup-templates/sysconfig.cron-man
%changelog
* Mon Jan 07 2008 - werner@suse.de
- Remove suid root from wrapper as we do not cache manual page
anymore (bug #351988)
* Thu Dec 13 2007 - werner@suse.de
- Add workaround for gettext 0.17
* Mon Dec 10 2007 - werner@suse.de