rebuilt with python3 == 3.11 [release 0.42.1.20201229git.25ee819-2mamba;Sun Oct 01 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 07:15:02 +01:00
parent 3467ace385
commit 145127e3b1

View File

@ -1,24 +1,25 @@
%define gitver %(echo %version | cut -d. -f4) %define gitver %(echo %version | cut -d. -f4)
Name: motioneye Name: motioneye
Version: 0.42.1.20201229git.25ee819 Version: 0.42.1.20201229git.25ee819
Release: 1mamba Release: 2mamba
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 URL: https://github.com/motioneye-project/motioneye
Source: https://github.com/ccrisan/motioneye.git/python3@%{gitver}/motioneye-%{version}.tar.bz2 Source: https://github.com/ccrisan/motioneye.git/python3@%{gitver}/motioneye-%{version}.tar.bz2
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python3.7dist(jinja2) BuildRequires: python3.11dist(jinja2)
BuildRequires: python3.7dist(pillow) BuildRequires: python3.11dist(pillow)
BuildRequires: python3.7dist(pycurl) BuildRequires: python3.11dist(pycurl)
BuildRequires: python3.7dist(setuptools) BuildRequires: python3.11dist(setuptools)
BuildRequires: python3.7dist(six) BuildRequires: python3.11dist(six)
BuildRequires: python3.7dist(tornado) BuildRequires: python3.11dist(tornado)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
Requires: motion Requires: motion
Requires: v4l-utils Requires: v4l-utils
Requires: ffmpeg Requires: ffmpeg
@ -80,6 +81,9 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/motioneye
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
%changelog %changelog
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1.20201229git.25ee819-2mamba
- rebuilt with python3 == 3.11
* Sun Feb 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1.20201229git.25ee819-1mamba * Sun Feb 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1.20201229git.25ee819-1mamba
- update to 0.42.1.20201229git.25ee819 - update to 0.42.1.20201229git.25ee819