update to 0.42.1.20201229git.25ee819 [release 0.42.1.20201229git.25ee819-1mamba;Sun Feb 20 2022]

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

View File

@ -1,13 +1,14 @@
%define gitver %(echo %version | cut -d. -f4)
Name: motioneye
Version: 0.42.1
Release: 3mamba
Version: 0.42.1.20201229git.25ee819
Release: 1mamba
Summary: A web frontend for the motion daemon
Group: Applications/Web
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/ccrisan/motioneye.git
Source: https://github.com/ccrisan/motioneye.git/python3@25ee8195a699b70c7c6986f702d369201ad71656/motioneye-%{version}.tar.bz2
URL: https://github.com/ccrisan/motioneye
Source: https://github.com/ccrisan/motioneye.git/python3@%{gitver}/motioneye-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
@ -28,6 +29,8 @@ A web frontend for the motion daemon.
%prep
%setup -q
# Remove requirement for python-tornado < 6
sed -i "s|,<6||" setup.py
%build
CFLAGS="%{optflags}" %{__python3} setup.py build
@ -77,6 +80,9 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/motioneye
%doc AUTHORS LICENSE
%changelog
* Sun Feb 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1.20201229git.25ee819-1mamba
- update to 0.42.1.20201229git.25ee819
* Mon Aug 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1-3mamba
- build from python3 branch