Author: mebourne
Update of /cvs/pkgs/rpms/zoneminder/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13877
Modified Files:
zoneminder.spec
Log Message:
* Sat Jun 30 2007 Martin Ebourne <martin(a)zepler.org> - 1.22.3-6
- Disable crashtrace on ppc
Index: zoneminder.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zoneminder/devel/zoneminder.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zoneminder.spec 30 Jun 2007 23:34:42 -0000 1.1
+++ zoneminder.spec 1 Jul 2007 00:19:33 -0000 1.2
@@ -5,7 +5,7 @@
Name: zoneminder
Version: 1.22.3
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
License: GPL
@@ -55,6 +55,12 @@
%build
autoreconf
+
+OPTS=""
+%ifnarch %{ix86} x86_64
+ OPTS="$OPTS --disable-crashtrace"
+%endif
+
%configure \
--with-libarch=%{_lib} \
--with-mysql=%{_prefix} \
@@ -62,7 +68,8 @@
--with-cgidir=%{_libexecdir}/%{name}/cgi-bin \
--with-webuser=%{zmuid} \
--with-webgroup=%{zmgid} \
- --disable-debug
+ --disable-debug \
+ $OPTS
make %{?_smp_mflags}
%{__perl} -pi -e 's/(ZM_WEB_USER=).*$/${1}%{zmuid_final}/;' \
-e 's/(ZM_WEB_GROUP=).*$/${1}%{zmgid_final}/;' zm.conf
@@ -151,6 +158,9 @@
%changelog
+* Sat Jun 30 2007 Martin Ebourne <martin(a)zepler.org> - 1.22.3-6
+- Disable crashtrace on ppc
+
* Sat Jun 30 2007 Martin Ebourne <martin(a)zepler.org> - 1.22.3-5
- Fix uid for directories in /var/lib/zoneminder