rpms/tcl-snack/F-9 tcl-snack.spec,1.4,1.5

Tom Callaway spot at fedoraproject.org
Wed Oct 22 18:20:16 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/tcl-snack/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26676/F-9

Modified Files:
	tcl-snack.spec 
Log Message:
disable alsa


Index: tcl-snack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl-snack/F-9/tcl-snack.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcl-snack.spec	22 Sep 2008 18:37:30 -0000	1.4
+++ tcl-snack.spec	22 Oct 2008 18:19:46 -0000	1.5
@@ -9,7 +9,7 @@
 
 Name:		tcl-%{realname}
 Version:	2.2.10
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Sound toolkit
 Group:		System Environment/Libraries
 License:	GPLv2+
@@ -26,7 +26,8 @@
 Patch2:		snack2.2.10-shared-stubs.patch
 Patch3:		snack2.2.10-newALSA.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	tcl-devel, tk-devel, alsa-lib-devel, libogg-devel, libvorbis-devel
+BuildRequires:	tcl-devel, tk-devel, libogg-devel, libvorbis-devel
+# BuildRequires: alsa-lib-devel
 BuildRequires:	python-devel
 Requires:	tcl(abi) = %{tcl_version}
 Provides:	%{realname} = %{version}-%{release}
@@ -68,7 +69,7 @@
 
 %build
 cd unix/
-%configure --disable-static --enable-alsa --with-tcl=%{_libdir} --with-tk=%{_libdir} --with-ogg-include=%{_includedir} --with-ogg-lib=%{_libdir}
+%configure --disable-static --with-tcl=%{_libdir} --with-tk=%{_libdir} --with-ogg-include=%{_includedir} --with-ogg-lib=%{_libdir}
 make %{?_smp_mflags} EXTRACFLAGS="%{optflags}"
 cd ../python
 %{__python} setup.py build
@@ -103,6 +104,9 @@
 %{python_sitelib}/tkSnack*
 
 %changelog
+* Wed Oct 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.10-6
+- disable alsa (bz 463259)
+
 * Mon Sep 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.2.10-5
 - fix to work with new alsa (from Jeremiah at Myah OS)
 




More information about the fedora-extras-commits mailing list