.
OBS-URL: https://build.opensuse.org/package/show/Base:System/man?expand=0&rev=63
This commit is contained in:
parent
b9d9040a2e
commit
d50d3db47d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 10:34:37 UTC 2015 - werner@suse.de
|
||||
|
||||
- Own /usr/lib/tmpfiles.d if not owned by package filesystem
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 12:55:34 UTC 2015 - werner@suse.de
|
||||
|
||||
|
6
man.spec
6
man.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package man
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -65,6 +65,7 @@ Patch10: man-db-2.6.3-listall.dif
|
||||
Patch11: man-MAN_POSIXLY_CORRECT-man1.dif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%global _sysconfdir /etc
|
||||
%global _has_tmpfiled %(rpm -q -f /usr/lib/tmpfiles.d | grep -c filesystem)
|
||||
|
||||
%description
|
||||
A program for displaying man pages on the screen or sending them to a
|
||||
@ -258,6 +259,9 @@ mandb --quiet --create
|
||||
%{_sbindir}/accessdb
|
||||
%{_libdir}/libman*.so
|
||||
%{_libexecdir}/man-db/zsoelim
|
||||
%if 0%{?_has_tmpfiled} == 0
|
||||
%dir %{_libexecdir}/tmpfiles.d
|
||||
%endif
|
||||
%{_libexecdir}/tmpfiles.d/man-db.conf
|
||||
%dir %{_datadir}/groff/site-tmac
|
||||
%{_datadir}/groff/site-tmac/tmac.andb
|
||||
|
Loading…
Reference in New Issue
Block a user