provide perl(Texinfo::ParseNonXS) to fix auto requirement [release 6.7-2mamba;Sun Apr 26 2020]
This commit is contained in:
parent
71dc156f63
commit
c0e827190b
13
texinfo.spec
13
texinfo.spec
@ -1,6 +1,6 @@
|
|||||||
%define pkgver %(echo %version | sed "s|[a-z]||")
|
%define pkgver %(echo %version | sed "s|[a-z]||")
|
||||||
Name: texinfo
|
Name: texinfo
|
||||||
Version: 6.6
|
Version: 6.7
|
||||||
Release: 2mamba
|
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
|
||||||
@ -21,6 +21,7 @@ BuildRequires: perl-libintl
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
Provides: perl(Texinfo::Parser)
|
Provides: perl(Texinfo::Parser)
|
||||||
|
Provides: perl(Texinfo::ParserNonXS)
|
||||||
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
|
||||||
@ -37,6 +38,8 @@ 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.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{pkgver}
|
%setup -q -n %{name}-%{pkgver}
|
||||||
|
|
||||||
@ -125,6 +128,12 @@ exit 0
|
|||||||
#ChangeLog INTRODUCTION NEWS README TODO
|
#ChangeLog INTRODUCTION NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7-2mamba
|
||||||
|
- provide perl(Texinfo::ParseNonXS) to fix auto requirement
|
||||||
|
|
||||||
|
* Sun Sep 29 2019 Automatic Build System <autodist@mambasoft.it> 6.7-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.6-2mamba
|
* Mon Jul 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 6.6-2mamba
|
||||||
- manually provide perl(Texinfo::Parser) to resolve self-deps
|
- manually provide perl(Texinfo::Parser) to resolve self-deps
|
||||||
|
|
||||||
@ -213,7 +222,7 @@ exit 0
|
|||||||
- update to version 4.8 by autospec
|
- update to version 4.8 by autospec
|
||||||
- fixed package group
|
- fixed package group
|
||||||
|
|
||||||
* Mon Apr 13 2004 Davide Madrisan <davide.madrisan@qilinux.it> 4.7-1qilnx
|
* Tue Apr 13 2004 Davide Madrisan <davide.madrisan@qilinux.it> 4.7-1qilnx
|
||||||
- new version rebuild
|
- new version rebuild
|
||||||
|
|
||||||
* Wed Mar 03 2004 Davide Madrisan <davide.madrisan@qilinux.it> 4.6-1qilnx
|
* Wed Mar 03 2004 Davide Madrisan <davide.madrisan@qilinux.it> 4.6-1qilnx
|
||||||
|
Loading…
Reference in New Issue
Block a user