From c7ca9489209d82131d6d1f0d048b78c708a955bb7a8f0259355a3f6c966cb2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 8 May 2013 14:48:31 +0000 Subject: [PATCH] Accepting request 174837 from Application:Geo fixed make install for non suse targets (forwarded request 174820 from behrisch) OBS-URL: https://build.opensuse.org/request/show/174837 OBS-URL: https://build.opensuse.org/package/show/graphics/openjpeg2?expand=0&rev=4 --- openjpeg2.changes | 5 +++++ openjpeg2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/openjpeg2.changes b/openjpeg2.changes index 5351294..ccd0609 100644 --- a/openjpeg2.changes +++ b/openjpeg2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 8 11:56:09 UTC 2013 - behrisch@users.sourceforge.net + +- fixed make install for non suse targets + Sun Nov 25 14:55:50 UTC 2012 - Angelos Tzotsos Update to version 2.0 Final, fixed some major issues : diff --git a/openjpeg2.spec b/openjpeg2.spec index bcaeeda..bfaffa0 100644 --- a/openjpeg2.spec +++ b/openjpeg2.spec @@ -78,7 +78,7 @@ make VERBOSE=1 %{?_smp_mflags} %install cd ../temp -%makeinstall +make DESTDIR=%{buildroot} install rm -rf %{buildroot}/usr/lib/debug %if "%{_lib}" == "lib64" mkdir %{buildroot}/usr/lib64