diff --git a/opencv.spec b/opencv.spec index 58a7847..68af636 100644 --- a/opencv.spec +++ b/opencv.spec @@ -5,13 +5,13 @@ Name: opencv Version: 1.0.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries # This is normal three clause BSD. License: BSD -URL: http://www.intel.com/technology/computing/opencv/index.htm +URL: http://opencv.willowgarage.com/wiki/ Source0: http://prdownloads.sourceforge.net/opencvlibrary/opencv-%{version}.tar.gz Source1: opencv-samples-Makefile Patch0: opencv-1.0.0-pythondir.diff @@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 29 2008 Rakesh Pandit - 1.0.0-12 +- fix URL field + * Fri Dec 19 2008 Ralf Corsépius - 1.0.0-11 - Adopt latest python spec rules. - Rebuild for Python 2.6 once again.