public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: - Force a re-run of Autotools by calling autoreconf.
@ 2026-08-28 13:29 Simon Perreault
  0 siblings, 0 replies; only message in thread
From: Simon Perreault @ 2026-08-28 13:29 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 3896270aba7a8c0220e47031c72e757f269cdc69
Author : Simon Perreault <nomis80@fedoraproject.org>
Date   : 2006-03-08T13:15:09+00:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/3896270aba7a8c0220e47031c72e757f269cdc69?branch=opencv5

Log:
- Force a re-run of Autotools by calling autoreconf.

---
diff --git a/opencv.spec b/opencv.spec
index c38144e..cb238bc 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -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 @@ This package contains Python bindings for the OpenCV library.
                      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 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar  8 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-15
+- Force a re-run of Autotools by calling autoreconf.
+
 * Wed Mar  8 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-14
 - Added build dependency on Autotools.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-28 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:29 [rpms/opencv] opencv5: - Force a re-run of Autotools by calling autoreconf Simon Perreault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox