diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 10:36:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 10:36:26 +0000 |
commit | 4edc72c48bae5447b01d7b96f89faafa9e004fad (patch) | |
tree | cc0edfcdaea46f381c889a3d3095d7c39365e696 | |
parent | eaabad3a7bfe40debda91b1c51fc93e80838961e (diff) |
automatic import of python-rdopkg
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-rdopkg.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 11 deletions
@@ -1 +1,2 @@ /rdopkg-1.5.1.tar.gz +/rdopkg-1.6.0.tar.gz diff --git a/python-rdopkg.spec b/python-rdopkg.spec index 489b1e4..5fd2bec 100644 --- a/python-rdopkg.spec +++ b/python-rdopkg.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rdopkg -Version: 1.5.1 +Version: 1.6.0 Release: 1 Summary: RPM packaging automation tool License: Apache Software License URL: https://github.com/softwarefactory-project/rdopkg -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/74/9b/6c88ac230a9692a67920ca5c33e6b53fb965ad5c590a9a3aef0bde2c46ed/rdopkg-1.5.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/c3/3c93611af14069d896ac25df916675e0f3f12493405b9a1cbb6b6530cfb1/rdopkg-1.6.0.tar.gz BuildArch: noarch Requires: python3-blessings @@ -139,8 +139,6 @@ to report bugs. I usually fix critical bugs within days. - - %package -n python3-rdopkg Summary: RPM packaging automation tool Provides: python-rdopkg @@ -267,8 +265,6 @@ to report bugs. I usually fix critical bugs within days. - - %package help Summary: Development documents and examples for rdopkg Provides: python3-rdopkg-doc @@ -392,10 +388,8 @@ to report bugs. I usually fix critical bugs within days. - - %prep -%autosetup -n rdopkg-1.5.1 +%autosetup -n rdopkg-1.6.0 %build %py3_build @@ -435,5 +429,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.1-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.0-1 - Package Spec generated @@ -1 +1 @@ -67b110b9b883b4015bff9b72e88f1ebf rdopkg-1.5.1.tar.gz +2e40967591ad3a629640e8a80cc0b1ec rdopkg-1.6.0.tar.gz |