automatic version update by autodist [release 4.3.1-1mamba;Wed Jul 01 2020]

This commit is contained in:
Automatic Build System 2024-01-06 07:14:52 +01:00
parent 46fbe5e25d
commit ae3b953aef

View File

@ -2,7 +2,7 @@
Name: motion Name: motion
Epoch: 1 Epoch: 1
Version: 4.2.2 Version: 4.3.1
Release: 1mamba Release: 1mamba
Summary: A Video-surveilance-system Summary: A Video-surveilance-system
Group: Applications/Multimedia Group: Applications/Multimedia
@ -53,6 +53,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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 %prep
%setup -q %setup -q
#%patch0 -p1 #%patch0 -p1
@ -74,8 +76,8 @@ autoreconf -f -i
%find_lang %{name} %find_lang %{name}
#mkdir -p %{buildroot}%{_var}/run/motion #mkdir -p %{buildroot}%{_var}/run/motion
install -D -m0755 motion.service %{buildroot}%{_unitdir}/motion.service install -D -m0755 data/motion.service %{buildroot}%{_unitdir}/motion.service
install -D -m0644 motion-dist.conf %{buildroot}%{_sysconfdir}/motion/motion.conf install -D -m0644 data/motion-dist.conf %{buildroot}%{_sysconfdir}/motion/motion.conf
install -d %{buildroot}%{serverdir} install -d %{buildroot}%{serverdir}
cp -a mb %{buildroot}%{serverdir}/motion cp -a mb %{buildroot}%{serverdir}/motion
@ -112,9 +114,6 @@ _EOF
%{_sysconfdir}/motion/motion-dist.conf %{_sysconfdir}/motion/motion-dist.conf
%{_bindir}/motion %{_bindir}/motion
%{_unitdir}/motion.service %{_unitdir}/motion.service
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/examples
%{_datadir}/%{name}/examples/*
%dir %{_docdir}/%{name} %dir %{_docdir}/%{name}
%{_docdir}/%{name}/* %{_docdir}/%{name}/*
%dir %{serverdir}/motion/ %dir %{serverdir}/motion/
@ -128,10 +127,13 @@ _EOF
%{serverdir}/motion/motionbrowser.css %{serverdir}/motion/motionbrowser.css
%{serverdir}/motion/*.gif %{serverdir}/motion/*.gif
%{_mandir}/man1/motion.1* %{_mandir}/man1/motion.1*
%doc COPYING #%doc COPYING
#CREDITS README README.axis_2100 README.FreeBSD README.MacOSX #CREDITS README README.axis_2100 README.FreeBSD README.MacOSX
%changelog %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 * Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-1mamba
- update to 4.2.2 - update to 4.2.2