diff --git a/python-toml.spec b/python-toml.spec index 8ec112c..cbbb644 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -1,6 +1,6 @@ Name: python-toml Version: 0.10.0 -Release: 1 +Release: 2 Summary: Python Library for Tom's Obvious, Minimal Language License: MIT URL: https://pypi.python.org/pypi/toml @@ -36,13 +36,15 @@ languages. %files -n python3-toml %defattr(-,root,root) %license LICENSE -%_prefix/lib/python3.7/site-packages/toml -%_prefix/lib/python3.7/site-packages/toml-%{version}-py3.7.egg-info +%_prefix/lib/python%{python3_version}/site-packages/toml +%_prefix/lib/python%{python3_version}/site-packages/toml-%{version}-py%{python3_version}.egg-info %files help %defattr(-,root,root) %doc README.rst %changelog +* Thu Jun 18 2020 yanglu - 0.10.0-2 +- Change global * Tue Feb 11 2020 huzunhao - 0.10.0-1 - Package init