31ceb83
#
8186ffa
# Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 Ralf Corsepius, Ulm, Germany.
31ceb83
# This file and all modifications and additions to the pristine
31ceb83
# package are under the same license as the package itself.
31ceb83
#
31ceb83
8186ffa
%define apivers 2.8.3
8186ffa
%define srcvers 2.8.3
36f8dae
2975ebb
Name:           OpenSceneGraph
464493c
Version:        %{apivers}
3356a13
Release:        3%{?dist}
795811e
Summary:        High performance real-time graphics toolkit
2975ebb
2975ebb
Group:          Applications/Multimedia
710a742
# The OSGPL is just the wxWidgets license.
710a742
License:        wxWidgets
2975ebb
URL:            http://www.openscenegraph.org/
f71ba50
Source0:        http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-%{version}/source/OpenSceneGraph-%{version}.zip
1b13d27
dab8010
Patch0:         OpenSceneGraph-%{version}.diff
2975ebb
2975ebb
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2975ebb
903b02c
BuildRequires:  libGL-devel
0c8827c
BuildRequires:  libGLU-devel
0c8827c
BuildRequires:  libXmu-devel
0c8827c
BuildRequires:  libX11-devel
0c8827c
BuildRequires:  Inventor-devel
0c8827c
BuildRequires:  freeglut-devel
0c8827c
BuildRequires:  libjpeg-devel
0c8827c
BuildRequires:  libungif-devel
0c8827c
BuildRequires:  libtiff-devel
0c8827c
BuildRequires:  libpng-devel
0c8827c
BuildRequires:  doxygen graphviz
0c8827c
BuildRequires:  cmake
0c8827c
BuildRequires:  wxGTK-devel
dab8010
BuildRequires:  curl-devel
8186ffa
BuildRequires:  libxml2-devel
8186ffa
BuildRequires:  gtkglext-devel
8186ffa
BuildRequires:  librsvg2-devel
8186ffa
BuildRequires:  poppler-glib-devel
8186ffa
BuildRequires:  openal-soft-devel
e8f5d86
7988023
BuildRequires:	qt-devel
2975ebb
e8f5d86
BuildRequires:  SDL-devel
e8f5d86
e8f5d86
BuildRequires:  fltk-devel
e8f5d86
8186ffa
BuildRequires:  gnuplot
8186ffa
464493c
# OSG packaging madness ;)
464493c
%define OSGSRCDIR       OpenSceneGraph-%{version}
ccc296e
052062a
%if "%{name}" == "OpenSceneGraph"
546d68c
Provides:       OpenSceneGraph2 = %{version}-%{release}
052062a
%endif
546d68c
2975ebb
%description
2975ebb
The OpenSceneGraph is an OpenSource, cross platform graphics toolkit for the 
2975ebb
development of high performance graphics applications such as flight 
2975ebb
simulators, games, virtual reality and scientific visualization. 
2975ebb
Based around the concept of a SceneGraph, it provides an object oriented 
2975ebb
framework on top of OpenGL freeing the developer from implementing and 
2975ebb
optimizing low level graphics calls, and provides many additional utilities 
2975ebb
for rapid development of graphics applications.
2975ebb
2975ebb
%prep
0c8827c
%setup -q -c
dab8010
cd %{OSGSRCDIR}
dab8010
%{?PATCH0:%patch0 -p1}
dab8010
cd ..
2975ebb
1c810c8
%build
0c8827c
mkdir -p BUILD
0c8827c
pushd BUILD
1c810c8
464493c
%cmake -DBUILD_OSG_EXAMPLES=ON -DBUILD_OSG_WRAPPERS=ON -DBUILD_DOCUMENTATION=ON ../%{OSGSRCDIR}
0c8827c
make VERBOSE=1 %{?_smp_mflags}
0c8827c
c17036e
make doc_openscenegraph doc_openthreads
0c8827c
popd
2975ebb
2975ebb
%install
2975ebb
rm -rf $RPM_BUILD_ROOT
0c8827c
pushd BUILD
0c8827c
make install DESTDIR=${RPM_BUILD_ROOT}
2975ebb
0c8827c
# Supposed to take OpenSceneGraph data
0c8827c
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/OpenSceneGraph
0c8827c
popd
2975ebb
2975ebb
%clean
2975ebb
rm -rf $RPM_BUILD_ROOT
2975ebb
2975ebb
2975ebb
2975ebb
%files
2975ebb
%defattr(-,root,root,-)
464493c
%doc %{OSGSRCDIR}/{AUTHORS,LICENSE,NEWS,README}.txt
2975ebb
%{_bindir}/osgarchive
2975ebb
%{_bindir}/osgconv
2975ebb
%{_bindir}/osgversion
2975ebb
%{_bindir}/osgviewer
464493c
%{_bindir}/osgfilecache
546d68c
546d68c
%package libs
546d68c
Summary:        Devel files for OpenSceneGraph
546d68c
Group:          Applications/Multimedia
052062a
%if "%{name}" == "OpenSceneGraph"
546d68c
Provides:	OpenSceneGraph2-libs = %{version}-%{release}
052062a
%endif
546d68c
546d68c
%description libs
546d68c
Runtime libraries files for OpenSceneGraph.
546d68c
052062a
%post libs -p /sbin/ldconfig
052062a
052062a
%postun libs -p /sbin/ldconfig
052062a
546d68c
%files libs
546d68c
%defattr(-,root,root,-)
0b1b00d
%{_libdir}/osgPlugins-%{apivers}
2975ebb
%{_libdir}/libosg*.so.*
2975ebb
2975ebb
%package devel
0c8827c
Summary:        Devel files for OpenSceneGraph
0c8827c
Group:          Applications/Multimedia
052062a
%if "%{name}" == "OpenSceneGraph"
052062a
Provides:	OpenSceneGraph2-devel = %{version}-%{release}
052062a
%endif
546d68c
Requires:	OpenSceneGraph2-libs = %{version}-%{release}
0c8827c
Requires:	pkgconfig
052062a
Requires:	OpenThreads-devel
2975ebb
2975ebb
%description devel
2975ebb
Development files for OpenSceneGraph.
2975ebb
2975ebb
%files devel
2975ebb
%defattr(-,root,root,-)
c17036e
%doc BUILD/doc/OpenSceneGraphReferenceDocs
2975ebb
%{_includedir}/osg*
052062a
%{_libdir}/pkgconfig/openscenegraph.pc
2975ebb
%{_libdir}/libosg*.so
2975ebb
e8f5d86
%package examples-SDL
e8f5d86
Summary:        OSG sample applications using SDL
e8f5d86
Group:          Applications/Multimedia
e8f5d86
%if "%{name}" == "OpenSceneGraph"
e8f5d86
Provides:       OpenSceneGraph2-examples-SDL = %{version}-%{release}
e8f5d86
%endif
e8f5d86
e8f5d86
%description examples-SDL
e8f5d86
OSG sample applications using SDL
e8f5d86
e8f5d86
%files examples-SDL
e8f5d86
%defattr(-,root,root,-)
e8f5d86
%{_bindir}/osgviewerSDL
e8f5d86
e8f5d86
%package examples-fltk
e8f5d86
Summary:        OSG sample applications using FLTK
e8f5d86
Group:          Applications/Multimedia
e8f5d86
%if "%{name}" == "OpenSceneGraph"
e8f5d86
Provides:       OpenSceneGraph2-examples-fltk = %{version}-%{release}
e8f5d86
%endif
e8f5d86
e8f5d86
%description examples-fltk
e8f5d86
OSG sample applications using FLTK
e8f5d86
e8f5d86
%files examples-fltk
e8f5d86
%defattr(-,root,root,-)
e8f5d86
%{_bindir}/osgviewerFLTK
e8f5d86
8186ffa
%package examples-gtk
8186ffa
Summary:        OSG sample applications using gtk
8186ffa
Group:          Applications/Multimedia
8186ffa
%if "%{name}" == "OpenSceneGraph"
8186ffa
Provides:       OpenSceneGraph2-examples-gtk = %{version}-%{release}
8186ffa
%endif
8186ffa
8186ffa
%description examples-gtk
8186ffa
OSG sample applications using gtk
8186ffa
8186ffa
%files examples-gtk
8186ffa
%defattr(-,root,root,-)
8186ffa
%{_bindir}/osgviewerGTK
8186ffa
e8f5d86
%package examples-qt
e8f5d86
Summary:        OSG sample applications using qt
e8f5d86
Group:          Applications/Multimedia
e8f5d86
%if "%{name}" == "OpenSceneGraph"
e8f5d86
Provides:       OpenSceneGraph2-examples-qt = %{version}-%{release}
e8f5d86
%endif
e8f5d86
e8f5d86
%description examples-qt
e8f5d86
OSG sample applications using qt
e8f5d86
e8f5d86
%files examples-qt
e8f5d86
%defattr(-,root,root,-)
e8f5d86
%{_bindir}/osgviewerQT
e8f5d86
2975ebb
# OpenSceneGraph-examples
2975ebb
%package examples
0c8827c
Summary:        Sample applications for OpenSceneGraph
0c8827c
Group:          Applications/Multimedia
052062a
%if "%{name}" == "OpenSceneGraph"
052062a
Provides:       OpenSceneGraph2-examples = %{version}-%{release}
052062a
%endif
2975ebb
2975ebb
%description examples
2975ebb
Sample applications for OpenSceneGraph
2975ebb
2975ebb
%files examples
2975ebb
%defattr(-,root,root,-)
c17036e
%{_bindir}/osg2cpp
8186ffa
%{_bindir}/osganimationhardware
c17036e
%{_bindir}/osganimationmakepath
c17036e
%{_bindir}/osganimationnode
c17036e
%{_bindir}/osganimationskinning
c17036e
%{_bindir}/osganimationsolid
c17036e
%{_bindir}/osganimationtimeline
c17036e
%{_bindir}/osganimationviewer
c17036e
%{_bindir}/osgautocapture
c17036e
%{_bindir}/osgbrowser
c17036e
%{_bindir}/osgcluster
c17036e
%{_bindir}/osgdrawinstanced
c17036e
%{_bindir}/osggameoflife
c17036e
%{_bindir}/osgmemorytest
c17036e
%{_bindir}/osgpackeddepthstencil
c17036e
%{_bindir}/osgpdf
c17036e
%{_bindir}/osgrobot
c17036e
%{_bindir}/osgsidebyside
c17036e
%{_bindir}/osgwidgetmessagebox
c17036e
%{_bindir}/osgwidgetperformance
464493c
%{_bindir}/osgfont
3a84fa5
%{_bindir}/osggeometryshaders
464493c
%{_bindir}/osgimagesequence
464493c
%{_bindir}/osgkdtree
dab8010
%{_bindir}/osgmultiplerendertargets
dab8010
%{_bindir}/osgmultitexturecontrol
dab8010
%{_bindir}/osgocclusionquery
3a84fa5
%{_bindir}/osgscreencapture
dab8010
%{_bindir}/osgsharedarray
dab8010
%{_bindir}/osgstereomatch
dab8010
%{_bindir}/osgtext3D
dab8010
%{_bindir}/osgthirdpersonview
ccc296e
%{_bindir}/osgdepthpeeling
2975ebb
%{_bindir}/osganimate
2975ebb
%{_bindir}/osgautotransform
2975ebb
%{_bindir}/osgbillboard
2975ebb
%{_bindir}/osgblendequation
2975ebb
%{_bindir}/osgcallback
327cd99
%{_bindir}/osgcamera
2975ebb
%{_bindir}/osgcatch
2975ebb
%{_bindir}/osgclip
0c8827c
%{_bindir}/osgcompositeviewer
2975ebb
%{_bindir}/osgcopy
2975ebb
%{_bindir}/osgcubemap
327cd99
%{_bindir}/osgdelaunay
327cd99
%{_bindir}/osgdepthpartition
2975ebb
%{_bindir}/osgdistortion
0c8827c
%{_bindir}/osgfadetext
2975ebb
%{_bindir}/osgforest
2975ebb
%{_bindir}/osgfxbrowser
2975ebb
%{_bindir}/osggeodemo
2975ebb
%{_bindir}/osggeometry
2975ebb
%{_bindir}/osghangglide
2975ebb
%{_bindir}/osghud
2975ebb
%{_bindir}/osgimpostor
0c8827c
%{_bindir}/osgintersection
0c8827c
%{_bindir}/osgintrospection
2975ebb
%{_bindir}/osgkeyboard
2975ebb
%{_bindir}/osgkeyboardmouse
2975ebb
%{_bindir}/osglauncher
2975ebb
%{_bindir}/osglight
2975ebb
%{_bindir}/osglightpoint
2975ebb
%{_bindir}/osglogicop
2975ebb
%{_bindir}/osglogo
0c8827c
%{_bindir}/osgmanipulator
2975ebb
%{_bindir}/osgmotionblur
2975ebb
%{_bindir}/osgmovie
2975ebb
%{_bindir}/osgmultitexture
2975ebb
%{_bindir}/osgoccluder
2975ebb
%{_bindir}/osgpagedlod
327cd99
%{_bindir}/osgparametric
2975ebb
%{_bindir}/osgparticle
2975ebb
%{_bindir}/osgparticleeffects
2975ebb
%{_bindir}/osgpick
2975ebb
%{_bindir}/osgplanets
2975ebb
%{_bindir}/osgpoints
2975ebb
%{_bindir}/osgpointsprite
3f139e1
%{_bindir}/osgprecipitation
2975ebb
%{_bindir}/osgprerender
2975ebb
%{_bindir}/osgprerendercubemap
2975ebb
%{_bindir}/osgreflect
2975ebb
%{_bindir}/osgscalarbar
2975ebb
%{_bindir}/osgscribe
2975ebb
%{_bindir}/osgsequence
2975ebb
%{_bindir}/osgshaders
327cd99
%{_bindir}/osgshaderterrain
0c8827c
%{_bindir}/osgshadow
2975ebb
%{_bindir}/osgshape
2975ebb
%{_bindir}/osgsimplifier
2975ebb
%{_bindir}/osgslice
2975ebb
%{_bindir}/osgspacewarp
2975ebb
%{_bindir}/osgspheresegment
2975ebb
%{_bindir}/osgspotlight
2975ebb
%{_bindir}/osgstereoimage
2975ebb
%{_bindir}/osgteapot
0c8827c
%{_bindir}/osgterrain
0c8827c
%{_bindir}/osgtessellate
2975ebb
%{_bindir}/osgtext
2975ebb
%{_bindir}/osgtexture1D
2975ebb
%{_bindir}/osgtexture2D
2975ebb
%{_bindir}/osgtexture3D
2975ebb
%{_bindir}/osgtexturerectangle
2975ebb
%{_bindir}/osgunittests
2975ebb
%{_bindir}/osgvertexprogram
0c8827c
%{_bindir}/osgviewerGLUT
0c8827c
%{_bindir}/osgviewerWX
2975ebb
%{_bindir}/osgvolume
3a84fa5
%{_bindir}/osgwidgetaddremove
3a84fa5
%{_bindir}/osgwidgetbox
3a84fa5
%{_bindir}/osgwidgetcanvas
3a84fa5
%{_bindir}/osgwidgetframe
3a84fa5
%{_bindir}/osgwidgetinput
3a84fa5
%{_bindir}/osgwidgetlabel
3a84fa5
%{_bindir}/osgwidgetmenu
3a84fa5
%{_bindir}/osgwidgetnotebook
3a84fa5
%{_bindir}/osgwidgetscrolled
3a84fa5
%{_bindir}/osgwidgetshader
3a84fa5
%{_bindir}/osgwidgetstyled
3a84fa5
%{_bindir}/osgwidgettable
3a84fa5
%{_bindir}/osgwidgetwindow
2975ebb
%{_bindir}/osgwindows
2975ebb
0c8827c
%{_bindir}/osgphotoalbum
0c8827c
%{_bindir}/osgsimulation
2975ebb
2975ebb
%{_datadir}/OpenSceneGraph
2975ebb
0c8827c
2975ebb
# OpenThreads
2975ebb
%package -n OpenThreads
0c8827c
Summary:        OpenThreads
0c8827c
Group:          Applications/Multimedia
b9f64d7
License:        wxWidgets
2975ebb
2975ebb
%description -n OpenThreads
1c810c8
OpenThreads is intended to provide a minimal & complete Object-Oriented (OO)
1c810c8
thread interface for C++ programmers.  It is loosely modeled on the Java
1c810c8
thread API, and the POSIX Threads standards.  The architecture of the 
1c810c8
library is designed around "swappable" thread models which are defined at 
1c810c8
compile-time in a shared object library.
2975ebb
2975ebb
%post -n OpenThreads -p /sbin/ldconfig
2975ebb
2975ebb
%postun -n OpenThreads -p /sbin/ldconfig
2975ebb
2975ebb
%files -n OpenThreads
2975ebb
%defattr(-,root,root,-)
464493c
%doc %{OSGSRCDIR}/{AUTHORS,LICENSE,NEWS,README}.txt
2975ebb
%{_libdir}/libOpenThreads.so.*
2975ebb
2975ebb
# OpenThreads-devel
2975ebb
%package -n OpenThreads-devel
0c8827c
Summary:        Devel files for OpenThreads
0c8827c
Group:          Applications/Multimedia
b9f64d7
License:        wxWidgets
052062a
Requires:       OpenThreads = %{version}-%{release}
0c8827c
Requires:	pkgconfig
2975ebb
2975ebb
%description -n OpenThreads-devel
1c810c8
Development files for OpenThreads.
2975ebb
2975ebb
%files -n OpenThreads-devel
2975ebb
%defattr(-,root,root,-)
c17036e
%doc BUILD/doc/OpenThreadsReferenceDocs
052062a
%{_libdir}/pkgconfig/openthreads.pc
2975ebb
%{_libdir}/libOpenThreads.so
2975ebb
%{_includedir}/OpenThreads
2975ebb
0c8827c
%changelog
3356a13
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.8.3-3
3356a13
- rebuild (poppler)
3356a13
11ebdf5
* Mon Jul 12 2010 Dan Horák <dan@danny.cz> - 2.8.3-2
11ebdf5
- rebuilt against wxGTK-2.8.11-2
11ebdf5
8186ffa
* Fri Jul 02 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.8.3-1
8186ffa
- Upstream update.
8186ffa
- Add osg-examples-gtk.
8186ffa
f71ba50
* Wed Aug 26 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.8.2-3
f71ba50
- Change Source0 URL (Upstream moved it once again).
f71ba50
ee83dc8
* Tue Aug 18 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.8.2-2
ee83dc8
- Spec file cleanup.
ee83dc8
1b13d27
* Mon Aug 17 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.8.2-1
1b13d27
- Upstream update.
1b13d27
- Reflect upstream having changes Source0-URL.
1b13d27
233e80f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-3
233e80f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
233e80f
3a84fa5
* Mon Jun 29 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.8.1-2
3a84fa5
- Remove /usr/bin/osgfilecache from *-examples.
3a84fa5
- Further spec cleanup.
3a84fa5
11f0d5c
* Wed Jun 24 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.8.1-1
11f0d5c
- Upstream update.
11f0d5c
- Reflect upstream having consolidated their Source0:-URL.
11f0d5c
- Stop supporting OSG < 2.6.0.
11f0d5c
275c3a3
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.0-2
275c3a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
275c3a3
c17036e
* Sun Feb 15 2009 Ralf Corsépius <rc040203@freenet.de> - 2.8.0-1
c17036e
- Upgrade to OSG-2.8.0.
c17036e
- Remove Obsolete: Producer hacks.
c17036e
2ce6d6c
* Wed Aug 14 2008 Ralf Corsépius <rc040203@freenet.de> - 2.6.0-1
2ce6d6c
- Upgrade to OSG-2.6.0.
2ce6d6c
464493c
* Wed Aug 13 2008 Ralf Corsépius <rc040203@freenet.de> - 2.4.0-4
464493c
- Preps for 2.6.0.
464493c
- Reflect the Source0-URL having changed.
464493c
- Major spec-file overhaul.
464493c
710a742
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4.0-3
710a742
- fix license tag
710a742
31e3727
* Tue May 13 2008 Ralf Corsépius <rc040203@freenet.de> - 2.4.0-2
31e3727
- Add Orion Poplawski's patch to fix building with cmake-2.6.0.
31e3727
dab8010
* Mon May 12 2008 Ralf Corsépius <rc040203@freenet.de> - 2.4.0-1
dab8010
- Upstream update.
dab8010
- Adjust patches to 2.4.0.
dab8010
e8f5d86
* Mon Feb 11 2008 Ralf Corsépius <rc040203@freenet.de> - 2.2.0-5
e8f5d86
- Add *-examples-SDL package.
e8f5d86
- Add osgviewerSDL.
e8f5d86
- Add *-examples-fltk package.
e8f5d86
- Add osgviewerFLTK.
e8f5d86
- Add *-examples-qt package.
e8f5d86
- Move osgviewerQT to *-examples-qt package.
e8f5d86
2942a45
* Mon Feb 11 2008 Ralf Corsépius <rc040203@freenet.de> - 2.2.0-4
2942a45
- Rebuild for gcc43.
2942a45
- OpenSceneGraph-2.2.0.diff: Add gcc43 hacks.
2942a45
0b1b00d
* Wed Nov 28 2007 Ralf Corsépius <rc040203@freenet.de> - 2.2.0-3
0b1b00d
- Re-add apivers.
0b1b00d
- Rebuild against doxygen-1.5.3-1 (BZ 343591).
0b1b00d
7988023
* Thu Nov 02 2007 Ralf Corsépius <rc040203@freenet.de> - 2.2.0-2
7988023
- Add qt.
7988023
ccc296e
* Thu Nov 01 2007 Ralf Corsépius <rc040203@freenet.de> - 2.2.0-1
ccc296e
- Upstream upgrade.
ccc296e
- Reflect Source0-URL having changed once again.
ccc296e
- Reflect upstream packaging changes to spec.
ccc296e
d40d2f2
* Sat Oct 20 2007 Ralf Corsépius <rc040203@freenet.de> - 2.0-8
d40d2f2
- Reflect Source0-URL having changed.
d40d2f2
052062a
* Thu Sep 27 2007 Ralf Corsépius <rc040203@freenet.de> - 2.0-7
052062a
- Let OpenSceneGraph-libs Obsoletes: Producer
052062a
- Let OpenSceneGraph-devel Obsoletes: Producer-devel.
052062a
052062a
* Wed Sep 26 2007 Ralf Corsépius <rc040203@freenet.de> - 2.0-6
052062a
- By public demand, add upstream's *.pcs.
052062a
- Add hacks to work around the worst bugs in *.pcs.
052062a
- Add OpenSceneGraph2-devel.
052062a
- Move ldconfig to *-libs.
052062a
- Abandon OpenThreads2.
052062a
- Remove obsolete applications.
052062a
546d68c
* Wed Aug 22 2007 Ralf Corsépius <rc040203@freenet.de> - 2.0-5
546d68c
- Prepare renaming package into OpenSceneGraph2.
546d68c
- Split out run-time libs into *-libs subpackage.
546d68c
- Rename pkgconfig files into *-2.pc.
546d68c
- Reactivate ppc64.
546d68c
- Mass rebuild.
546d68c
36f8dae
* Sat Jun 30 2007 Ralf Corsépius <rc040203@freenet.de> - 2.0-4
36f8dae
- Cleanup CVS.
36f8dae
- Add OSG1_Producer define.
36f8dae
0c8827c
* Fri Jun 29 2007 Ralf Corsépius <rc040203@freenet.de> - 2.0-3
0c8827c
- Re-add (but don't ship) *.pc.
0c8827c
- Let OpenSceneGraph "Obsolete: Producer".
0c8827c
- Let OpenSceneGraph-devel "Obsolete: Producer-devel".
2975ebb
0c8827c
* Wed Jun 27 2007 Ralf Corsépius <rc040203@freenet.de> - 2.0-2
0c8827c
- Build docs.
2975ebb
0c8827c
* Fri Jun 22 2007 Ralf Corsépius <rc040203@freenet.de> - 2.0-1
0c8827c
- Upgrade to 2.0.
2975ebb
9134b95
* Thu Jun 21 2007 Ralf Corsépius <rc040203@freenet.de> - 1.2-4
9134b95
- ExcludeArch: ppc64 (BZ 245192, 245196).
9134b95
395c34f
* Thu Jun 21 2007 Ralf Corsépius <rc040203@freenet.de> - 1.2-3
395c34f
- Remove demeter (Defective, abandoned by upstream).
395c34f
6d373e4
* Wed Mar 21 2007 Ralf Corsépius <rc040203@freenet.de> - 1.2-2
6d373e4
- Attempt to build with gdal enabled.
6d373e4
cd99bde
* Wed Oct 05 2006 Ralf Corsépius <rc040203@freenet.de> - 1.2-1
9bb125a
- Upstream update.
9bb125a
- Remove BR: flex bison.
cd99bde
- Drop osgfbo and osgpbuffer.
9bb125a
9bb125a
* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 1.1-2
34687e2
- Mass rebuild.
34687e2
3f139e1
* Thu Aug 24 2006 Ralf Corsépius <rc040203@freenet.de> - 1.1-1
3f139e1
- Upstream update.
3f139e1
3f139e1
* Sat Jul 08 2006 Ralf Corsépius <rc040203@freenet.de> - 1.0-5
3f139e1
- Rebuilt to with gcc-4.1.1-6.
3f139e1
d0e7e0d
* Tue Jun 07 2006 Ralf Corsépius <rc040203@freenet.de> - 1.0-4
fa3a058
- Try to avoid adding SONAMEs on plugins and applications.
fa3a058
848c359
* Tue Jun 06 2006 Ralf Corsépius <rc040203@freenet.de> - 1.0-3
848c359
- Add SONAME hack to spec (PR 193934).
848c359
- Regenerate OpenSceneGraph-1.0.diff.
848c359
- Remove OpenSceneGraph-1.0.diff from look-aside cache. Add to CVS instead.
5961920
- Fix broken shell fragments.
848c359
0c93d7e
* Sun Feb 19 2006 Ralf Corsépius <rc040203@freenet.de> - 1.0-2
0c93d7e
- Rebuild.
0c93d7e
327cd99
* Sat Dec 10 2005 Ralf Corsépius <rc040203@freenet.de> - 1.0-1
327cd99
- Upstream update.
327cd99
903b02c
* Wed Dec 07 2005 Ralf Corsépius <rc040203@freenet.de> - 0.9.9-5
903b02c
- Try at getting this package buildable with modular X11.
903b02c
2b5d1b9
* Tue Dec 06 2005 Ralf Corsepius <rc040203@freenet.de> - 0.9.9-4%{?dist}.1
2b5d1b9
- Merge diffs into one file.
2b5d1b9
- Fix up *.pcs from inside of *.spec.
2b5d1b9
795811e
* Sun Aug 28 2005 Ralf Corsepius <rc040203@freenet.de> - 0.9.9-4
7261e87
- Propagate %%_libdir to pkgconfig files.
7261e87
- Fix typo in %%ifarch magic to setup LD_LIBRARY_PATH
795811e
- Move configuration to %%build.
795811e
- Spec file cosmetics.
795811e
795811e
* Sat Aug 27 2005 Ralf Corsepius <rc040203@freenet.de> - 0.9.9-3
1c810c8
- Add full URL to Debian patch.
1c810c8
- Add _with_demeter.
1c810c8
- Extend Producer %%description.
1c810c8
- Extend OpenThreads %%description.
1c810c8
2975ebb
* Tue Aug 09 2005 Ralf Corsepius <ralf@links2linux.de> - 0.9.9-2
2975ebb
- Fix license to OSGPL.
2975ebb
- Change permissions on pkgconfig files to 0644.
2975ebb
2975ebb
* Tue Aug 02 2005 Ralf Corsepius <ralf@links2linux.de> - 0.9.9-1
2975ebb
- FE submission.
2975ebb
2975ebb
* Thu Jul 21 2005 Ralf Corsepius <ralf@links2linux.de> - 0.9.9-0
2975ebb
- Initial spec.