File esound.spec of Package esound
#
# spec file for package esound
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: esound
BuildRequires: alsa-devel
BuildRequires: audiofile-devel
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: tcpd-devel
Summary: A sound daemon for Enlightenment and GNOME
License: LGPL-2.0+
Group: System/Sound Daemons
Version: 0.2.41
Release: 0
Url: ftp://ftp.gnome.org/pub/gnome/sources/esound/
Source: ftp://ftp.gnome.org/pub/gnome/sources/esound/0.2/%{name}-%{version}.tar.bz2
Source1: esound.init
Source2: sysconfig.esound
Source3: baselibs.conf
Patch0: esd-as.patch
# PATCH-FIX-UPSTREAM esound-biarch.patch bgo545534 sbrabec@suse.cz -- fix bi-arch clash
Patch1: esound-biarch.patch
# PATCH-FIX-UPSTREAM esound-esddsp-no-version-info.patch bgo545534 sbrabec@suse.cz -- move non-standard library to a separate directory
Patch5: esound-esddsp-no-version-info.patch
Patch6: esound-0.2.41-no_dev_random.patch
Patch7: esound-link-libm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libesd0 = %{version}
%description
A multiplexing and caching sound daemon. It can use ALSA or OSS for
sound output. Many projects, including Enlightenment and GNOME, use
esound to play and record their sounds.
%package -n libesd0
Summary: A sound daemon for Enlightenment and GNOME
Group: System/Libraries
Recommends: %{name}-daemon >= %{version}
# bug437293
%ifarch ppc64
Obsoletes: esound-64bit
%endif
#
%description -n libesd0
A multiplexing and caching sound daemon. It can use ALSA or OSS for
sound output. Many projects, including Enlightenment and GNOME, use
esound to play and record their sounds.
%package daemon
Summary: A sound daemon for Enlightenment and GNOME
Group: System/Sound Daemons
PreReq: %insserv_prereq %fillup_prereq
Obsoletes: esound < %{version}
# For update from <= 11.0 and SLE <= 10
Provides: esound:%{_bindir}/esd
# we put the conflict in here as they both provide the same
# and the solver may pick both. p-e-c can not conflict with
# esound-daemon as it also provides it
Conflicts: pulseaudio-esound-compat
%description daemon
A multiplexing and caching sound daemon. It can use ALSA or OSS for
sound output. Many projects, including Enlightenment and GNOME, use
esound to play and record their sounds.
%package utils
Summary: A sound daemon for Enlightenment and GNOME
Group: Productivity/Multimedia/Sound/Utilities
# For update from <= 11.0 and SLE <= 10
Provides: esound:%{_bindir}/esddsp
%description utils
A multiplexing and caching sound daemon. It can use ALSA or OSS for
sound output. Many projects, including Enlightenment and GNOME, use
esound to play and record their sounds.
%package -n libesd-devel
Summary: EsounD development package
Group: Development/Libraries/C and C++
# replaces esound-devel, which existed for <= 11.0 and <= SLED10
Provides: esound-devel = %{version}
Obsoletes: esound-devel < %{version}
Requires: libesd0 = %{version} alsa-devel %(rpm -q --queryformat '%{NAME}' -f %{_libdir}/pkgconfig/audiofile.pc)
%description -n libesd-devel
EsounD development package.
%prep
%setup -q
%patch0
%patch1
%patch5 -p1
%patch6
%patch7 -p1
%build
autoreconf -f -i
export CFLAGS="%{optflags} -fno-strict-aliasing"
%configure\
--disable-static\
--with-libwrap\
--enable-ipv6
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/esound
chmod +x $RPM_BUILD_ROOT%{_sysconfdir}/init.d/esound
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
ln -s ../..%{_sysconfdir}/init.d/esound $RPM_BUILD_ROOT%{_sbindir}/rcesound
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates
cp %{SOURCE2} $RPM_BUILD_ROOT%{_localstatedir}/adm/fillup-templates/
rm $RPM_BUILD_ROOT%{_libdir}/%{name}/*.*a
%post -n libesd0 -p /sbin/ldconfig
%postun -n libesd0 -p /sbin/ldconfig
%post daemon
%{fillup_and_insserv}
%postun daemon
%{insserv_cleanup}
%preun daemon
%{stop_on_removal}
%files -n libesd0
%defattr(-, root, root)
%{_libdir}/*.so.*
%files daemon
%defattr(-, root, root)
%doc README AUTHORS COPYING.LIB NEWS TODO TIPS MAINTAINERS
%{_bindir}/esd
%{_localstatedir}/adm/fillup-templates/*
%doc %{_mandir}/man1/esd.*
%{_sbindir}/*
%config %{_sysconfdir}/esd.conf
%{_sysconfdir}/init.d/*
%files utils
%defattr(-, root, root)
%{_bindir}/esd[a-z]*
%doc %{_mandir}/man1/esd[a-z]*.*
%{_libdir}/%{name}
%files -n libesd-devel
%defattr(-, root, root)
%{_bindir}/esd-config
%{_datadir}/aclocal/*
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/esound.pc
%doc %{_mandir}/man1/esd-config.*
%changelog