build from python3 branch [release 0.42.1-3mamba;Mon Aug 09 2021]
This commit is contained in:
parent
e9bb9f39a4
commit
2cf7045466
@ -1,22 +1,22 @@
|
|||||||
Name: motioneye
|
Name: motioneye
|
||||||
Version: 0.42.1
|
Version: 0.42.1
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A web frontend for the motion daemon
|
Summary: A web frontend for the motion daemon
|
||||||
Group: Applications/Web
|
Group: Applications/Web
|
||||||
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/ccrisan/motioneye.git
|
URL: https://github.com/ccrisan/motioneye.git
|
||||||
## GITSOURCE https://github.com/ccrisan/motioneye.git 0.40
|
Source: https://github.com/ccrisan/motioneye.git/python3@25ee8195a699b70c7c6986f702d369201ad71656/motioneye-%{version}.tar.bz2
|
||||||
Source: https://github.com/ccrisan/motioneye.git/%{version}/motioneye-%{version}.tar.bz2
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
#(python3.7dist(tornado): unidentified build requirement
|
|
||||||
#python3.7dist(pillow): unidentified build requirement
|
|
||||||
#python3.7dist(pycurl): unidentified build requirement
|
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: python-Jinja2-py3
|
BuildRequires: python3.7dist(jinja2)
|
||||||
BuildRequires: python-setuptools-py3
|
BuildRequires: python3.7dist(pillow)
|
||||||
|
BuildRequires: python3.7dist(pycurl)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
|
BuildRequires: python3.7dist(six)
|
||||||
|
BuildRequires: python3.7dist(tornado)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: motion
|
Requires: motion
|
||||||
Requires: v4l-utils
|
Requires: v4l-utils
|
||||||
@ -71,11 +71,15 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/motioneye
|
|||||||
%dir %{_sysconfdir}/motioneye
|
%dir %{_sysconfdir}/motioneye
|
||||||
%{_unitdir}/motioneye.service
|
%{_unitdir}/motioneye.service
|
||||||
%dir %{_localstatedir}/lib/motioneye
|
%dir %{_localstatedir}/lib/motioneye
|
||||||
%dir %{python3_sitearch}/motioneye-%{version}-py*.egg-info
|
%dir %{python3_sitearch}/motioneye-*.egg-info
|
||||||
%{python3_sitearch}/motioneye-%{version}-py*.egg-info/*
|
%{python3_sitearch}/motioneye-*.egg-info/*
|
||||||
|
%{python3_sitearch}/motioneye/__pycache__/*.cpython*.pyc
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1-3mamba
|
||||||
|
- build from python3 branch
|
||||||
|
|
||||||
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1-2mamba
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1-2mamba
|
||||||
- rebuilt with distdeps
|
- rebuilt with distdeps
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user