- Un'%ghost *.pyo.

- Separate %{pythondir} from %{pyexecdir}.
This commit is contained in:
corsepiu 2006-09-21 10:06:22 +00:00
parent 5c10c8d618
commit 7b3f658efa
1 changed files with 8 additions and 4 deletions

View File

@ -115,15 +115,19 @@ rm -rf $RPM_BUILD_ROOT
%files python %files python
%dir %{pythondir}/opencv %{pythondir}/opencv
%{pythondir}/opencv/*.py %if "%{pythondir}" != "%{pyexecdir}"
%{pythondir}/opencv/*.pyc
%ghost %{pythondir}/opencv/*.pyo
%{pyexecdir}/opencv %{pyexecdir}/opencv
%endif
%doc %{_datadir}/opencv/samples/python %doc %{_datadir}/opencv/samples/python
%changelog %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 * Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.7-17
- Rebuild for FC6. - Rebuild for FC6.
- BR: libtool. - BR: libtool.