diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-10-15 02:46:01 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-10-15 02:46:01 +0000 |
| commit | d47912ab3d8a57168abe60c51dfbf20e4f927fc1 (patch) | |
| tree | 9080fa7c2e3dac8c7ca30be8e7b212919b9c4859 | |
| parent | bb746b1edb2c6411f5f6597d4f6a754e373aa8a0 (diff) | |
automatic import of python-pandas-flavor
| -rw-r--r-- | python-pandas-flavor.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python-pandas-flavor.spec b/python-pandas-flavor.spec index 11dfd19..f9a4147 100644 --- a/python-pandas-flavor.spec +++ b/python-pandas-flavor.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-pandas-flavor Version: 0.6.0 -Release: 1 +Release: 1.%{?dist_tag} Summary: The easy way to write your own Pandas flavor. License: MIT URL: https://github.com/Zsailer/pandas_flavor |
