Accepting request 55245 from multimedia:libs
Accepted submit request 55245 from user elvigia OBS-URL: https://build.opensuse.org/request/show/55245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flac?expand=0&rev=20
This commit is contained in:
commit
333d8bf2fb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 13:19:48 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- run make check, but only the basic test suite, complete
|
||||
one takes hours.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 10:22:22 CET 2009 - jengelh@medozas.de
|
||||
|
||||
|
@ -106,7 +106,7 @@ autoreconf --force --install
|
||||
%define warn_flags -W -Wall -Wstrict-prototypes -Wformat-security
|
||||
export CFLAGS="$RPM_OPT_FLAGS %{warn_flags} -fno-strict-aliasing"
|
||||
export CXXFLAGS="$CFLAGS"
|
||||
%configure \
|
||||
%configure --disable-thorough-tests \
|
||||
--disable-xmms-plugin \
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
@ -120,6 +120,9 @@ mkdir -p $RPM_BUILD_ROOT%{_docdir}
|
||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||
cp -a AUTHORS README COPYING.* $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post -n libFLAC8
|
||||
%run_ldconfig
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user