diff --git a/README.md b/README.md index d16ab34..d6e30a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # python-qserve -job queue server. +Job queue server. diff --git a/python-qserve.spec b/python-qserve.spec index 50f24d5..6fefead 100644 --- a/python-qserve.spec +++ b/python-qserve.spec @@ -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 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 0.3.0-1mamba +- automatic version update by autodist + * Wed May 21 2014 Silvan Calarco 0.2.8-1mamba - package created by silvan using the webbuild interface