manually provide perl(Texinfo::Parser) to resolve self-deps [release 6.6-2mamba;Mon Jul 15 2019]
This commit is contained in:
parent
845643f36a
commit
71dc156f63
19
texinfo.spec
19
texinfo.spec
@ -1,7 +1,7 @@
|
||||
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||
Name: texinfo
|
||||
Version: 6.5
|
||||
Release: 1mamba
|
||||
Version: 6.6
|
||||
Release: 2mamba
|
||||
Summary: Tools needed to create Texinfo format documentation files
|
||||
Group: Applications/Publishing
|
||||
Vendor: openmamba
|
||||
@ -13,12 +13,14 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-libintl
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Text-Unidecode
|
||||
BuildRequires: perl-Unicode-EastAsianWidth
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-libintl
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gettext-devel
|
||||
Provides: perl(Texinfo::Parser)
|
||||
Requires: gzip >= 1.2.4a
|
||||
Requires(post): %{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -99,8 +101,9 @@ exit 0
|
||||
%{_bindir}/texindex
|
||||
%{_bindir}/pdftexi2dvi
|
||||
%dir %{_libdir}/texinfo
|
||||
%{_libdir}/texinfo/XSParagraph.*
|
||||
%{_libdir}/texinfo/MiscXS.*
|
||||
%{_libdir}/texinfo/Parsetexi.*
|
||||
%{_libdir}/texinfo/XSParagraph.*
|
||||
%dir %{_datadir}/texinfo
|
||||
%{_datadir}/texinfo/*
|
||||
%{_infodir}/texinfo*
|
||||
@ -122,6 +125,12 @@ exit 0
|
||||
#ChangeLog INTRODUCTION NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.6-2mamba
|
||||
- manually provide perl(Texinfo::Parser) to resolve self-deps
|
||||
|
||||
* Wed Mar 06 2019 Automatic Build System <autodist@mambasoft.it> 6.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 6.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user