From 3467ace385d42bc73ab9118005174e34c7a5925b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:15:02 +0100 Subject: [PATCH] update to 0.42.1.20201229git.25ee819 [release 0.42.1.20201229git.25ee819-1mamba;Sun Feb 20 2022] --- motioneye.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/motioneye.spec b/motioneye.spec index 7f82d47..232fd07 100644 --- a/motioneye.spec +++ b/motioneye.spec @@ -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 -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 0.42.1.20201229git.25ee819-1mamba +- update to 0.42.1.20201229git.25ee819 + * Mon Aug 09 2021 Silvan Calarco 0.42.1-3mamba - build from python3 branch