This commit is contained in:
committed by
Git OBS Bridge
parent
4d2dfa5863
commit
5d097a38b0
30
man.spec
30
man.spec
@@ -23,7 +23,7 @@ BuildRequires: gettext-runtime gettext-tools
|
||||
BuildRequires: gettext gettext-devel
|
||||
%endif
|
||||
Version: 2.5.0
|
||||
Release: 11
|
||||
Release: 14
|
||||
Summary: A Program for Displaying man Pages
|
||||
License: GPL v2 or later
|
||||
Group: System/Base
|
||||
@@ -172,15 +172,27 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
||||
%{_bindir}/apropos
|
||||
%{_bindir}/catman
|
||||
%{_bindir}/lexgrog
|
||||
%if %suse_version > 1030
|
||||
%attr(0755,root,root) %{_bindir}/man
|
||||
%attr(0755,root,root) %{_bindir}/mandb
|
||||
%else
|
||||
%attr(4755,root,root) %{_bindir}/man
|
||||
%attr(4755,root,root) %{_bindir}/mandb
|
||||
%endif
|
||||
%{_bindir}/manpath
|
||||
%{_bindir}/whatis
|
||||
%{_bindir}/zsoelim
|
||||
%if %suse_version > 1030
|
||||
%dir %attr(0755,root,root) %{_prefix}/lib/man-db
|
||||
%attr(0755,root,root) %{_prefix}/lib/man-db/man
|
||||
%attr(0755,root,root) %{_prefix}/lib/man-db/mandb
|
||||
%attr(0755,man,man) %{_prefix}/lib/man-db/manconv
|
||||
%else
|
||||
%dir %attr(0711,root,root) %{_prefix}/lib/man-db
|
||||
%attr(0711,root,root) %{_prefix}/lib/man-db/man
|
||||
%attr(0711,root,root) %{_prefix}/lib/man-db/mandb
|
||||
%attr(0755,man,man) %{_prefix}/lib/man-db/manconv
|
||||
%attr(0711,man,man) %{_prefix}/lib/man-db/manconv
|
||||
%endif
|
||||
%{_sbindir}/accessdb
|
||||
%{_datadir}/groff/site-tmac/tmac.andb
|
||||
%{_datadir}/groff/site-tmac/tmac.andocdb
|
||||
@@ -227,6 +239,10 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
||||
%{_localstatedir}/adm/fillup-templates/sysconfig.cron-man
|
||||
|
||||
%changelog
|
||||
* Wed Jan 30 2008 werner@suse.de
|
||||
- Make mandb cron job ionice bnc#356792
|
||||
- Avoid assert on wrong locale man path
|
||||
- Do mix bits of get_catpath() with hash tags in man db files
|
||||
* Fri Jan 18 2008 mkoenig@suse.de
|
||||
- Fix path in sysconfig.cron-man [#350542]
|
||||
* Mon Jan 07 2008 werner@suse.de
|
||||
@@ -478,7 +494,7 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
||||
When using both setlocale(LC_MESSAGES,"") *and*
|
||||
setlocale(LC_CTYPE,"") but not setlocale(LC_ALL,""),
|
||||
everything seems to work correctly.
|
||||
* Tue Dec 05 2000 bk@suse.de
|
||||
* Wed Dec 06 2000 bk@suse.de
|
||||
- added %%dir /usr/share/man/{de,es,it,ja}+man[158] to file list
|
||||
* Fri Sep 15 2000 pthomas@suse.de
|
||||
- Add 3C++, 3C++std and 8C++ to the list of man sections, the
|
||||
@@ -507,12 +523,12 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
||||
- patched configure.in to prefer gdbm
|
||||
* Mon Sep 13 1999 bs@suse.de
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
* Mon Sep 06 1999 ro@suse.de
|
||||
* Tue Sep 07 1999 ro@suse.de
|
||||
- removed (now) conflicting redeclarations from zsoelim.l
|
||||
* Thu Sep 02 1999 werner@suse.de
|
||||
- Make man.c work again
|
||||
- Use RPM_OPT_FLAGS
|
||||
* Mon Aug 30 1999 werner@suse.de
|
||||
* Tue Aug 31 1999 werner@suse.de
|
||||
- Few simple changes
|
||||
* drop privileges before chdir back into current directory
|
||||
* do not search for local man page if not given `-l'
|
||||
@@ -526,14 +542,14 @@ test -d var/catman/ && rm -rf var/catman/ || true
|
||||
- Add allman sub tree to fsstnd tree
|
||||
* Fri Jul 09 1999 ro@suse.de
|
||||
- fixed filelist
|
||||
* Tue Jul 06 1999 werner@suse.de
|
||||
* Wed Jul 07 1999 werner@suse.de
|
||||
- Update to debian version 2.3.10-69i
|
||||
* Change from /var/catman/ to /var/cache/man/
|
||||
* Make /usr/share/man/ possible
|
||||
* Buildin NLS support
|
||||
- Fix some debian bugs (sig handlers!)
|
||||
- Add SuSE bug fixes (sig handler) and zlib feature
|
||||
* Wed Jun 30 1999 werner@suse.de
|
||||
* Thu Jul 01 1999 werner@suse.de
|
||||
- First changes for SuSE 6.2
|
||||
* Use fopencookie in zsoelim if glibc 2.1 or higher to avoid any
|
||||
possible link attack in /tmp/
|
||||
|
Reference in New Issue
Block a user