diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-20 08:55:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-20 08:55:34 +0000 |
commit | 1a486becfff367b92562405029e8ba2d5081d62a (patch) | |
tree | f67bb141d034e41f1c099120990eee36c23117aa /pyporter.spec | |
parent | b08138f3416369cfe8ff587ccd966cc98c8c140f (diff) |
automatic import of pyporter
Diffstat (limited to 'pyporter.spec')
-rw-r--r-- | pyporter.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyporter.spec b/pyporter.spec index 4719758..9bba43f 100644 --- a/pyporter.spec +++ b/pyporter.spec @@ -1,5 +1,5 @@ Name: pyporter -Version: 1.0 +Version: 1.1 Release: 2 Summary: A rpm packager bot for python modules from pypi.org License: Mulan PSL v2 @@ -9,7 +9,7 @@ BuildArch: noarch %description pyporter is a tool to create spec file and create rpm for python modules For more details, please use pyporter -h. -BuildRequires: gcc libstdc++-devel python3-cffi +BuildRequires: gcc libstdc++-devel python3-cffi python3-hatchling python3-hatch-vcs openEuler-rpm-config Requires: gcc gdb libstdc++-devel python3-cffi @@ -20,7 +20,7 @@ Summary: A rpm packager bot for python modules from pypi.org pyporter is a tool to create spec file and create rpm for python modules. %prep -%autosetup -n pyporter -p1 +%autosetup -n pyporter-v%{version} -p1 %build %py3_build |