From 7cc3e452c6811e8edb0d819fab877ce63b30043f Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Sep 10 2009 12:32:22 +0000 Subject: - fix build on s390x where we don't have libraw1394 and devel --- diff --git a/opencv.spec b/opencv.spec index 9b0f965..e47153e 100644 --- a/opencv.spec +++ b/opencv.spec @@ -3,7 +3,7 @@ Name: opencv Version: 1.1.0 -Release: 0.6.pre1%{?dist} +Release: 0.7.pre1%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -26,8 +26,10 @@ BuildRequires: gtk2-devel BuildRequires: unicap-devel BuildRequires: libtheora-devel BuildRequires: libvorbis-devel +%ifnarch s390 s390x BuildRequires: libraw1394-devel BuildRequires: libdc1394-devel +%endif BuildRequires: jasper-devel BuildRequires: libpng-devel BuildRequires: libjpeg-devel @@ -162,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 10 2009 Karsten Hopp 1.1.0-0.7.pre1 +- fix build on s390x where we don't have libraw1394 and devel + * Fri Jul 30 2009 Haïkel Guémar 1.1.0.0.6.pre1 - Fix typo I introduced that prevented build on i386/i586