removed doc package
authorKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 20:31:00 +0000 (12:31 -0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 20:31:00 +0000 (12:31 -0800)
packaging/opencv.spec

index 081b7a7..7c708e1 100644 (file)
@@ -63,15 +63,6 @@ This package contains the OpenCV C/C++ library and header files, as well as
 documentation. It should be installed if you want to develop programs that will
 use the OpenCV library.
 
-%package -n %{name}-doc
-Summary:        Documentation and examples for OpenCV
-Group:          Development/Libraries/C and C++
-# Since this package also contains examples that need -devel to be compiled
-Requires:     %{name}-devel
-
-%description -n %{name}-doc
-This package contains the documentation and examples for the OpenCV library.
-
 %prep
 %setup -qn OpenCV-%{version}
 
@@ -143,8 +134,4 @@ rm -rf %{buildroot}
 #%{python_sitearch}/cv.py
 #%{python_sitearch}/cv2.so
 
-%files -n %{name}-doc
-%defattr(-, root, root, 0755)
-%{_docdir}/%{name}-doc
-
 %changelog