From e8f5d86d98feaadc98af37151973fa5f12bc0495 Mon Sep 17 00:00:00 2001 From: corsepiu Date: Feb 11 2008 17:02:45 +0000 Subject: - Add *-examples-SDL package. - Add osgviewerSDL. - Add *-examples-fltk package. - Add osgviewerFLTK. - Add *-examples-qt package. - Move osgviewerQT to *-examples-qt package. --- diff --git a/OpenSceneGraph.spec b/OpenSceneGraph.spec index 70e47e7..cb3e128 100644 --- a/OpenSceneGraph.spec +++ b/OpenSceneGraph.spec @@ -15,7 +15,7 @@ Name: OpenSceneGraph Version: %{srcvers} -Release: 4%{?dist} +Release: 5%{?dist} Summary: High performance real-time graphics toolkit Group: Applications/Multimedia @@ -44,8 +44,13 @@ BuildRequires: libpng-devel BuildRequires: doxygen graphviz BuildRequires: cmake BuildRequires: wxGTK-devel + BuildRequires: qt-devel +BuildRequires: SDL-devel + +BuildRequires: fltk-devel + %if "%{version}" >= "2.2.0" %define OSGSRCDIR OpenSceneGraph-%{version} %else @@ -175,6 +180,48 @@ Development files for OpenSceneGraph. %{_libdir}/pkgconfig/openscenegraph.pc %{_libdir}/libosg*.so +%package examples-SDL +Summary: OSG sample applications using SDL +Group: Applications/Multimedia +%if "%{name}" == "OpenSceneGraph" +Provides: OpenSceneGraph2-examples-SDL = %{version}-%{release} +%endif + +%description examples-SDL +OSG sample applications using SDL + +%files examples-SDL +%defattr(-,root,root,-) +%{_bindir}/osgviewerSDL + +%package examples-fltk +Summary: OSG sample applications using FLTK +Group: Applications/Multimedia +%if "%{name}" == "OpenSceneGraph" +Provides: OpenSceneGraph2-examples-fltk = %{version}-%{release} +%endif + +%description examples-fltk +OSG sample applications using FLTK + +%files examples-fltk +%defattr(-,root,root,-) +%{_bindir}/osgviewerFLTK + +%package examples-qt +Summary: OSG sample applications using qt +Group: Applications/Multimedia +%if "%{name}" == "OpenSceneGraph" +Provides: OpenSceneGraph2-examples-qt = %{version}-%{release} +%endif + +%description examples-qt +OSG sample applications using qt + +%files examples-qt +%defattr(-,root,root,-) +%{_bindir}/osgviewerQT + # OpenSceneGraph-examples %package examples Summary: Sample applications for OpenSceneGraph @@ -191,7 +238,6 @@ Sample applications for OpenSceneGraph %if "%{version}" >= "2.2.0" %{_bindir}/osgdepthpeeling %endif -%{_bindir}/osgviewerQT %{_bindir}/osganimate %{_bindir}/osgautotransform %{_bindir}/osgbillboard @@ -324,6 +370,14 @@ Development files for OpenThreads. %{_includedir}/OpenThreads %changelog +* Mon Feb 11 2008 Ralf Corsépius - 2.2.0-5 +- Add *-examples-SDL package. +- Add osgviewerSDL. +- Add *-examples-fltk package. +- Add osgviewerFLTK. +- Add *-examples-qt package. +- Move osgviewerQT to *-examples-qt package. + * Mon Feb 11 2008 Ralf Corsépius - 2.2.0-4 - Rebuild for gcc43. - OpenSceneGraph-2.2.0.diff: Add gcc43 hacks.