]> git.pld-linux.org Git - packages/opencv.git/commitdiff
do not package java jni twice
authorElan Ruusamäe <glen@delfi.ee>
Fri, 21 Jun 2013 12:39:34 +0000 (15:39 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 21 Jun 2013 12:39:34 +0000 (15:39 +0300)
opencv.spec

index 3041d17b4c4abbb53d79f06bed3e3706b1b02dbb..398a8b7facf1d1b2ba9c7c678a0312dbb1244b00 100644 (file)
@@ -261,6 +261,9 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libopencv_*.so
+%if %{with java}
+%exclude %{_libdir}/libopencv_java245.so
+%endif
 %{_includedir}/opencv
 %{_includedir}/opencv2
 %{_datadir}/OpenCV/OpenCVConfig*.cmake
This page took 0.121077 seconds and 4 git commands to generate.