diff --git a/esound-0.2.36-link.patch b/esound-0.2.36-link.patch new file mode 100644 index 0000000..6859cae --- /dev/null +++ b/esound-0.2.36-link.patch @@ -0,0 +1,11 @@ +--- esound-0.2.36/Makefile.in.lr 2005-10-15 23:33:11.000000000 +0200 ++++ esound-0.2.36/Makefile.in 2005-10-15 23:33:52.000000000 +0200 +@@ -374,7 +374,7 @@ + audio_win32.c + + libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO) +-libesddsp_la_LIBADD = $(DL_LIB) -lm ++libesddsp_la_LIBADD = $(DL_LIB) -lm -lesd + libesddsp_la_SOURCES = \ + esddsp.c + diff --git a/esound.spec b/esound.spec index a0062c8..3870909 100644 --- a/esound.spec +++ b/esound.spec @@ -2,7 +2,7 @@ Summary: Allows several audio streams to play on a single audio device. Name: esound Version: 0.2.36 -Release: 1 +Release: 2 Epoch: 1 License: GPL URL: ftp://ftp.gnome.org/pub/GNOME/sources/esound @@ -11,6 +11,7 @@ Source0: esound-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root Patch0: esound-0.2.19-noerrors.patch Patch2: esound-0.2.35-64bit_install.patch +Patch3: esound-0.2.36-link.patch BuildRequires: docbook-utils, audiofile-devel BuildRequires: alsa-lib-devel @@ -40,6 +41,7 @@ other resources needed to develop EsounD applications. %patch0 -p1 -b .noerrors %patch2 -p1 -b .64bit +%patch3 -p1 %build %configure @@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Sat Oct 15 2005 Florian La Roche +- link shared libs against all dependent libs + * Mon Jul 18 2005 John (J5) Palmieri - 1:0.2.36-1 - Updated to 0.2.36 - removed esound-0.2.35-manpage.patch