public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Last commit erase some texts, dunno why.
@ 2026-08-28 13:30 Christopher Meng
  0 siblings, 0 replies; only message in thread
From: Christopher Meng @ 2026-08-28 13:30 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 228b4d0ad5299246d2604a76ecb012ae6c47c452
Author : Christopher Meng <i@cicku.me>
Date   : 2014-01-17T10:02:54+08:00
Stats  : +2/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/228b4d0ad5299246d2604a76ecb012ae6c47c452?branch=opencv5

Log:
Last commit erase some texts, dunno why.

---
diff --git a/opencv.spec b/opencv.spec
index bc98159..741268c 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -177,8 +177,7 @@ popd
 rm -rf __devel-doc
 pushd build
 make install DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p"
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
-
+find %{buildroot} -name '*.la' -delete
 
 rm -f %{buildroot}%{_datadir}/OpenCV/samples/c/build_all.sh \
       %{buildroot}%{_datadir}/OpenCV/samples/c/cvsample.dsp \
@@ -191,7 +190,6 @@ rm -rf %{buildroot}%{_datadir}/OpenCV/doc
 
 popd
 
-
 %check
 # Check fails since we don't support most video
 # read/write capability and we don't provide a display
@@ -204,15 +202,12 @@ pushd build
 popd
 %endif
 
-
 %post core -p /sbin/ldconfig
 %postun core -p /sbin/ldconfig
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-
-
 %files
 %doc doc/license.txt
 %{_bindir}/opencv_*
@@ -253,7 +248,7 @@ popd
 
 %files python
 %{python2_sitearch}/cv.py*
-%{python2_sitearch}/cv2.
+%{python2_sitearch}/cv2.so
 
 %changelog
 * Thu Jan 16 2014 Christopher Meng <rpm@cicku.me> - 2.4.7-4

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

only message in thread, other threads:[~2026-08-28 13:30 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:30 [rpms/opencv] opencv5: Last commit erase some texts, dunno why Christopher Meng

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