cosmetics (sort BR's mostly)
This commit is contained in:
parent
6a3385412e
commit
78d2a37332
1 changed files with 4 additions and 8 deletions
12
akode.spec
12
akode.spec
|
|
@ -13,8 +13,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
|
||||
Patch1: akode-pulseaudio.patch
|
||||
|
||||
#Conflicts: kdemultimedia < 6:3.5
|
||||
|
||||
%if 0%{?fedora} > 4
|
||||
%define _with_jack --with-jack
|
||||
%define _with_pulseaudio --with-pulseaudio
|
||||
|
|
@ -25,15 +23,14 @@ Patch1: akode-pulseaudio.patch
|
|||
Requires: %{name}-pulseaudio
|
||||
%endif
|
||||
|
||||
BuildRequires: automake
|
||||
BuildRequires: automake libtool
|
||||
BuildRequires: alsa-lib-devel
|
||||
BuildRequires: flac-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: speex-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: libtool
|
||||
%{?_with_jack:BuildRequires: jack-audio-connection-kit-devel}
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
%{?_with_pulseaudio:BuildRequires: pulseaudio-libs-devel}
|
||||
BuildRequires: speex-devel
|
||||
|
||||
%description
|
||||
aKode is a simple audio-decoding frame-work that provides a uniform
|
||||
|
|
@ -163,7 +160,6 @@ rm -rf %{buildroot}
|
|||
%{_libdir}/libakode_src_resampler.so
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 26 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.1-9
|
||||
- BR: pulseaudio-libs-devel
|
||||
|
|
|
|||
Reference in a new issue