From ea5f8576aeb6ac29769486e69cd76c66335d93e2c17295836f2018605aa4d0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 26 Mar 2018 12:04:15 +0000 Subject: [PATCH] Accepting request 590403 from home:jengelh:branches:graphics - Abolish %__ type macro indirections. OBS-URL: https://build.opensuse.org/request/show/590403 OBS-URL: https://build.opensuse.org/package/show/graphics/pngquant?expand=0&rev=9 --- pngquant.changes | 5 +++++ pngquant.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pngquant.changes b/pngquant.changes index 471afa4..95b1a03 100644 --- a/pngquant.changes +++ b/pngquant.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 22 19:07:35 UTC 2018 - jengelh@inai.de + +- Abolish %__ type macro indirections. + ------------------------------------------------------------------- Mon Mar 19 15:56:16 UTC 2018 - schwab@suse.de diff --git a/pngquant.spec b/pngquant.spec index af338ea..4f912d7 100644 --- a/pngquant.spec +++ b/pngquant.spec @@ -33,7 +33,7 @@ BuildRequires: zlib-devel %description pngquant is a command-line utility and a library for lossy compression of PNG images. -The conversion reduces file sizes significantly (often as much as 70%) and +The conversion reduces file sizes significantly (often as much as 70%%) and preserves full alpha transparency. Generated images are compatible with all modern web browsers, and have better fallback in IE6 than 24-bit PNGs. @@ -41,6 +41,7 @@ modern web browsers, and have better fallback in IE6 than 24-bit PNGs. %setup -q %build +# not autoconf ./configure \ --prefix=%prefix \ %ifarch x86_64 @@ -50,11 +51,10 @@ modern web browsers, and have better fallback in IE6 than 24-bit PNGs. %endif --extra-cflags='%{optflags}' \ --with-openmp - -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install -%__mkdir -p %buildroot%_bindir +mkdir -p %buildroot/%_bindir install --mode 0755 %name %buildroot%_bindir %files