automatic version update by autodist [release 2.8.6.1-1mamba;Fri Aug 09 2019]
This commit is contained in:
parent
0a75f94b8f
commit
b0e8016adc
30
man-db.spec
30
man-db.spec
@ -4,7 +4,7 @@
|
||||
%define man_gid 21
|
||||
|
||||
Name: man-db
|
||||
Version: 2.7.5
|
||||
Version: 2.8.6.1
|
||||
Release: 1mamba
|
||||
Summary: A set of documentation tools: man, apropos and whatis
|
||||
Group: System/Tools
|
||||
@ -20,6 +20,7 @@ Provides: man
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgdbm-devel
|
||||
BuildRequires: libpipeline-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: groff
|
||||
@ -51,7 +52,7 @@ The man package includes three tools for finding information and/or documentatio
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall man_owner=`id -u`
|
||||
|
||||
install -d %{buildroot}%{cache}/{local,X11R6}
|
||||
for i in 1 2 3 4 5 6 7 8 9 n; do
|
||||
@ -60,9 +61,7 @@ for i in 1 2 3 4 5 6 7 8 9 n; do
|
||||
install -d %{buildroot}%{cache}/X11R6/cat$i
|
||||
done
|
||||
|
||||
%find_lang %{name}
|
||||
%find_lang man-db-gnulib
|
||||
cat man-db-gnulib.lang >> %{name}.lang
|
||||
%find_lang %{name} --all-name --with-man
|
||||
|
||||
rm -f %{buildroot}%{_docdir}/man-db/man-db-manual.*
|
||||
rm -f %{buildroot}%{_bindir}/zsoelim
|
||||
@ -108,7 +107,9 @@ fi
|
||||
%{_bindir}/manpath
|
||||
%{_bindir}/whatis
|
||||
%{_sbindir}/accessdb
|
||||
%{_prefix}/lib/tmpfiles.d/man-db.conf
|
||||
%{_tmpfilesdir}/man-db.conf
|
||||
%{_unitdir}/man-db.service
|
||||
%{_unitdir}/man-db.timer
|
||||
%{_libdir}/man-db/libman*
|
||||
%dir %{_libexecdir}/man-db
|
||||
%{_libexecdir}/man-db/globbing
|
||||
@ -124,23 +125,12 @@ fi
|
||||
%{_mandir}/man8/accessdb.*
|
||||
%{_mandir}/man8/catman.*
|
||||
%{_mandir}/man8/mandb.*
|
||||
%lang(es) %{_mandir}/es/man?/*
|
||||
%lang(it) %{_mandir}/it/man?/*
|
||||
#%ifarch %{ix86}
|
||||
## FIXME: not present in x86_64 and arm
|
||||
#%lang(da) %{_mandir}/da/man?/*
|
||||
#%lang(de) %{_mandir}/de/man?/*
|
||||
#%lang(fr) %{_mandir}/fr/man?/*
|
||||
#%lang(id) %{_mandir}/id/man?/*
|
||||
#%lang(ja) %{_mandir}/ja/man?/*
|
||||
#%lang(nl) %{_mandir}/nl/man?/*
|
||||
#%lang(pl) %{_mandir}/pl/man?/*
|
||||
#%lang(ru) %{_mandir}/ru/man?/*
|
||||
#%lang(zh_CN) %{_mandir}/zh_CN/man?/*
|
||||
#%endif
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Fri Aug 09 2019 Automatic Build System <autodist@mambasoft.it> 2.8.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 2.7.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user