View | Details | Raw Unified | Return to bug 23828
Collapse All | Expand All

(-)a/mpd.spec (-1 / +4 lines)
Lines 152-158 This package contains %Name's API documentation. Link Here
152
%prep
152
%prep
153
%setup -n %name-%version%prerel
153
%setup -n %name-%version%prerel
154
%patch -p1
154
%patch -p1
155
156
%if_enabled flac
155
[ $(rpmvercmp %{get_version libflac-devel} 1.1.3) -lt 0 ] || subst 's/AM_PATH_LIBOGGFLAC/AM_PATH_LIBFLAC/' configure.ac
157
[ $(rpmvercmp %{get_version libflac-devel} 1.1.3) -lt 0 ] || subst 's/AM_PATH_LIBOGGFLAC/AM_PATH_LIBFLAC/' configure.ac
158
%endif
159
156
# libmad.pc describes 'libmad', not 'mad'
160
# libmad.pc describes 'libmad', not 'mad'
157
%__subst 's/\[mad\]/[libmad]/' configure.ac
161
%__subst 's/\[mad\]/[libmad]/' configure.ac
158
162
159
- 

Return to bug 23828