Remove useless Requires of package
This commit is contained in:
parent
4a0111fb22
commit
181677055f
@ -1,6 +1,6 @@
|
|||||||
Name: texi2html
|
Name: texi2html
|
||||||
Version: 5.0
|
Version: 5.0
|
||||||
Release: 12
|
Release: 13
|
||||||
License: GPLv2+ and OFSFDL and (CC-BY-SA or GPLv2)
|
License: GPLv2+ and OFSFDL and (CC-BY-SA or GPLv2)
|
||||||
Summary: Tools for converting Texinfo source files to HTML output
|
Summary: Tools for converting Texinfo source files to HTML output
|
||||||
URL: http://www.nongnu.org/texi2html/
|
URL: http://www.nongnu.org/texi2html/
|
||||||
@ -11,7 +11,7 @@ Patch0: texi2html-5.0-Do-not-install-Unicode-EastAsianWidth-if-external-is.patc
|
|||||||
# Do not install bundled libintl-perl, <https://savannah.nongnu.org/bugs/?43457>
|
# Do not install bundled libintl-perl, <https://savannah.nongnu.org/bugs/?43457>
|
||||||
Patch1: texi2html-5.0-Do-not-install-libintl-perl-if-external-is-used.patch
|
Patch1: texi2html-5.0-Do-not-install-libintl-perl-if-external-is-used.patch
|
||||||
|
|
||||||
Requires: latex2html perl-interpreter >= 5.004
|
Requires: perl-interpreter >= 5.004
|
||||||
Requires: perl(Locale::Messages)
|
Requires: perl(Locale::Messages)
|
||||||
Requires: perl(Text::Unidecode)
|
Requires: perl(Text::Unidecode)
|
||||||
Requires: perl(Unicode::EastAsianWidth)
|
Requires: perl(Unicode::EastAsianWidth)
|
||||||
@ -74,5 +74,8 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf
|
|||||||
%{_mandir}/man*/%{name}*
|
%{_mandir}/man*/%{name}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 15 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.0-13
|
||||||
|
- remove useless Requires of package
|
||||||
|
|
||||||
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0-12
|
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.0-12
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user