rpms/opencv/devel opencv.spec,1.6,1.7

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Thu Sep 21 10:06:22 UTC 2006


Author: corsepiu

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

Modified Files:
	opencv.spec 
Log Message:
* Thu Sep 21 2006 Ralf Corsépius <rc040203 at freenet.de> - 0.9.7-18
- Un'%ghost *.pyo.
- Separate %{pythondir} from %{pyexecdir}.



Index: opencv.spec
===================================================================
RCS file: /cvs/extras/rpms/opencv/devel/opencv.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- opencv.spec	21 Sep 2006 07:33:25 -0000	1.6
+++ opencv.spec	21 Sep 2006 10:06:22 -0000	1.7
@@ -115,15 +115,19 @@
 
 
 %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 at freenet.de> - 0.9.7-18
+- Un'%%ghost *.pyo.
+- Separate %%{pythondir} from %%{pyexecdir}.
+
 * Thu Sep 21 2006 Ralf Corsépius <rc040203 at freenet.de> - 0.9.7-17
 - Rebuild for FC6.
 - BR: libtool.




More information about the scm-commits mailing list