Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions specs/motion/motion.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

Summary: Video-surveilance system
Name: motion
Version: 3.2.7
Release: 3%{?dist}
Version: 3.2.12
Release: 1%{?dist}
License: GPL
Group: Applications/Multimedia
URL: http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
Expand Down Expand Up @@ -41,7 +41,7 @@ and http remote control.
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%{__perl} -pi.orig -e 's|MOTION-/usr|MOTION-|g' motion.init-RH
%{__perl} -pi.orig -e 's|MOTION-/usr/local|MOTION-/usr|g' motion.init-RH
%{__install} -D -m0755 motion.init-RH %{buildroot}%{_initrddir}/motion

%{__mv} -f %{buildroot}%{_sysconfdir}/motion/motion-dist.conf %{buildroot}%{_sysconfdir}/motion/motion.conf
Expand All @@ -56,8 +56,12 @@ and http remote control.
%config(noreplace) %{_sysconfdir}/motion/
%config %{_initrddir}/motion
%{_bindir}/motion
%{_datadir}/motion-%{version}

%changelog
* Thu Jul 17 2014 Quentin Brandon <quentin@bitcraft.co.jp> - 3.2.12-1
- Updated to release 3.2.12

* Tue Jul 14 2009 Dag Wieers <dag@wieers.com> - 3.2.7-3
- Rebuild against ffmpeg-0.5.

Expand Down