using macros to get python versions by python3.10+
This commit is contained in:
parent
3baa81b870
commit
32c73c9186
@ -1,6 +1,6 @@
|
|||||||
Name: marisa
|
Name: marisa
|
||||||
Version: 0.2.4
|
Version: 0.2.4
|
||||||
Release: 39
|
Release: 40
|
||||||
Summary: Matching Algorithm with Recursively Implemented StorAge
|
Summary: Matching Algorithm with Recursively Implemented StorAge
|
||||||
|
|
||||||
License: BSD or LGPLv2+
|
License: BSD or LGPLv2+
|
||||||
@ -119,7 +119,7 @@ find $RPM_BUILD_ROOT -name 'perllocal.pod' -delete
|
|||||||
%files -n python3-marisa
|
%files -n python3-marisa
|
||||||
%{python3_sitearch}/__pycache__/marisa*
|
%{python3_sitearch}/__pycache__/marisa*
|
||||||
%{python3_sitearch}/{_marisa*.so,marisa.py}
|
%{python3_sitearch}/{_marisa*.so,marisa.py}
|
||||||
%{python3_sitearch}/marisa-0.0.0-py3.?.egg-info
|
%{python3_sitearch}/marisa-0.0.0-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%files perl
|
%files perl
|
||||||
%{perl_vendorarch}/{marisa.pm,auto/marisa}
|
%{perl_vendorarch}/{marisa.pm,auto/marisa}
|
||||||
@ -130,6 +130,9 @@ find $RPM_BUILD_ROOT -name 'perllocal.pod' -delete
|
|||||||
%{ruby_vendorarchdir}/marisa.so
|
%{ruby_vendorarchdir}/marisa.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 30 2022 chenchen <chen_aka_jan@163.com> - 0.2.4-40
|
||||||
|
- using macros to get python versions by python3.10+
|
||||||
|
|
||||||
* Wed Jun 09 2021 wulei <wulei80@huawei.com> - 0.2.4-39
|
* Wed Jun 09 2021 wulei <wulei80@huawei.com> - 0.2.4-39
|
||||||
- fixes failed: error: no acceptable C compiler found in PATH
|
- fixes failed: error: no acceptable C compiler found in PATH
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user