automatic version update by autodist [release 7.2-1mamba;Thu Dec 26 2024]
This commit is contained in:
parent
f1e0ec53b6
commit
4b659554a0
@ -6,5 +6,3 @@ 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.
|
||||
|
||||
Install texinfo if you want a documentation system for producing both online and print documentation from the same source file and/or if you are going to write documentation for the GNU Project.
|
||||
|
||||
|
22
texinfo.spec
22
texinfo.spec
@ -1,6 +1,6 @@
|
||||
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||
Name: texinfo
|
||||
Version: 7.1.1
|
||||
Version: 7.2
|
||||
Release: 1mamba
|
||||
Summary: Tools needed to create Texinfo format documentation files
|
||||
Group: Applications/Publishing
|
||||
@ -27,9 +27,6 @@ Provides: perl(Texinfo::ParserNonXS)
|
||||
Requires: gzip >= 1.2.4a
|
||||
Requires(post): %{__install_info}
|
||||
|
||||
# checking for hevea... no
|
||||
# http://hevea.inria.fr/index.html
|
||||
|
||||
%description
|
||||
Texinfo is a documentation system that can produce both online information and printed output from a single source file.
|
||||
Normally, you'd have to write two separate documents: one for online help or other online information and the other for a typeset manual or other printed work.
|
||||
@ -37,8 +34,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.
|
||||
|
||||
Install texinfo if you want a documentation system for producing both online and print documentation from the same source file and/or if you are going to write documentation for the GNU Project.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -106,19 +101,18 @@ cat %{name}_document.lang >> %{name}.lang
|
||||
%{_bindir}/texi2pdf
|
||||
%{_bindir}/texindex
|
||||
%{_bindir}/pdftexi2dvi
|
||||
%dir %{_libdir}/texinfo
|
||||
%{_libdir}/texinfo/MiscXS.*
|
||||
%{_libdir}/texinfo/Parsetexi.*
|
||||
%{_libdir}/texinfo/XSParagraph.*
|
||||
%dir %{_libdir}/texi2any
|
||||
%{_libdir}/texi2any/*.so
|
||||
%{_libdir}/texi2any/*.so.*
|
||||
%dir %{_datadir}/texinfo
|
||||
%{_datadir}/texinfo/*
|
||||
%dir %{_datadir}/texi2any
|
||||
%{_datadir}/texi2any/*
|
||||
%{_infodir}/texinfo*
|
||||
#%{_infodir}/info.info*
|
||||
%{_infodir}/info-stnd.info*
|
||||
%{_infodir}/texi2any_api.info*
|
||||
%{_infodir}/texi2any_internals.info*
|
||||
%{_mandir}/man1/info.*
|
||||
#%{_mandir}/man1/infokey.*
|
||||
%{_mandir}/man1/install-info.*
|
||||
%{_mandir}/man1/makeinfo.*
|
||||
%{_mandir}/man1/pdftexi2dvi.*
|
||||
@ -130,9 +124,11 @@ cat %{name}_document.lang >> %{name}.lang
|
||||
%{_mandir}/man5/info.*
|
||||
%{_mandir}/man5/texinfo.*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog INTRODUCTION NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Thu Dec 26 2024 Automatic Build System <autodist@openmamba.org> 7.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 08 2024 Automatic Build System <autodist@openmamba.org> 7.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user