rebuilt with distdeps [release 0.42.1-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
0b5e7be03c
commit
e9bb9f39a4
@ -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 <silvan.calarco@mambasoft.it> 0.42.1-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.42.1-1mamba
|
||||
- update to 0.42.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user