rpms/opencv/devel opencv.spec,1.3,1.4

Simon Perreault (nomis80) fedora-extras-commits at redhat.com
Wed Mar 8 13:15:10 UTC 2006


Author: nomis80

Update of /cvs/extras/rpms/opencv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6526

Modified Files:
	opencv.spec 
Log Message:
* Wed Mar  8 2006 Simon Perreault <nomis80 at nomis80.org> - 0.9.7-15
- Force a re-run of Autotools by calling autoreconf.



Index: opencv.spec
===================================================================
RCS file: /cvs/extras/rpms/opencv/devel/opencv.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opencv.spec	8 Mar 2006 12:42:04 -0000	1.3
+++ opencv.spec	8 Mar 2006 13:15:09 -0000	1.4
@@ -5,7 +5,7 @@
 
 Name:           opencv
 Version:        0.9.7
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -60,10 +60,11 @@
                      samples/python/*.py
 %{__sed} -i 's/^#!.*//' interfaces/swig/python/adaptors.py \
                         interfaces/swig/python/__init__.py
+autoreconf -vif
 
 
 %build
-%configure --enable-maintainer-mode --disable-static --enable-python --with-apps
+%configure --disable-static --enable-python --with-apps
 make %{?_smp_mflags}
 
 
@@ -123,6 +124,9 @@
 
 
 %changelog
+* Wed Mar  8 2006 Simon Perreault <nomis80 at nomis80.org> - 0.9.7-15
+- Force a re-run of Autotools by calling autoreconf.
+
 * Wed Mar  8 2006 Simon Perreault <nomis80 at nomis80.org> - 0.9.7-14
 - Added build dependency on Autotools.
 




More information about the fedora-extras-commits mailing list