automatic version update by autodist [release 0.3.0-1mamba;Wed Apr 28 2021]
This commit is contained in:
parent
915c6c9230
commit
05bf9fbddb
@ -1,4 +1,4 @@
|
|||||||
# python-qserve
|
# python-qserve
|
||||||
|
|
||||||
job queue server.
|
Job queue server.
|
||||||
|
|
||||||
|
@ -1,23 +1,26 @@
|
|||||||
Name: python-qserve
|
Name: python-qserve
|
||||||
Version: 0.2.8
|
Version: 0.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: job queue server
|
Summary: Job queue server
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/pediapress/qserve
|
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
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(future)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qserve-%{version}
|
%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
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/qserve-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/qserve-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
|
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# %doc README.rst
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.8-1mamba
|
||||||
- package created by silvan using the webbuild interface
|
- package created by silvan using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user