From 7f40372e6372e2db22d270de828e366cc719f03a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 4 Jan 2025 16:27:46 +0100 Subject: [PATCH] install install-info in /usr/bin [release 7.2-2mamba;Sat Jan 04 2025] --- texinfo.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/texinfo.spec b/texinfo.spec index efa8769..2da6611 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -1,7 +1,7 @@ %define pkgver %(echo %version | sed "s|[a-z]||") Name: texinfo Version: 7.2 -Release: 1mamba +Release: 2mamba Summary: Tools needed to create Texinfo format documentation files Group: Applications/Publishing Vendor: openmamba @@ -24,6 +24,7 @@ BuildRequires: perl-libintl BuildRequires: gettext-devel Provides: perl(Texinfo::Parser) Provides: perl(Texinfo::ParserNonXS) +Provides: /sbin/install-info Requires: gzip >= 1.2.4a Requires(post): %{__install_info} @@ -34,8 +35,6 @@ Using Texinfo, you only need to write one source document. Then when the work needs revision, you only have to revise one source document. The GNU Project uses the Texinfo file format for most of its documentation. -%debug_package - %prep %setup -q -n %{name}-%{pkgver} @@ -58,10 +57,6 @@ make check || : %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall -#install -m755 util/gen-dir-node %{buildroot}%{_bindir}/gen-dir-node - -install -d %{buildroot}/sbin -mv -f %{buildroot}%{_bindir}/install-info %{buildroot}/sbin # these files are already in the TeTeX package #make TEXMF=%{buildroot}%{_datadir}/texmf install-tex @@ -91,9 +86,8 @@ cat %{name}_document.lang >> %{name}.lang %files -f %{name}.lang %defattr(-,root,root) -/sbin/install-info %{_bindir}/info -#%{_bindir}/infokey +%{_bindir}/install-info %{_bindir}/makeinfo %{_bindir}/pod2texi %{_bindir}/texi2any @@ -126,6 +120,9 @@ cat %{name}_document.lang >> %{name}.lang %doc AUTHORS COPYING %changelog +* Sat Jan 04 2025 Silvan Calarco 7.2-2mamba +- install install-info in /usr/bin + * Thu Dec 26 2024 Automatic Build System 7.2-1mamba - automatic version update by autodist