From a415a14a129e828be7ae7d38fafa57abea9aa25648f0a2a3ab310ebb0866492d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Thu, 21 Aug 2014 17:14:43 +0000 Subject: [PATCH] Accepting request 245655 from home:a_faerber:branches:Virtualization libcacard: Indentation cleanups and alignment with qemu.spec.in OBS-URL: https://build.opensuse.org/request/show/245655 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=226 --- libcacard.spec | 7 ++++--- libcacard.spec.in | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/libcacard.spec b/libcacard.spec index 056657d3..e0966e87 100644 --- a/libcacard.spec +++ b/libcacard.spec @@ -163,9 +163,10 @@ This sub-package contains development files for the Smartcard library. %build ./configure --prefix=%_prefix --sysconfdir=%_sysconfdir \ - --libexecdir=%_libexecdir --libdir=%_libdir \ - --disable-strip \ - --enable-smartcard-nss \ + --libdir=%_libdir \ + --libexecdir=%_libexecdir \ + --disable-strip \ + --enable-smartcard-nss \ --extra-cflags="$QEMU_OPT_FLAGS" make %{?_smp_mflags} V=1 libcacard.la diff --git a/libcacard.spec.in b/libcacard.spec.in index d0cd3b48..97cf88f0 100644 --- a/libcacard.spec.in +++ b/libcacard.spec.in @@ -89,9 +89,10 @@ PATCH_EXEC %build ./configure --prefix=%_prefix --sysconfdir=%_sysconfdir \ - --libexecdir=%_libexecdir --libdir=%_libdir \ - --disable-strip \ - --enable-smartcard-nss \ + --libdir=%_libdir \ + --libexecdir=%_libexecdir \ + --disable-strip \ + --enable-smartcard-nss \ --extra-cflags="$QEMU_OPT_FLAGS" make %{?_smp_mflags} V=1 libcacard.la