From 8cb57bf27b109f4a5854f2d2aaf84dc3baa29405eb1ff7aa2117a884dbee8725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 6 Mar 2015 10:23:59 +0000 Subject: [PATCH] - Put the configure args each on its own line OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=31 --- libbluray.changes | 5 +++++ libbluray.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libbluray.changes b/libbluray.changes index a2acf3c..a3253e5 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 6 10:23:43 UTC 2015 - tchvatal@suse.com + +- Put the configure args each on its own line + ------------------------------------------------------------------- Tue Feb 10 15:30:05 UTC 2015 - tchvatal@suse.com diff --git a/libbluray.spec b/libbluray.spec index 8b7a51f..7abb508 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -89,7 +89,9 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy. %build autoreconf -fiv -%configure --disable-static --enable-bdjava +%configure \ + --disable-static \ + --enable-bdjava make %{?_smp_mflags} %install