diff --git a/motioneye.spec b/motioneye.spec index 3672e0e..b88847c 100644 --- a/motioneye.spec +++ b/motioneye.spec @@ -1,6 +1,6 @@ Name: motioneye Version: 0.42.1 -Release: 1mamba +Release: 2mamba Summary: A web frontend for the motion daemon Group: Applications/Web Vendor: openmamba @@ -11,20 +11,17 @@ URL: https://github.com/ccrisan/motioneye.git Source: https://github.com/ccrisan/motioneye.git/%{version}/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 ## AUTOBUILDREQ-END -Requires: python3 Requires: motion Requires: v4l-utils Requires: ffmpeg %systemd_requires -Requires: python-setuptools-py3 -Requires: pycurl-py3 -Requires: python-Pillow-py3 -Requires: python-Jinja2-py3 -Requires: python-tornado-py3 < 6 -Requires: python-six-py3 -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A web frontend for the motion daemon. @@ -44,7 +41,7 @@ CFLAGS="%{optflags}" %{__python3} setup.py build --install-lib=%{python3_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "/handlers.cpython/d" %{name}.filelist sed -i "/server.cpython/d" %{name}.filelist @@ -74,9 +71,14 @@ 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/* %doc AUTHORS LICENSE %changelog +* Sat Apr 03 2021 Silvan Calarco 0.42.1-2mamba +- rebuilt with distdeps + * Thu Dec 31 2020 Silvan Calarco 0.42.1-1mamba - update to 0.42.1