Author: blues Date: Sun Mar 19 22:21:39 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - examples dir is /usr/src .... these examples are not sources, it's docs
---- Files affected: SPECS: motion.spec (1.27 -> 1.28) ---- Diffs: ================================================================ Index: SPECS/motion.spec diff -u SPECS/motion.spec:1.27 SPECS/motion.spec:1.28 --- SPECS/motion.spec:1.27 Sun Mar 12 19:29:41 2006 +++ SPECS/motion.spec Sun Mar 19 23:21:31 2006 @@ -11,7 +11,7 @@ Summary(pl): Motion - programowy wykrywacz ruchu Name: motion Version: 3.2.5.1 -Release: 1 +Release: 1.1 Group: Applications/Graphics License: GPL Source0: http://dl.sourceforge.net/motion/%{name}-%{version}.tar.gz @@ -53,26 +53,25 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_examplesdir}/%{name}-%{version},%{_sysconfdir}} +install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_examplesdir}/%{name}-%{version},%{_sysconfdir},/etc/motion} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT%{_datadir}/doc doc mv $RPM_BUILD_ROOT%{_sysconfdir}/motion-dist.conf $RPM_BUILD_ROOT%{_sysconfdir}/motion.conf -cp {motion-dist.conf,thread*,motion.init-RH} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc CHANGELOG CREDITS FAQ README README.axis_2100 motion_guide.html +%doc CHANGELOG CREDITS FAQ README README.axis_2100 motion_guide.html *.conf motion.init-RH %attr(755,root,root) %{_bindir}/motion %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/motion.conf +%dir /etc/motion %{_datadir}/motion %{_mandir}/man1/* -%{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -80,6 +79,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.28 2006/03/19 22:21:31 blues +- examples dir is /usr/src .... these examples are not sources, it's docs + Revision 1.27 2006/03/12 18:29:41 blues - 3.2.5.1 - builds, works, with fine threads support. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/motion.spec?r1=1.27&r2=1.28&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
