Author: sparky Date: Fri Mar 4 22:25:46 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
OpenAL++.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/OpenAL++.spec
diff -u /dev/null SPECS/OpenAL++.spec:1.1
--- /dev/null Fri Mar 4 23:25:46 2005
+++ SPECS/OpenAL++.spec Fri Mar 4 23:25:41 2005
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+%define _snap 050303
+Summary: An object oriented wrapper for OpenAL
+Summary(pl): Obiektowy zamiennik dla OpenAL
+Name: OpenAL++
+Version: 0.2
+Release: 0.20%{_snap}.1
+License: LGPL
+Group: Libraries
+Source0: http://dl.sourceforge.net/alpp/openalpp-%{_snap}.tgz
+# Source0-md5: f93325e71675e7e4744cbdb4ca3b9603
+URL: http://alpp.sourceforge.net/
+BuildRequires: OpenAL-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: libstdc++-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenAL++ is an object oriented wrapper for OpenAL. It makes using
+spatial sound extremely easy. It has built in functionality for
+streaming sound over sockets or from an input device.
+
+%description -l pl
+OpenAL++ to zorientowany obiektowo zamiennik OpenAL. Znacznie ułatwia
+używanie dźwięku przestrzennego. Posiada wbudowaną funkcionalność
+strumieniowania dzięku po gniazdach lub z urządzenia wejściowego.
+
+%package devel
+Summary: Header files for OpenAL++ library
+Summary(pl): Pliki nagłówkowe biblioteki OpenAL++
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: OpenAL-devel
+
+%description devel
+Header files for OpenAL++ library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki OpenAL++.
+
+%prep
+%setup -q -n openalpp
+
+%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
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/openalpp
+%{_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/04 22:25:41 sparky
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit