Author: sparky                       Date: Sat Mar  5 00:04:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   osgAL.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/osgAL.spec
diff -u /dev/null SPECS/osgAL.spec:1.1
--- /dev/null   Sat Mar  5 01:04:17 2005
+++ SPECS/osgAL.spec    Sat Mar  5 01:04:05 2005
@@ -0,0 +1,90 @@
+# $Revision$, $Date$
+%define _snap 050208
+Summary:       osgAL - 3D SoundLibrary for OpenSceneGraph library
+Summary(pl):   osgAL - Biblioteka dzwieku 3D dla OpenSceneGraph
+Name:          osgAL
+Version:       0.3
+Release:       0.20%{_snap}.1
+License:       LGPL
+Group:         Libraries
+Source0:       http://dl.sourceforge.net/osgal/osgal-%{_snap}.tgz
+# Source0-md5: 85c149e3f0fa46d7e806374b31af13af
+Patch0:                %{name}-occludecallback.patch
+URL:           http://www.vrlab.umu.se/research/osgAL/
+BuildRequires: OpenAL++-devel
+BuildRequires: OpenSceneGraph-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+osgAL is a toolkit for handling spatial (3D) sound in the
+OpenSceneGraph rendering library.
+
+%description -l pl
+osgAL to narzędzie do obsługi dźwięku przestrzennego (3D) w
+OpenSceneGraph.
+
+%package devel
+Summary:       Header files for osgAL library
+Summary(pl):   Pliki nagłówkowe biblioteki osgAL
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      OpenAL++-devel
+Requires:      OpenSceneGraph-devel
+Requires:      libstdc++-devel
+
+%description devel
+Header files for osgAL library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki osgAL.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+touch examples/osgalocclude/Makefile.am
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README AUTHORS NEWS
+#%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/%{name}
+%{_pkgconfigdir}/*.pc
+%{_libdir}/lib*.so
+%{_libdir}/lib*.la
+
+#%{_libdir}/lib*.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/03/05 00:04:05  sparky
+- new
+
================================================================

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to