You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
303 lines
9.5 KiB
303 lines
9.5 KiB
5 years ago
|
%global cache /var/cache/man
|
||
|
%global gnulib_ver 20120404-stable
|
||
|
|
||
|
Summary: Tools for searching and reading man pages
|
||
|
Name: man-db
|
||
|
Version: 2.6.3
|
||
|
Release: 11%{?dist}
|
||
|
# GPLv2+ .. man-db
|
||
|
# GPLv3+ .. gnulib
|
||
|
License: GPLv2+ and GPLv3+
|
||
|
Group: System Environment/Base
|
||
|
URL: http://www.nongnu.org/man-db/
|
||
|
|
||
|
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz
|
||
|
Source1: man-db.crondaily
|
||
|
Source2: man-db.sysconfig
|
||
|
|
||
|
# resolves: #655385
|
||
|
Patch0: man-db-2.5.9-sgr.patch
|
||
|
# resolves: #677669
|
||
|
Patch1: man-db-2.6.1-wildcards.patch
|
||
|
# resolves: #693458
|
||
|
Patch2: man-db-2.6.1-so-links.patch
|
||
|
# resolves: #657409
|
||
|
Patch3: man-db-2.6.1-locale-fallback.patch
|
||
|
# resolves: #841431
|
||
|
Patch4: man-db-2.6.2-invalid-cache.patch
|
||
|
# adds support for man-pages-overrides
|
||
|
Patch5: man-db-2.6.3-overrides.patch
|
||
|
# fixed some compiler warnings
|
||
|
Patch6: man-db-2.6.3-gcc.patch
|
||
|
# fixed memory leaks detected by valgrind
|
||
|
Patch7: man-db-2.6.3-valgrind.patch
|
||
|
# fixed certain man pages to match options with --help and --usage
|
||
|
Patch8: man-db-2.6.3-man-options.patch
|
||
|
# resolves: #1515352
|
||
|
Patch9: man-db-2.6.3-easter-egg.patch
|
||
|
|
||
|
Obsoletes: man < 2.0
|
||
|
Provides: man = %{version}
|
||
|
Provides: man-pages-reader = %{version}
|
||
|
# FPC exception for gnulib - copylib - https://fedorahosted.org/fpc/ticket/174
|
||
|
Provides: bundled(gnulib) = %{gnulib_ver}
|
||
|
|
||
|
Requires: coreutils, grep, groff-base, gzip, less
|
||
|
BuildRequires: gdbm-devel, gettext, groff, less, libpipeline-devel, po4a, zlib-devel
|
||
|
|
||
|
%description
|
||
|
The man-db package includes five tools for browsing man-pages:
|
||
|
man, whatis, apropos, manpath and lexgrog. man formats and displays
|
||
|
manual pages. whatis searches the manual page names. apropos searches the
|
||
|
manual page names and descriptions. manpath determines search path
|
||
|
for manual pages. lexgrog directly reads header information in
|
||
|
manual pages.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
%patch0 -p1 -b .sgr
|
||
|
%patch1 -p1 -b .wildcards
|
||
|
%patch2 -p1 -b .so-links
|
||
|
%patch3 -p1 -b .locale-fallback
|
||
|
%patch4 -p1 -b .invalid-cache
|
||
|
%patch5 -p1 -b .overrides
|
||
|
%patch6 -p1 -b .gcc
|
||
|
%patch7 -p1 -b .valgrind-mem
|
||
|
%patch8 -p1 -b .man-options
|
||
|
%patch9 -p1 -b .easter-egg
|
||
|
|
||
|
%build
|
||
|
%configure \
|
||
|
--with-sections="1 1p 8 2 3 3p 4 5 6 7 9 0p n l p o 1x 2x 3x 4x 5x 6x 7x 8x" \
|
||
|
--disable-setuid --with-browser=elinks --with-lzip=lzip
|
||
|
make CC="%{__cc} %{optflags}" %{?_smp_mflags} V=1
|
||
|
|
||
|
%check
|
||
|
make check
|
||
|
|
||
|
%install
|
||
|
make install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} INSTALL='install -p'
|
||
|
|
||
|
# move the documentation to the relevant place
|
||
|
mv $RPM_BUILD_ROOT%{_datadir}/doc/man-db/* ./
|
||
|
|
||
|
# remove zsoelim - part of groff package
|
||
|
rm $RPM_BUILD_ROOT%{_bindir}/zsoelim
|
||
|
rm $RPM_BUILD_ROOT%{_datadir}/man/man1/zsoelim.1
|
||
|
|
||
|
# remove libtool archives
|
||
|
rm $RPM_BUILD_ROOT%{_libdir}/man-db/*.la
|
||
|
|
||
|
# install cache directory
|
||
|
install -d -m 0755 $RPM_BUILD_ROOT%{cache}
|
||
|
|
||
|
# install cron script for man-db creation/update
|
||
|
install -D -p -m 0755 %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.daily/man-db.cron
|
||
|
|
||
|
# config for cron script
|
||
|
install -D -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/man-db
|
||
|
|
||
|
%find_lang %{name}
|
||
|
%find_lang %{name}-gnulib
|
||
|
|
||
|
# clear the old cache
|
||
|
%post
|
||
|
%{__rm} -rf %{cache}/*
|
||
|
|
||
|
%files -f %{name}.lang -f %{name}-gnulib.lang
|
||
|
%doc README man-db-manual.txt man-db-manual.ps docs/COPYING ChangeLog NEWS
|
||
|
%config(noreplace) %{_sysconfdir}/man_db.conf
|
||
|
%config(noreplace) %{_sysconfdir}/sysconfig/man-db
|
||
|
%{_sysconfdir}/cron.daily/man-db.cron
|
||
|
%{_sbindir}/accessdb
|
||
|
%{_bindir}/man
|
||
|
%{_bindir}/whatis
|
||
|
%{_bindir}/apropos
|
||
|
%{_bindir}/manpath
|
||
|
%{_bindir}/lexgrog
|
||
|
%{_bindir}/catman
|
||
|
%{_bindir}/mandb
|
||
|
%dir %{_libdir}/man-db
|
||
|
%{_libdir}/man-db/*.so
|
||
|
%dir %{_libexecdir}/man-db
|
||
|
%{_libexecdir}/man-db/globbing
|
||
|
%{_libexecdir}/man-db/manconv
|
||
|
%attr(0755,root,root) %dir %{cache}
|
||
|
# documentation and translation
|
||
|
%{_mandir}/man1/apropos.1*
|
||
|
%{_mandir}/man1/lexgrog.1*
|
||
|
%{_mandir}/man1/man.1*
|
||
|
%{_mandir}/man1/manconv.1*
|
||
|
%{_mandir}/man1/manpath.1*
|
||
|
%{_mandir}/man1/whatis.1*
|
||
|
%{_mandir}/man5/manpath.5*
|
||
|
%{_mandir}/man8/accessdb.8*
|
||
|
%{_mandir}/man8/catman.8*
|
||
|
%{_mandir}/man8/mandb.8*
|
||
|
%lang(de) %{_datadir}/man/de/man*/*
|
||
|
%lang(es) %{_datadir}/man/es/man*/*
|
||
|
%lang(fr) %{_datadir}/man/fr/man*/*
|
||
|
%lang(id) %{_datadir}/man/id/man*/*
|
||
|
%lang(it) %{_datadir}/man/it/man*/*
|
||
|
%lang(ja) %{_datadir}/man/ja/man*/*
|
||
|
%lang(nl) %{_datadir}/man/nl/man*/*
|
||
|
%lang(pl) %{_datadir}/man/pl/man*/*
|
||
|
%lang(ru) %{_datadir}/man/ru/man*/*
|
||
|
|
||
|
%changelog
|
||
|
* Tue Jul 10 2018 Nikola Forró <nforro@redhat.com> - 2.6.3-11
|
||
|
- related: #1515352
|
||
|
build and install all translated man pages
|
||
|
|
||
|
* Tue Nov 21 2017 Nikola Forró <nforro@redhat.com> - 2.6.3-10
|
||
|
- resolves: #1515352
|
||
|
remove easter egg interfering with non-error cases
|
||
|
|
||
|
* Mon Mar 17 2014 Peter Schiffer <pschiffe@redhat.com> - 2.6.3-9
|
||
|
- resolves: #1067085
|
||
|
fixed crash when running man with -M parameter
|
||
|
|
||
|
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.6.3-8
|
||
|
- Mass rebuild 2014-01-24
|
||
|
|
||
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.6.3-7
|
||
|
- Mass rebuild 2013-12-27
|
||
|
|
||
|
* Mon Apr 8 2013 Peter Schiffer <pschiffe@redhat.com> - 2.6.3-6
|
||
|
- resolves: #948695
|
||
|
fixed double free
|
||
|
- fixed certain man pages to match options with --help and --usage
|
||
|
|
||
|
* Thu Mar 21 2013 Peter Schiffer <pschiffe@redhat.com> - 2.6.3-5
|
||
|
- temporarily disabled one unstable unit test
|
||
|
|
||
|
* Thu Mar 21 2013 Peter Schiffer <pschiffe@redhat.com> - 2.6.3-4
|
||
|
- fixed some compiler warnings and memory leaks
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Tue Oct 30 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.3-2
|
||
|
- resolves: #870680
|
||
|
use less as the default pager
|
||
|
|
||
|
* Wed Oct 24 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.3-1
|
||
|
- resolves: #858577
|
||
|
updated to 2.6.3
|
||
|
- cleaned .spec file
|
||
|
- resolves: #855632
|
||
|
fixed SIGABRT crash
|
||
|
- adds support for man-pages-overrides
|
||
|
|
||
|
* Tue Jul 31 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.2-5
|
||
|
- resolves: #841431
|
||
|
ignore cached man pages if they don't exist anymore
|
||
|
|
||
|
* Fri Jul 20 2012 Dan Horák <dan[at]danny.cz> - 2.6.2-4
|
||
|
- fully patch the autotools files, fixes FTBFS due updated automake
|
||
|
|
||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.2-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 12 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.2-2
|
||
|
- resolves: #829553
|
||
|
clear the old man cache on install or update
|
||
|
|
||
|
* Tue Jul 10 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.2-1
|
||
|
- resolves: #833312
|
||
|
update to 2.6.2
|
||
|
- resolves: #657409
|
||
|
fixed warning when invoking col by the mandb program in cron
|
||
|
- resolves: #829935
|
||
|
enabled support for man pages compressed with lzip
|
||
|
- resolves: #821778
|
||
|
added virtual provides for bundled gnulib library
|
||
|
- resolves: #824825
|
||
|
apropos returns correct exit code for invalid man page
|
||
|
|
||
|
* Tue Apr 24 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.1-4
|
||
|
- related: #693458
|
||
|
updated patch for .so links because previous one wasn't working very well
|
||
|
|
||
|
* Tue Apr 24 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.1-3
|
||
|
- added autoconf, automake, libtool and gettext-devel to the build requires
|
||
|
|
||
|
* Tue Apr 24 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.1-2
|
||
|
- resolves: #677669
|
||
|
added support for wildcards in path
|
||
|
- resolves: #693458
|
||
|
fixed error with .so links
|
||
|
|
||
|
* Thu Apr 05 2012 Peter Schiffer <pschiffe@redhat.com> - 2.6.1-1
|
||
|
- resolves: #790771
|
||
|
update to 2.6.1
|
||
|
- resolves: #806086
|
||
|
removed hard-dependency on cron, update man db after install or update
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0.2-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Wed Oct 05 2011 Peter Schiffer <pschiffe@redhat.com> - 2.6.0.2-3
|
||
|
- resolves: #702904
|
||
|
fixed double free or corruption issue
|
||
|
- resolves: #739207
|
||
|
require groff-base instead of groff
|
||
|
- rebuilt for gdbm-1.9.1-1
|
||
|
|
||
|
* Sun May 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.6.0.2-2
|
||
|
- Own the %%{_libdir}/man-db dir.
|
||
|
|
||
|
* Thu Apr 21 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 2.6.0.2-1
|
||
|
- update to 2.6.0.2
|
||
|
- remove obsolete patches
|
||
|
- add libpipe dependency
|
||
|
|
||
|
* Wed Mar 23 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.9-6
|
||
|
- Build with zlib support.
|
||
|
- Use elinks as default HTML browser.
|
||
|
thanks Ville Skyttä
|
||
|
|
||
|
* Wed Mar 23 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.9-5
|
||
|
* Resolves: #684977
|
||
|
backport upstream patch
|
||
|
|
||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.9-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||
|
|
||
|
* Thu Jan 27 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.9-3
|
||
|
- Resolves: #659292
|
||
|
use ionice in man cron job
|
||
|
|
||
|
* Wed Nov 24 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.9-2
|
||
|
- Resolves: #655385 - use old format of nroff output
|
||
|
|
||
|
* Mon Nov 22 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.9-1
|
||
|
- update to 2.5.9
|
||
|
|
||
|
* Fri Oct 1 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.7-8
|
||
|
- add less buildrequire
|
||
|
|
||
|
* Wed Sep 29 2010 jkeating - 2.5.7-7
|
||
|
- Rebuilt for gcc bug 634757
|
||
|
|
||
|
* Fri Sep 24 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.7-6
|
||
|
- Resolves: #630506 (change the description)
|
||
|
- minor spec file changes
|
||
|
|
||
|
* Mon Aug 30 2010 Dennis Gilmore <dennis@ausil.us> - 2.5.7-5
|
||
|
- Provide Versioned man
|
||
|
|
||
|
* Mon Aug 16 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.7-4
|
||
|
- remove obsolete conflict flag
|
||
|
|
||
|
* Mon Aug 16 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.7-3
|
||
|
- provides man tag
|
||
|
- resolves: #621688
|
||
|
remove problematic man-pages (now in man-pages-de package)
|
||
|
|
||
|
* Fri Apr 16 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.7-2
|
||
|
- add conflicts tag
|
||
|
|
||
|
* Wed Feb 17 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 2.5.7-1
|
||
|
- initial build
|