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 Name: motioneye
Version: 0.42.1 Version: 0.42.1.20201229git.25ee819
Release: 3mamba Release: 1mamba
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
Source: https://github.com/ccrisan/motioneye.git/python3@25ee8195a699b70c7c6986f702d369201ad71656/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: libpython3-devel
@ -28,6 +29,8 @@ A web frontend for the motion daemon.
%prep %prep
%setup -q %setup -q
# Remove requirement for python-tornado < 6
sed -i "s|,<6||" setup.py
%build %build
CFLAGS="%{optflags}" %{__python3} setup.py build CFLAGS="%{optflags}" %{__python3} setup.py build
@ -77,6 +80,9 @@ install -d -m0755 %{buildroot}%{_localstatedir}/lib/motioneye
%doc AUTHORS LICENSE %doc AUTHORS LICENSE
%changelog %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 * Mon Aug 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1-3mamba
- build from python3 branch - build from python3 branch