SPECS: alsa-lib.spec - added bconds python and resmgr - removed BR...

sls sls at pld-linux.org
Sat Dec 15 01:45:11 CET 2007


Author: sls                          Date: Sat Dec 15 00:45:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bconds python and resmgr
- removed BR: flex libstdc++-devel ncurses-devel (feel free to fix me)
- more verbose files

---- Files affected:
SPECS:
   alsa-lib.spec (1.129 -> 1.130) 

---- Diffs:

================================================================
Index: SPECS/alsa-lib.spec
diff -u SPECS/alsa-lib.spec:1.129 SPECS/alsa-lib.spec:1.130
--- SPECS/alsa-lib.spec:1.129	Mon Oct 22 23:31:15 2007
+++ SPECS/alsa-lib.spec	Sat Dec 15 01:45:05 2007
@@ -2,6 +2,8 @@
 #
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
+%bcond_with	python		# build smixer-python.so
+%bcond_with	resmgr		# Resource Manager support
 #
 Summary:	Advanced Linux Sound Architecture (ALSA) - Library
 Summary(es.UTF-8):	Advanced Linux Sound Architecture (ALSA) - Biblioteca
@@ -21,10 +23,9 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	doxygen
-BuildRequires:	flex
-BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
-BuildRequires:	ncurses-devel
+%{?with_python:BuildRequires:	python-devel}
+%{?with_resmgr:BuildRequires:	resmgr-devel}
 BuildConflicts:	alsa-lib <= 0.4.0
 Obsoletes:	alsa-libs
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -165,6 +166,8 @@
 %{__automake}
 %configure \
 	--enable-static \
+	%{!?with_python:--disable-python} \
+	%{?with_resmgr:--enable-resmgr} \
 	%{!?with_static_libs:--disable-static}
 
 %{__make}
@@ -188,11 +191,14 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/aserver
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %dir %{_libdir}/alsa-lib
 %dir %{_libdir}/alsa-lib/smixer
-%attr(755,root,root) %{_libdir}/alsa-lib/smixer/smixer-*.so
+%attr(755,root,root) %{_libdir}/alsa-lib/smixer/smixer-ac97.so
+%attr(755,root,root) %{_libdir}/alsa-lib/smixer/smixer-hda.so
+%{?with_python:%attr(755,root,root) %{_libdir}/alsa-lib/smixer/smixer-python.so}
+%attr(755,root,root) %{_libdir}/alsa-lib/smixer/smixer-sbase.so
 %{_datadir}/alsa
 
 %files devel
@@ -217,6 +223,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.130  2007-12-15 00:45:05  sls
+- added bconds python and resmgr
+- removed BR: flex libstdc++-devel ncurses-devel (feel free to fix me)
+- more verbose files
+
 Revision 1.129  2007-10-22 21:31:15  arekm
 - up to 1.0.15
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/alsa-lib.spec?r1=1.129&r2=1.130&f=u



More information about the pld-cvs-commit mailing list