From 2cf704546669e6aacf4ed5e94202037791d54adf Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:15:02 +0100 Subject: [PATCH] build from python3 branch [release 0.42.1-3mamba;Mon Aug 09 2021] --- motioneye.spec | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/motioneye.spec b/motioneye.spec index b88847c..7f82d47 100644 --- a/motioneye.spec +++ b/motioneye.spec @@ -1,22 +1,22 @@ Name: motioneye Version: 0.42.1 -Release: 2mamba +Release: 3mamba Summary: A web frontend for the motion daemon Group: Applications/Web Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/ccrisan/motioneye.git -## GITSOURCE https://github.com/ccrisan/motioneye.git 0.40 -Source: https://github.com/ccrisan/motioneye.git/%{version}/motioneye-%{version}.tar.bz2 +Source: https://github.com/ccrisan/motioneye.git/python3@25ee8195a699b70c7c6986f702d369201ad71656/motioneye-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN -#(python3.7dist(tornado): unidentified build requirement -#python3.7dist(pillow): unidentified build requirement -#python3.7dist(pycurl): unidentified build requirement BuildRequires: libpython3-devel -BuildRequires: python-Jinja2-py3 -BuildRequires: python-setuptools-py3 +BuildRequires: python3.7dist(jinja2) +BuildRequires: python3.7dist(pillow) +BuildRequires: python3.7dist(pycurl) +BuildRequires: python3.7dist(setuptools) +BuildRequires: python3.7dist(six) +BuildRequires: python3.7dist(tornado) ## AUTOBUILDREQ-END Requires: motion Requires: v4l-utils @@ -71,11 +71,15 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/motioneye %dir %{_sysconfdir}/motioneye %{_unitdir}/motioneye.service %dir %{_localstatedir}/lib/motioneye -%dir %{python3_sitearch}/motioneye-%{version}-py*.egg-info -%{python3_sitearch}/motioneye-%{version}-py*.egg-info/* +%dir %{python3_sitearch}/motioneye-*.egg-info +%{python3_sitearch}/motioneye-*.egg-info/* +%{python3_sitearch}/motioneye/__pycache__/*.cpython*.pyc %doc AUTHORS LICENSE %changelog +* Mon Aug 09 2021 Silvan Calarco 0.42.1-3mamba +- build from python3 branch + * Sat Apr 03 2021 Silvan Calarco 0.42.1-2mamba - rebuilt with distdeps