SPECS: OpenSceneGraph.spec - up to 2.8.0 - .so.55 libs instead of .so.44 - ...

lisu lisu at pld-linux.org
Wed Apr 8 14:18:38 CEST 2009


Author: lisu                         Date: Wed Apr  8 12:18:38 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 2.8.0
- .so.55 libs instead of .so.44
- package .pc files

---- Files affected:
SPECS:
   OpenSceneGraph.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/OpenSceneGraph.spec
diff -u SPECS/OpenSceneGraph.spec:1.20 SPECS/OpenSceneGraph.spec:1.21
--- SPECS/OpenSceneGraph.spec:1.20	Fri Sep 19 00:47:43 2008
+++ SPECS/OpenSceneGraph.spec	Wed Apr  8 14:18:33 2009
@@ -2,12 +2,12 @@
 Summary:	Open Scene Graph - real-time visualization library
 Summary(pl.UTF-8):	Open Scene Graph - biblioteka do wizualizacji
 Name:		OpenSceneGraph
-Version:	2.6.0
-Release:	0.5
+Version:	2.8.0
+Release:	0.1
 License:	OpenSceneGraph Public Licence (based on LGPL with exceptions)
 Group:		X11/Libraries
-Source0:	http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.6/%{name}-%{version}.zip
-# Source0-md5:	b29c7383f4c5f4b42aef9fcebe4a5539
+Source0:	http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8/source/%{name}-%{version}.zip
+# Source0-md5:	c4c20b97274346701f6d57eab3e78bcd
 #Source1:	osg-doxygen-0.9.1.tar.gz
 ## Source1-md5:	7e6d785d1b763aaeae03c2dc4c148805
 URL:		http://openscenegraph.org/
@@ -17,6 +17,7 @@
 BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel
 BuildRequires:	libtiff-devel
+BuildRequires:	pkg-config
 BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -68,7 +69,7 @@
 %setup -q
 
 %build
-mkdir build
+#mkdir build
 cd build
 cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
 %{__make}
@@ -92,7 +93,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/*.so.*.*.*
 %{_libdir}/*.so.11
-%{_libdir}/*.so.44
+%{_libdir}/*.so.55
 
 %files plugins
 %defattr(644,root,root,755)
@@ -104,6 +105,7 @@
 %{_includedir}/osg*
 %{_includedir}/Open*
 %attr(755,root,root) %{_libdir}/*.so
+%{_pkgconfigdir}/*.pc
 
 %files examples
 %defattr(644,root,root,755)
@@ -116,6 +118,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2009/04/08 12:18:33  lisu
+- up to 2.8.0
+- .so.55 libs instead of .so.44
+- package .pc files
+
 Revision 1.20  2008/09/18 22:47:43  cactus
 - up to 2.6.0, rel 0.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/OpenSceneGraph.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list