rpms/OpenSceneGraph/F-13 OpenSceneGraph.spec,1.48,1.49

corsepiu corsepiu at fedoraproject.org
Fri Jul 2 12:47:17 UTC 2010


Author: corsepiu

Update of /cvs/pkgs/rpms/OpenSceneGraph/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5683

Modified Files:
	OpenSceneGraph.spec 
Log Message:
* Fri Jul 02 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.8.2-4
- Add osg-examples-gtk.
- Spec overhaul.



Index: OpenSceneGraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/OpenSceneGraph/F-13/OpenSceneGraph.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- OpenSceneGraph.spec	26 Aug 2009 10:16:43 -0000	1.48
+++ OpenSceneGraph.spec	2 Jul 2010 12:47:17 -0000	1.49
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005, 2006, 2007, 2008, 2009 Ralf Corsepius, Ulm, Germany.
+# Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 Ralf Corsepius, Ulm, Germany.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -9,7 +9,7 @@
 
 Name:           OpenSceneGraph
 Version:        %{apivers}
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        High performance real-time graphics toolkit
 
 Group:          Applications/Multimedia
@@ -36,13 +36,18 @@ BuildRequires:  doxygen graphviz
 BuildRequires:  cmake
 BuildRequires:  wxGTK-devel
 BuildRequires:  curl-devel
-
+BuildRequires:  libxml2-devel
+BuildRequires:  gtkglext-devel
+BuildRequires:  librsvg2-devel
+BuildRequires:  poppler-glib-devel
 BuildRequires:	qt-devel
 
 BuildRequires:  SDL-devel
 
 BuildRequires:  fltk-devel
 
+BuildRequires:  gnuplot
+
 # OSG packaging madness ;)
 %define OSGSRCDIR       OpenSceneGraph-%{version}
 
@@ -165,6 +170,20 @@ OSG sample applications using FLTK
 %defattr(-,root,root,-)
 %{_bindir}/osgviewerFLTK
 
+%package examples-gtk
+Summary:        OSG sample applications using gtk
+Group:          Applications/Multimedia
+%if "%{name}" == "OpenSceneGraph"
+Provides:       OpenSceneGraph2-examples-gtk = %{version}-%{release}
+%endif
+
+%description examples-gtk
+OSG sample applications using gtk
+
+%files examples-gtk
+%defattr(-,root,root,-)
+%{_bindir}/osgviewerGTK
+
 %package examples-qt
 Summary:        OSG sample applications using qt
 Group:          Applications/Multimedia
@@ -360,6 +379,10 @@ Development files for OpenThreads.
 %{_includedir}/OpenThreads
 
 %changelog
+* Fri Jul 02 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.8.2-4
+- Add osg-examples-gtk.
+- Spec overhaul.
+
 * Wed Aug 26 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 2.8.2-3
 - Change Source0 URL (Upstream moved it once again).
 



More information about the scm-commits mailing list