diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:37:32 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2022-03-28 08:37:32 +0000 |
commit | 09f870a16ca4a403bf4f459d8ae3bcefb29904be (patch) | |
tree | 31aa1e31f35b6ea3dfd652e4f1f0a43dd4b5f660 | |
parent | 3aa7e3231b9c12d05faa7f57f6a1390067add24f (diff) |
automatic import of python-git-os-jobepel9
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-git-os-job.spec | 57 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 59 insertions, 0 deletions
@@ -0,0 +1 @@ +/git-os-job-1.1.3.tar.gz diff --git a/python-git-os-job.spec b/python-git-os-job.spec new file mode 100644 index 0000000..a96226e --- /dev/null +++ b/python-git-os-job.spec @@ -0,0 +1,57 @@ +Name: python-git-os-job +Version: 1.1.3 +Release: 1%{?dist} +Summary: Show the OpenStack job logs for a commit + +# Check if the automatically generated License and its spelling is correct for Fedora +# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/ +License: ASL +URL: https://github.com/dhellmann/git-os-job +Source0: %{pypi_source git-os-job} + +BuildArch: noarch +BuildRequires: python3-devel + + +# Fill in the actual package description to submit package to Fedora +%global _description %{expand: +This is package 'git-os-job' generated automatically by pyp2spec.} + + +%description %_description + +%package -n python3-git-os-job +Summary: %{summary} + +%description -n python3-git-os-job %_description + + +%prep +%autosetup -p1 -n git-os-job-%{version} + + +%generate_buildrequires +%pyproject_buildrequires -r + + +%build +%pyproject_wheel + + +%install +%pyproject_install +# For official Fedora packages, including files with '*' +auto is not allowed +# Replace it with a list of relevant Python modules/globs and list extra files in %%files +%pyproject_save_files '*' +auto + + +%check +%pyproject_check_import -t + + +%files -n python3-git-os-job -f %{pyproject_files} + + +%changelog +* Mon Mar 28 2022 mockbuilder - 1.1.3-1 +- Package generated with pyp2spec
\ No newline at end of file @@ -0,0 +1 @@ +cbe70bd21ddf4b6effad18b8f11c2ec9 git-os-job-1.1.3.tar.gz |