automatic version update by autodist [release 0.3.0-1mamba;Wed Apr 28 2021]

This commit is contained in:
Automatic Build System 2024-01-05 16:32:02 +01:00
parent 915c6c9230
commit 05bf9fbddb
2 changed files with 16 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# python-qserve
job queue server.
Job queue server.

View File

@ -1,23 +1,26 @@
Name: python-qserve
Version: 0.2.8
Version: 0.3.0
Release: 1mamba
Summary: job queue server
Summary: Job queue server
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/pediapress/qserve
Source: https://pypi.python.org/packages/source/q/qserve/qserve-%{version}.zip
Source: https://pypi.debian.net/qserve/qserve-%{version}.zip
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(future)
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep
%setup -q -n qserve-%{version}
@ -35,15 +38,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
## note: eventually add the remaining documents (if any)
# %doc README.rst
%dir %{python_sitearch}/qserve-%{version}-py*.egg-info
%{python_sitearch}/qserve-%{version}-py*.egg-info/*
%changelog
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
- automatic version update by autodist
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.8-1mamba
- package created by silvan using the webbuild interface