change global
This commit is contained in:
parent
ba2f523d07
commit
77daa2f98c
@ -1,3 +1,5 @@
|
|||||||
|
%global pybasever python3.7
|
||||||
|
%global pyshortver py3.7
|
||||||
Name: python-toml
|
Name: python-toml
|
||||||
Version: 0.10.0
|
Version: 0.10.0
|
||||||
Release: 1
|
Release: 1
|
||||||
@ -36,8 +38,8 @@ languages.
|
|||||||
%files -n python3-toml
|
%files -n python3-toml
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%_prefix/lib/python3.7/site-packages/toml
|
%_prefix/lib/%{pybasever}/site-packages/toml
|
||||||
%_prefix/lib/python3.7/site-packages/toml-%{version}-py3.7.egg-info
|
%_prefix/lib/%{pybasever}/site-packages/toml-%{version}-%{pyshortver}.egg-info
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user