automatic version update by autodist [release 4.3.1-1mamba;Wed Jul 01 2020]
This commit is contained in:
parent
46fbe5e25d
commit
ae3b953aef
16
motion.spec
16
motion.spec
@ -2,7 +2,7 @@
|
||||
|
||||
Name: motion
|
||||
Epoch: 1
|
||||
Version: 4.2.2
|
||||
Version: 4.3.1
|
||||
Release: 1mamba
|
||||
Summary: A Video-surveilance-system
|
||||
Group: Applications/Multimedia
|
||||
@ -53,6 +53,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
Motion is a software motion detector. It grabs images from video4linux devices and/or from webcams (such as the axis network cameras). Motion is the perfect tool for keeping an eye on your property keeping only those images that are interesting. Motion is strictly command line driven and can run as a daemon with a rather small footprint. It is built with MySQL and PostgreSQL support and mpegs generated by ffmpeg and http remote control.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
@ -74,8 +76,8 @@ autoreconf -f -i
|
||||
%find_lang %{name}
|
||||
|
||||
#mkdir -p %{buildroot}%{_var}/run/motion
|
||||
install -D -m0755 motion.service %{buildroot}%{_unitdir}/motion.service
|
||||
install -D -m0644 motion-dist.conf %{buildroot}%{_sysconfdir}/motion/motion.conf
|
||||
install -D -m0755 data/motion.service %{buildroot}%{_unitdir}/motion.service
|
||||
install -D -m0644 data/motion-dist.conf %{buildroot}%{_sysconfdir}/motion/motion.conf
|
||||
install -d %{buildroot}%{serverdir}
|
||||
cp -a mb %{buildroot}%{serverdir}/motion
|
||||
|
||||
@ -112,9 +114,6 @@ _EOF
|
||||
%{_sysconfdir}/motion/motion-dist.conf
|
||||
%{_bindir}/motion
|
||||
%{_unitdir}/motion.service
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/examples
|
||||
%{_datadir}/%{name}/examples/*
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/*
|
||||
%dir %{serverdir}/motion/
|
||||
@ -128,10 +127,13 @@ _EOF
|
||||
%{serverdir}/motion/motionbrowser.css
|
||||
%{serverdir}/motion/*.gif
|
||||
%{_mandir}/man1/motion.1*
|
||||
%doc COPYING
|
||||
#%doc COPYING
|
||||
#CREDITS README README.axis_2100 README.FreeBSD README.MacOSX
|
||||
|
||||
%changelog
|
||||
* Wed Jul 01 2020 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-1mamba
|
||||
- update to 4.2.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user