automatic version update by autodist [release 2.7.1-1mamba;Tue Nov 25 2014]

This commit is contained in:
Automatic Build System 2024-01-06 06:54:46 +01:00
parent 15255a12a5
commit 9142b85dc8

View File

@ -4,8 +4,8 @@
%define man_gid 21 %define man_gid 21
Name: man-db Name: man-db
Version: 2.6.7.1 Version: 2.7.1
Release: 2mamba Release: 1mamba
Summary: A set of documentation tools: man, apropos and whatis Summary: A set of documentation tools: man, apropos and whatis
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
@ -87,6 +87,12 @@ if [ $1 -eq 0 ]; then
fi fi
exit 0 exit 0
%post
if [ $1 -ge 1 ]; then
%tmpfiles_create %{name}
fi
:
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/man_db.conf %{_sysconfdir}/man_db.conf
@ -102,10 +108,12 @@ exit 0
%{_bindir}/manpath %{_bindir}/manpath
%{_bindir}/whatis %{_bindir}/whatis
%{_sbindir}/accessdb %{_sbindir}/accessdb
%{_prefix}/lib/tmpfiles.d/man-db.conf
%{_libdir}/man-db/libman* %{_libdir}/man-db/libman*
%dir %{_libexecdir}/man-db %dir %{_libexecdir}/man-db
%{_libexecdir}/man-db/globbing %{_libexecdir}/man-db/globbing
%{_libexecdir}/man-db/manconv %{_libexecdir}/man-db/manconv
%{_libexecdir}/man-db/zsoelim
%{_mandir}/man1/apropos.* %{_mandir}/man1/apropos.*
%{_mandir}/man1/lexgrog.* %{_mandir}/man1/lexgrog.*
%{_mandir}/man1/man.* %{_mandir}/man1/man.*
@ -133,6 +141,9 @@ exit 0
#%doc ChangeLog NEWS README #%doc ChangeLog NEWS README
%changelog %changelog
* Tue Nov 25 2014 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
- automatic version update by autodist
* Thu Oct 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.7.1-2mamba * Thu Oct 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.6.7.1-2mamba
- add user man required by systemd tmpfiles.d file - add user man required by systemd tmpfiles.d file