Commit bff12fa1 authored by Alexey Rusakov's avatar Alexey Rusakov

0.15.0-alt1 (attempt 2)

- 0.15.0 - updated buildreqs and files list - enabled last.fm streams parsing - no more separate 'shout_mp3' and 'shout_ogg' switches, there is 'shout' switch instead - Renamed switches: + oggvorbis -> vorbis + mp3 -> mad + mod -> mikmod
parent 60869ca1
8758e97794eeaf4502d2265bf78d5c2023cc8a15 0.15.0
f679b94510eec86b14b39746e72643d8e3a37dc4 0.15.0-alt
55ebbbcd4bdae57ec6a62222e103d2aa37ae5e3b 0.15.0-alt
......@@ -18,7 +18,7 @@
%def_enable vorbis
%def_enable oggflac
%def_enable flac
#def_enable mad
%def_enable mad
%def_enable vorbisenc
%def_enable lame
%def_enable aac
......@@ -153,6 +153,8 @@ This package contains %Name's API documentation.
%setup -n %name-%version%prerel
%patch -p1
[ $(rpmvercmp %{get_version libflac-devel} 1.1.3) -lt 0 ] || subst 's/AM_PATH_LIBOGGFLAC/AM_PATH_LIBFLAC/' configure.ac
# libmad.pc describes 'libmad', not 'mad'
%__subst 's/\[mad\]/[libmad]/' configure.ac
%build
......@@ -240,6 +242,7 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS
%doc %dir %_docdir/%name-%version
%doc %_docdir/%name-%version/AUTHORS
%doc %_docdir/%name-%version/README
%doc %_docdir/%name-%version/COPYING
%doc %_docdir/%name-%version/%{name}conf.example
%if_disabled doc
%doc %_docdir/%name-%version/NEWS.*
......@@ -265,6 +268,8 @@ bzip2 --best %buildroot%_docdir/%name-%version/NEWS
%doc %_docdir/%name-%version/UPGRADING
%doc %_docdir/%name-%version/html
%doc %_docdir/%name-%version/protocol
%doc %_docdir/%name-%version/user
%doc %_docdir/%name-%version/developer
%files doc-api
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment