commit
3eab04e1c3
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-hwdata
|
Name: python-hwdata
|
||||||
Version: 2.3.7
|
Version: 2.3.7
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Python bindings to hwdata package
|
Summary: Python bindings to hwdata package
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/xsuchy/python-hwdata
|
URL: https://github.com/xsuchy/python-hwdata
|
||||||
@ -68,18 +68,24 @@ popd
|
|||||||
%files -n python2-hwdata
|
%files -n python2-hwdata
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%_prefix/lib/python2.7/site-packages/*
|
%{python2_sitelib}/*
|
||||||
%endif # with python2
|
%endif # with python2
|
||||||
|
|
||||||
%files -n python3-hwdata
|
%files -n python3-hwdata
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%_prefix/lib/python3.7/site-packages/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc example.py README.md html
|
%doc example.py README.md html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 19 2020 fuyangqing<fuyangqing@huawei.com> - 2.3.7-6
|
||||||
|
-Type:bugfix
|
||||||
|
-ID:NA
|
||||||
|
-SUG:NA
|
||||||
|
-DESC:change sepc hardcode the dependent python version number
|
||||||
|
|
||||||
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 2.3.7-5
|
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 2.3.7-5
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user