diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-23 09:25:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-23 09:25:41 +0000 |
commit | 0890367904b569d17fbc6b189889c1a3fd35738d (patch) | |
tree | 60d39d2e55ed067cffdeefa0a42daeeb81b5b224 | |
parent | 1b134aae2bf35a63906f99cf53f04e8426d2a632 (diff) |
automatic import of python-trove-classifiers
-rw-r--r-- | python-trove-classifiers.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-trove-classifiers.spec b/python-trove-classifiers.spec index 4c89699..310e135 100644 --- a/python-trove-classifiers.spec +++ b/python-trove-classifiers.spec @@ -39,10 +39,10 @@ Provides: python3-trove-classifiers-doc %autosetup -n trove-classifiers-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi |