update to 7.0 [release 7.0-1mamba;Wed Nov 16 2022]
This commit is contained in:
parent
e3b27e4375
commit
0e5c5b99f1
23
texinfo.spec
23
texinfo.spec
@ -1,14 +1,14 @@
|
||||
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||
Name: texinfo
|
||||
Version: 6.8
|
||||
Version: 7.0
|
||||
Release: 1mamba
|
||||
Summary: Tools needed to create Texinfo format documentation files
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://directory.fsf.org/wiki/GNU/texinfo
|
||||
Source: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.gz
|
||||
URL: https://www.gnu.org/software/texinfo/
|
||||
Source: https://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -80,15 +80,15 @@ cat %{name}_document.lang >> %{name}.lang
|
||||
|
||||
%post
|
||||
%install_info info-stnd.info
|
||||
#% install_info info.info
|
||||
#% install_info %{name}
|
||||
exit 0
|
||||
%install_info texi2any_api.info
|
||||
%install_info texi2any_internals.info
|
||||
:
|
||||
|
||||
%preun
|
||||
%uninstall_info info-stnd.info
|
||||
#% uninstall_info info.info
|
||||
#% uninstall_info %{name}
|
||||
exit 0
|
||||
%uninstall_info texi2any_api.info
|
||||
%uninstall_info texi2any_internals.info
|
||||
:
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
@ -111,6 +111,8 @@ exit 0
|
||||
%{_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.*
|
||||
@ -127,6 +129,9 @@ exit 0
|
||||
#ChangeLog INTRODUCTION NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Wed Nov 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0-1mamba
|
||||
- update to 7.0
|
||||
|
||||
* Sat Jul 03 2021 Automatic Build System <autodist@mambasoft.it> 6.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user