SPECS: alsa-lib.spec - updated to 1.0.16 - build smixer-python by ...

qboosh qboosh at pld-linux.org
Mon Feb 11 20:01:33 CET 2008


Author: qboosh                       Date: Mon Feb 11 19:01:33 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.16
- build smixer-python by default (as subpackage)

---- Files affected:
SPECS:
   alsa-lib.spec (1.131 -> 1.132) 

---- Diffs:

================================================================
Index: SPECS/alsa-lib.spec
diff -u SPECS/alsa-lib.spec:1.131 SPECS/alsa-lib.spec:1.132
--- SPECS/alsa-lib.spec:1.131	Sat Jan  5 04:06:18 2008
+++ SPECS/alsa-lib.spec	Mon Feb 11 20:01:28 2008
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
-%bcond_with	python		# build smixer-python.so
+%bcond_without	python		# smixer-python binding
 %bcond_with	resmgr		# Resource Manager support
 #
 Summary:	Advanced Linux Sound Architecture (ALSA) - Library
@@ -12,19 +12,19 @@
 Summary(ru.UTF-8):	Библиотека API для работы с драйвером ALSA
 Summary(uk.UTF-8):	Бібліотека API для роботи з драйвером ALSA
 Name:		alsa-lib
-Version:	1.0.15
+Version:	1.0.16
 Release:	1
-License:	LGPL
+License:	LGPL v2.1+
 Group:		Libraries
 Source0:	ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version}.tar.bz2
-# Source0-md5:	94254ea0d2c966a58184b134e9da29ff
+# Source0-md5:	73b0986758bb762648a5fafc93e287c1
 URL:		http://www.alsa-project.org/
 BuildRequires:	alsa-driver-devel
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
 BuildRequires:	doxygen
 BuildRequires:	libtool
-%{?with_python:BuildRequires:	python-devel}
+%{?with_python:BuildRequires:	python-devel >= 1:2.5.1-5}
 %{?with_resmgr:BuildRequires:	resmgr-devel}
 BuildConflicts:	alsa-lib <= 0.4.0
 Obsoletes:	alsa-libs
@@ -156,6 +156,18 @@
 %description static -l uk.UTF-8
 Статична бібліотека API для роботи з драйвером ALSA.
 
+%package smixer-python
+Summary:	Python binding module for ALSA Mixer Interface
+Summary(pl.UTF-8):	Moduł wiązania Pythona dla interfejsu miksera architektury ALSA
+Group:		Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description smixer-python
+Python binding module for ALSA Mixer Interface.
+
+%description smixer-python -l pl.UTF-8
+Moduł wiązania Pythona dla interfejsu miksera architektury ALSA.
+
 %prep
 %setup -q
 
@@ -163,6 +175,7 @@
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
 	--enable-static \
@@ -198,7 +211,6 @@
 %dir %{_libdir}/alsa-lib/smixer
 %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
 
@@ -218,12 +230,22 @@
 %{_libdir}/libasound.a
 %endif
 
+%if %{with python}
+%files smixer-python
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/alsa-lib/smixer/smixer-python.so
+%endif
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.132  2008-02-11 19:01:28  qboosh
+- updated to 1.0.16
+- build smixer-python by default (as subpackage)
+
 Revision 1.131  2008-01-05 03:06:18  qboosh
 - more verbose files
 - ghost soname symlink
================================================================

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



More information about the pld-cvs-commit mailing list