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]||")
|
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 6.5
|
Version: 6.6
|
||||||
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
|
||||||
@ -13,12 +13,14 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-libintl
|
|
||||||
BuildRequires: perl-Text-Unidecode
|
BuildRequires: perl-Text-Unidecode
|
||||||
BuildRequires: perl-Unicode-EastAsianWidth
|
BuildRequires: perl-Unicode-EastAsianWidth
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
BuildRequires: perl-libintl
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
|
Provides: perl(Texinfo::Parser)
|
||||||
Requires: gzip >= 1.2.4a
|
Requires: gzip >= 1.2.4a
|
||||||
Requires(post): %{__install_info}
|
Requires(post): %{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -99,8 +101,9 @@ exit 0
|
|||||||
%{_bindir}/texindex
|
%{_bindir}/texindex
|
||||||
%{_bindir}/pdftexi2dvi
|
%{_bindir}/pdftexi2dvi
|
||||||
%dir %{_libdir}/texinfo
|
%dir %{_libdir}/texinfo
|
||||||
%{_libdir}/texinfo/XSParagraph.*
|
|
||||||
%{_libdir}/texinfo/MiscXS.*
|
%{_libdir}/texinfo/MiscXS.*
|
||||||
|
%{_libdir}/texinfo/Parsetexi.*
|
||||||
|
%{_libdir}/texinfo/XSParagraph.*
|
||||||
%dir %{_datadir}/texinfo
|
%dir %{_datadir}/texinfo
|
||||||
%{_datadir}/texinfo/*
|
%{_datadir}/texinfo/*
|
||||||
%{_infodir}/texinfo*
|
%{_infodir}/texinfo*
|
||||||
@ -122,6 +125,12 @@ exit 0
|
|||||||
#ChangeLog INTRODUCTION NEWS README TODO
|
#ChangeLog INTRODUCTION NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 6.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user