packages: OpenAL/OpenAL.spec - LGPL version - verbose make - moved openal-i...

qboosh qboosh at pld-linux.org
Fri Sep 3 08:49:05 CEST 2010


Author: qboosh                       Date: Fri Sep  3 06:49:05 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- LGPL version
- verbose make
- moved openal-info to base (equivalent of glxinfo)

---- Files affected:
packages/OpenAL:
   OpenAL.spec (1.59 -> 1.60) 

---- Diffs:

================================================================
Index: packages/OpenAL/OpenAL.spec
diff -u packages/OpenAL/OpenAL.spec:1.59 packages/OpenAL/OpenAL.spec:1.60
--- packages/OpenAL/OpenAL.spec:1.59	Sun May 16 20:26:58 2010
+++ packages/OpenAL/OpenAL.spec	Fri Sep  3 08:48:59 2010
@@ -1,8 +1,5 @@
 # $Revision$, $Date$
 #
-# TODO:
-# - not sure where %{_bindir}/openal-info should go, correct this or remove TODO
-#
 # Conditional build:
 #
 %bcond_without	alsa		# without ALSA support
@@ -13,7 +10,7 @@
 Name:		OpenAL
 Version:	1.12.854
 Release:	1
-License:	LGPL
+License:	LGPL v2+
 Group:		Libraries
 Source0:	http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
 # Source0-md5:	fbf36451fdebd6466edbdc0ee7db9603
@@ -58,10 +55,11 @@
 %setup -q -n openal-soft-%{version}
 
 %build
-%cmake \
+%cmake . \
 	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-	-DLIB_INSTALL_DIR=%{_lib} \
-	.
+	-DCMAKE_VERBOSE_MAKEFILE=1 \
+	-DLIB_INSTALL_DIR=%{_lib}
+
 %{__make}
 
 %install
@@ -78,12 +76,12 @@
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/openal-info
 %attr(755,root,root) %{_libdir}/libopenal.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libopenal.so.?
+%attr(755,root,root) %ghost %{_libdir}/libopenal.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/openal-info
 %attr(755,root,root) %{_libdir}/libopenal.so
 %{_includedir}/AL
 %{_pkgconfigdir}/openal.pc
@@ -94,6 +92,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2010/09/03 06:48:59  qboosh
+- LGPL version
+- verbose make
+- moved openal-info to base (equivalent of glxinfo)
+
 Revision 1.59  2010/05/16 18:26:58  arvenil
 - up to 1.12.854
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/OpenAL/OpenAL.spec?r1=1.59&r2=1.60&f=u



More information about the pld-cvs-commit mailing list