rpms/libgnome/devel libgnome.spec,1.122,1.123

Lennart Poettering (lennart) fedora-extras-commits at redhat.com
Thu Aug 14 22:05:00 UTC 2008


Author: lennart

Update of /cvs/pkgs/rpms/libgnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9644

Modified Files:
	libgnome.spec 
Log Message:
Disable esd support since we have libcanberra now


Index: libgnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgnome/devel/libgnome.spec,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- libgnome.spec	25 Jul 2008 07:30:58 -0000	1.122
+++ libgnome.spec	14 Aug 2008 22:04:29 -0000	1.123
@@ -7,7 +7,6 @@
 %define gconf2_version 2.14
 %define gnome_vfs2_version 2.5.3
 %define orbit2_version 2.5.1
-%define esound_version 0.2.27
 %define gconf_version 2.14
 
 %define po_package libgnome-2.0
@@ -15,7 +14,7 @@
 Summary: GNOME base library
 Name: libgnome
 Version: 2.23.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/libgnome/2.23/%{name}-%{version}.tar.bz2
 Source1: desktop_gnome_peripherals_monitor.schemas
@@ -40,7 +39,6 @@
 Requires(preun): GConf2
 
 BuildRequires:	zlib-devel
-BuildRequires:	esound-devel >= %{esound_version}
 BuildRequires:	glib2-devel >= %{glib2_version}
 BuildRequires:  libbonobo-devel >= %{libbonobo_version}
 BuildRequires:  GConf2-devel >= %{gconf2_version}
@@ -126,7 +124,7 @@
 aclocal
 automake
 autoconf
-%configure --disable-gtk-doc --disable-static
+%configure --disable-gtk-doc --disable-static --disable-esd
 # for some reason, I have to rerun config.status 
 # to get CATALOGS in po/Makefile
 ./config.status
@@ -201,6 +199,9 @@
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Thu Aug 14 2008 - Lennart Poettering <lpoetter at redhat.com> - 2.23.4-3
+- Disable esd support since we have libcanberra now
+
 * Fri Jul 25 2008 - Bastien Nocera <bnocera at redhat.com> - 2.23.4-2
 - Remove the "esound by default" patch, it's obsoleted by
   changes in gnome-settings-daemon




More information about the scm-commits mailing list