License compliance rectification
This commit is contained in:
parent
7948e59902
commit
0b74c8b990
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: py3c
|
Name: py3c
|
||||||
Version: 1.2
|
Version: 1.2
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Guide and compatibility macros for porting extensions to Python 3
|
Summary: Guide and compatibility macros for porting extensions to Python 3
|
||||||
|
|
||||||
# Licences differ for subpackages
|
# Licences differ for subpackages
|
||||||
@ -33,7 +33,7 @@ Because py3c is a header-only library, there is no matching run-time package.
|
|||||||
|
|
||||||
%package help
|
%package help
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
License: CC-BY-SA
|
License: CC-BY-SA-3.0
|
||||||
Summary: Guide for porting C extensions to Python 3
|
Summary: Guide for porting C extensions to Python 3
|
||||||
|
|
||||||
Requires: python3-sphinx_rtd_theme
|
Requires: python3-sphinx_rtd_theme
|
||||||
@ -78,6 +78,9 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc
|
|||||||
%doc %{_pkgdocdir}/
|
%doc %{_pkgdocdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 13 2024 wangkai <13474090681@163.com> - 1.2-4
|
||||||
|
- License compliance rectification
|
||||||
|
|
||||||
* Mon Nov 14 2022 caodongxia <caodongxia@h-partners.com> - 1.2-3
|
* Mon Nov 14 2022 caodongxia <caodongxia@h-partners.com> - 1.2-3
|
||||||
- Modify invalid source0
|
- Modify invalid source0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user