From f214b9ee97f524515dd57c0a576d634839c6b7e8fc7ab389ddd3b3831b524aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 19 Jan 2013 11:46:24 +0000 Subject: [PATCH] Some spec fixes OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/icu?expand=0&rev=16 --- icu.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/icu.spec b/icu.spec index 370df85..dc02d52 100644 --- a/icu.spec +++ b/icu.spec @@ -117,7 +117,7 @@ the "%lname" package. %setup -q -n icu mkdir html pushd html -unzip %{S:1} +unzip -qq %{S:1} popd %patch1 -p1 %patch99 -p1 @@ -126,9 +126,9 @@ popd cd source export CXXFLAGS="%optflags -DICU_DATA_DIR=\\\"/usr/share/icu/%version/\\\"" export CFLAGS="$CXXFLAGS" -%configure --disable-static --with-pic\ +%configure --disable-static \ --enable-shared \ - --without-samples + --disable-samples make %{?_smp_mflags} %install