rpms/osgal/devel .cvsignore, 1.4, 1.5 osgal.spec, 1.7, 1.8 sources, 1.4, 1.5

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sat Sep 29 18:52:14 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/osgal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23495

Modified Files:
	.cvsignore osgal.spec sources 
Log Message:
upstream sync


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/osgal/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	15 Oct 2006 04:08:56 -0000	1.4
+++ .cvsignore	29 Sep 2007 18:51:41 -0000	1.5
@@ -1 +1 @@
-osgal-cvs-20060903.tar.gz
+osgal-0.6.1.tar.gz


Index: osgal.spec
===================================================================
RCS file: /cvs/extras/rpms/osgal/devel/osgal.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- osgal.spec	5 Feb 2007 03:22:36 -0000	1.7
+++ osgal.spec	29 Sep 2007 18:51:41 -0000	1.8
@@ -1,17 +1,22 @@
 Name:           osgal
-Version:        20060903
-Release:        3%{?dist}
+Epoch:          1
+Version:        0.6.1
+Release:        1%{?dist}
 Summary:        Adapts OpenSceneGraph to use OpenAL++
 
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://www.vrlab.umu.se/research/osgAL
-Source0:        http://download.gna.org/underware/sources/%{name}-cvs-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-cvs-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  OpenSceneGraph-devel openalpp-devel freealut-devel libvorbis-devel
+BuildRequires:  OpenSceneGraph-devel OpenThreads-devel
+BuildRequires:  openal-devel freealut-devel libvorbis-devel
 BuildRequires:  libGL-devel libtool
 
+Provides:       openalpp = 20060714
+Obsoletes:      openalpp < 20060714
+
 %description
 osgAL is a toolkit for handling spatial (3D) sound in the OpenSceneGraph
 rendering library.
@@ -20,7 +25,8 @@
 Summary:        Library development files for osgal
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       openalpp-devel
+Requires:       OpenSceneGraph-devel OpenThreads-devel
+Requires:       openal-devel freealut-devel libvorbis-devel
 
 %description devel
 This package contains headers and libraries required to build applications
@@ -28,7 +34,7 @@
 
 
 %prep
-%setup -q -n %{name}-cvs-%{version}
+%setup -q -n %{name}-%{version}
 sed -i -e 's/^\(CXXFLAGS="[^"]*\)/\1 $CXXFLAGS/' configure.in
 chmod -x {include,src}/osg*/*
 autoreconf --force --install
@@ -70,13 +76,19 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc doc/html/*
+%doc doc/*html
 %{_includedir}/osgAL
+%{_includedir}/openalpp
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 
 %changelog
+* Sat Sep 29 2007 Christopher Stone <chris.stone at gmail.com> 0.6.1-1
+- Upstream sync
+- Move openalpp-devel Requires to this package
+- Obsolete/Provides openalpp
+
 * Sun Feb 04 2007 Christopher Stone <chris.stone at gmail.com> 20060903-3
 - Fix setting of CFLAGS in configure.in bug #227290
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/osgal/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	15 Oct 2006 04:08:56 -0000	1.4
+++ sources	29 Sep 2007 18:51:41 -0000	1.5
@@ -1 +1 @@
-92e67bc580900b9a98ba31e18b47c5f3  osgal-cvs-20060903.tar.gz
+94adc3997ec67da05193084af689b22a  osgal-0.6.1.tar.gz




More information about the fedora-extras-commits mailing list