public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: - Un'%ghost *.pyo.
@ 2026-08-28 13:29 corsepiu
0 siblings, 0 replies; 2+ messages in thread
From: corsepiu @ 2026-08-28 13:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : d555cd6b3f1257703f152da06b0ba6e5785e40ee
Author : corsepiu <corsepiu@fedoraproject.org>
Date : 2006-09-21T10:07:05+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/d555cd6b3f1257703f152da06b0ba6e5785e40ee?branch=opencv5
Log:
- Un'%ghost *.pyo.
- Separate %{pythondir} from %{pyexecdir}.
---
diff --git a/opencv.spec b/opencv.spec
index 92cbebd..3e7acf4 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -5,7 +5,7 @@
Name: opencv
Version: 0.9.7
-Release: 17%{?dist}
+Release: 18%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/opencv] opencv5: - Un'%ghost *.pyo.
@ 2026-08-28 13:29 corsepiu
0 siblings, 0 replies; 2+ messages in thread
From: corsepiu @ 2026-08-28 13:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 7b3f658efadb775ca268432198a884f23ba11781
Author : corsepiu <corsepiu@fedoraproject.org>
Date : 2006-09-21T10:06:22+00:00
Stats : +8/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/7b3f658efadb775ca268432198a884f23ba11781?branch=opencv5
Log:
- Un'%ghost *.pyo.
- Separate %{pythondir} from %{pyexecdir}.
---
diff --git a/opencv.spec b/opencv.spec
index ce46a3d..92cbebd 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -115,15 +115,19 @@ rm -rf $RPM_BUILD_ROOT
%files python
-%dir %{pythondir}/opencv
-%{pythondir}/opencv/*.py
-%{pythondir}/opencv/*.pyc
-%ghost %{pythondir}/opencv/*.pyo
+%{pythondir}/opencv
+%if "%{pythondir}" != "%{pyexecdir}"
%{pyexecdir}/opencv
+%endif
+
%doc %{_datadir}/opencv/samples/python
%changelog
+* Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.7-18
+- Un'%%ghost *.pyo.
+- Separate %%{pythondir} from %%{pyexecdir}.
+
* Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.7-17
- Rebuild for FC6.
- BR: libtool.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-28 13:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:29 [rpms/opencv] opencv5: - Un'%ghost *.pyo corsepiu
2026-08-28 13:29 corsepiu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox