Fix install path of install-info
This commit is contained in:
parent
ba3d5b7e45
commit
1b55a36f7e
11
texinfo.spec
11
texinfo.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Tools needed to create Texinfo format documentation files
|
Summary: Tools needed to create Texinfo format documentation files
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 6.7
|
Version: 6.7
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Url: http://www.gnu.org/software/texinfo/
|
Url: http://www.gnu.org/software/texinfo/
|
||||||
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
|
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
|
||||||
@ -44,6 +44,7 @@ are going to write documentation for the GNU Project.
|
|||||||
|
|
||||||
%package -n info
|
%package -n info
|
||||||
Summary: A stand-alone TTY-based reader for GNU texinfo documentation
|
Summary: A stand-alone TTY-based reader for GNU texinfo documentation
|
||||||
|
Provides: /sbin/install-info
|
||||||
|
|
||||||
%description -n info
|
%description -n info
|
||||||
The GNU project uses the texinfo file format for much of its
|
The GNU project uses the texinfo file format for much of its
|
||||||
@ -86,7 +87,8 @@ mkdir -p ${RPM_BUILD_ROOT}/sbin
|
|||||||
mkdir -p $RPM_BUILD_ROOT%{tex_texinfo}
|
mkdir -p $RPM_BUILD_ROOT%{tex_texinfo}
|
||||||
install -p -m644 doc/texinfo.tex doc/txi-??.tex $RPM_BUILD_ROOT%{tex_texinfo}
|
install -p -m644 doc/texinfo.tex doc/txi-??.tex $RPM_BUILD_ROOT%{tex_texinfo}
|
||||||
|
|
||||||
mv $RPM_BUILD_ROOT%{_bindir}/install-info $RPM_BUILD_ROOT/sbin
|
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
||||||
|
mv $RPM_BUILD_ROOT%{_bindir}/install-info $RPM_BUILD_ROOT%{_sbindir}
|
||||||
|
|
||||||
install -Dpm0755 -t %{buildroot}%{_sbindir} contrib/fix-info-dir
|
install -Dpm0755 -t %{buildroot}%{_sbindir} contrib/fix-info-dir
|
||||||
|
|
||||||
@ -127,7 +129,7 @@ export ALL_TESTS=yes
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/info
|
%{_bindir}/info
|
||||||
%{_infodir}/info-stnd.info*
|
%{_infodir}/info-stnd.info*
|
||||||
/sbin/install-info
|
%{_sbindir}/install-info
|
||||||
%{_sbindir}/fix-info-dir
|
%{_sbindir}/fix-info-dir
|
||||||
%{_mandir}/man1/info.1*
|
%{_mandir}/man1/info.1*
|
||||||
%{_mandir}/man1/install-info.1*
|
%{_mandir}/man1/install-info.1*
|
||||||
@ -147,6 +149,9 @@ export ALL_TESTS=yes
|
|||||||
%{_mandir}/man1/pdftexi2dvi.1*
|
%{_mandir}/man1/pdftexi2dvi.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 14 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-11
|
||||||
|
- Fix install path of install-info
|
||||||
|
|
||||||
* Tue Feb 02 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-10
|
* Tue Feb 02 2021 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.7-10
|
||||||
- Fix problem in shell code found by ShellCheck in test script
|
- Fix problem in shell code found by ShellCheck in test script
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user