diff options
-rw-r--r-- | python-seaborn.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python-seaborn.spec b/python-seaborn.spec index a59bc08..ead9aed 100644 --- a/python-seaborn.spec +++ b/python-seaborn.spec @@ -1,7 +1,9 @@ %global _empty_manifest_terminate_build 0 +%define dist_tag %(sed -n 's/.* release \\([0-9]\\{2\\}\\)\\.\\([0-9]\\{2\\}\\).*LTS-SP\\([0-9]\\).*/oe\\1\\2sp\\3/p' /etc/openEuler-release) + Name: python-seaborn Version: 0.13.2 -Release: 1 +Release: 1.%{?dist_tag} Summary: Statistical data visualization License: None URL: https://pypi.org/project/seaborn/ |