install required directory /var/lib/motioneye [release 0.40-2mamba;Sat Aug 10 2019]
This commit is contained in:
parent
6092bdcfda
commit
4b4a1f894a
@ -1,6 +1,6 @@
|
|||||||
Name: motioneye
|
Name: motioneye
|
||||||
Version: 0.40
|
Version: 0.40
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -23,6 +23,7 @@ Requires: pycurl
|
|||||||
Requires: python-Pillow
|
Requires: python-Pillow
|
||||||
Requires: python-Jinja2
|
Requires: python-Jinja2
|
||||||
Requires: python-tornado < 6
|
Requires: python-tornado < 6
|
||||||
|
Requires: python-six
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -50,6 +51,7 @@ sed -i "/server.cpython/d" %{name}.filelist
|
|||||||
|
|
||||||
install -D -m0644 extra/motioneye.systemd-unit %{buildroot}%{_unitdir}/motioneye.service
|
install -D -m0644 extra/motioneye.systemd-unit %{buildroot}%{_unitdir}/motioneye.service
|
||||||
install -D -m0644 extra/motioneye.conf.sample %{buildroot}%{_sysconfdir}/motioneye/motioneye.conf
|
install -D -m0644 extra/motioneye.conf.sample %{buildroot}%{_sysconfdir}/motioneye/motioneye.conf
|
||||||
|
install -d -m0755 %{buildroot}%{_localstatedir}/lib/motioneye
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -68,10 +70,15 @@ install -D -m0644 extra/motioneye.conf.sample %{buildroot}%{_sysconfdir}/motione
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_sysconfdir}/motioneye
|
||||||
%config(noreplace) %{_sysconfdir}/motioneye/motioneye.conf
|
%config(noreplace) %{_sysconfdir}/motioneye/motioneye.conf
|
||||||
%{_unitdir}/motioneye.service
|
%{_unitdir}/motioneye.service
|
||||||
|
%dir %{_localstatedir}/lib/motioneye
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.40-2mamba
|
||||||
|
- install required directory /var/lib/motioneye
|
||||||
|
|
||||||
* Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.40-1mamba
|
* Sat Aug 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.40-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user