From 7988023ab688abd078e24b2b39476f2abbb90458 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Nov 02 2007 12:32:13 +0000 Subject: - Add qt. --- diff --git a/OpenSceneGraph.spec b/OpenSceneGraph.spec index 94e8bdc..d13848b 100644 --- a/OpenSceneGraph.spec +++ b/OpenSceneGraph.spec @@ -14,7 +14,7 @@ Name: OpenSceneGraph Version: %{srcvers} -Release: 1%{?dist} +Release: 2%{?dist} Summary: High performance real-time graphics toolkit Group: Applications/Multimedia @@ -43,6 +43,7 @@ BuildRequires: libpng-devel BuildRequires: doxygen graphviz BuildRequires: cmake BuildRequires: wxGTK-devel +BuildRequires: qt-devel %if "%{version}" >= "2.2.0" %define OSGSRCDIR OpenSceneGraph-%{version} @@ -188,8 +189,8 @@ Sample applications for OpenSceneGraph %defattr(-,root,root,-) %if "%{version}" >= "2.2.0" %{_bindir}/osgdepthpeeling -%{_bindir}/osgviewerQT %endif +%{_bindir}/osgviewerQT %{_bindir}/osganimate %{_bindir}/osgautotransform %{_bindir}/osgbillboard @@ -322,6 +323,9 @@ Development files for OpenThreads. %{_includedir}/OpenThreads %changelog +* Thu Nov 02 2007 Ralf Corsépius - 2.2.0-2 +- Add qt. + * Thu Nov 01 2007 Ralf Corsépius - 2.2.0-1 - Upstream upgrade. - Reflect Source0-URL having changed once again.