install install-info in /usr/bin [release 7.2-2mamba;Sat Jan 04 2025]
This commit is contained in:
parent
4b659554a0
commit
7f40372e63
15
texinfo.spec
15
texinfo.spec
@ -1,7 +1,7 @@
|
|||||||
%define pkgver %(echo %version | sed "s|[a-z]||")
|
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Tools needed to create Texinfo format documentation files
|
Summary: Tools needed to create Texinfo format documentation files
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -24,6 +24,7 @@ BuildRequires: perl-libintl
|
|||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
Provides: perl(Texinfo::Parser)
|
Provides: perl(Texinfo::Parser)
|
||||||
Provides: perl(Texinfo::ParserNonXS)
|
Provides: perl(Texinfo::ParserNonXS)
|
||||||
|
Provides: /sbin/install-info
|
||||||
Requires: gzip >= 1.2.4a
|
Requires: gzip >= 1.2.4a
|
||||||
Requires(post): %{__install_info}
|
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.
|
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.
|
The GNU Project uses the Texinfo file format for most of its documentation.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{pkgver}
|
%setup -q -n %{name}-%{pkgver}
|
||||||
|
|
||||||
@ -58,10 +57,6 @@ make check || :
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall
|
%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
|
# these files are already in the TeTeX package
|
||||||
#make TEXMF=%{buildroot}%{_datadir}/texmf install-tex
|
#make TEXMF=%{buildroot}%{_datadir}/texmf install-tex
|
||||||
@ -91,9 +86,8 @@ cat %{name}_document.lang >> %{name}.lang
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/sbin/install-info
|
|
||||||
%{_bindir}/info
|
%{_bindir}/info
|
||||||
#%{_bindir}/infokey
|
%{_bindir}/install-info
|
||||||
%{_bindir}/makeinfo
|
%{_bindir}/makeinfo
|
||||||
%{_bindir}/pod2texi
|
%{_bindir}/pod2texi
|
||||||
%{_bindir}/texi2any
|
%{_bindir}/texi2any
|
||||||
@ -126,6 +120,9 @@ cat %{name}_document.lang >> %{name}.lang
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 04 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 7.2-2mamba
|
||||||
|
- install install-info in /usr/bin
|
||||||
|
|
||||||
* Thu Dec 26 2024 Automatic Build System <autodist@openmamba.org> 7.2-1mamba
|
* Thu Dec 26 2024 Automatic Build System <autodist@openmamba.org> 7.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user