License compliance rectification

This commit is contained in:
wk333 2024-06-13 10:48:35 +08:00
parent 58df452112
commit 762a83f123

View File

@ -1,7 +1,7 @@
Name: texi2html Name: texi2html
Version: 5.0 Version: 5.0
Release: 14 Release: 15
License: GPLv2+ and OFSFDL and (CC-BY-SA or GPLv2) License: GPL-2.0-or-later and OFSFDL and (CC-BY-SA-1.0 or GPL-2.0-only)
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/
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.bz2 Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
@ -74,6 +74,9 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/texinfo $RPM_BUILD_ROOT%{_sysconfdir}/texinf
%{_mandir}/man*/%{name}* %{_mandir}/man*/%{name}*
%changelog %changelog
* Thu Jun 13 2024 wangkai <13474090681@163.com> - 5.0-15
- License compliance rectification
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 5.0-14 * Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 5.0-14
- Completing build dependencies to fix automake command and gcc missing error - Completing build dependencies to fix automake command and gcc missing error