From c8aaa8645fc0cec4ef3023e30d7fa820081134d9c600d7b6cc4069b76ba93b76 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 15 Nov 2019 12:43:55 +0000 Subject: [PATCH 1/2] Accepting request 748843 from home:mslacken:branches:science - module package must not be noarch, so that %{_lib} is expanded correctly OBS-URL: https://build.opensuse.org/request/show/748843 OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=28 --- gsl.changes | 6 ++++++ gsl.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gsl.changes b/gsl.changes index 09c6653..d9b6799 100644 --- a/gsl.changes +++ b/gsl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 15 09:59:28 UTC 2019 - Christian Goll + +- module package must not be noarch, so that %{_lib} is expanded + correctly + ------------------------------------------------------------------- Wed Aug 21 18:55:31 UTC 2019 - Andreas Stieger diff --git a/gsl.spec b/gsl.spec index 75deb79..1cd7454 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,7 +1,7 @@ # # spec file for package gsl # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -215,8 +215,10 @@ This package contains examples for GSL %if %{with hpc} %package module Summary: Module files for %{name} +# Package can not be noarch, as this will lead to the situation, so +# that sometimes 32bit rpm is used with %{_lib}=lib or 64 bit, where +# %{_lib}=lib64 Group: Development/Libraries/Parallel -BuildArch: noarch %description module This package contains the environment module needed for the GSL From 129b63e4e6b81c2387b30b7e72a4b4b03c236a4fa174163aa004927c6f05a3a5 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 15 Nov 2019 12:44:28 +0000 Subject: [PATCH 2/2] escape macros in comments OBS-URL: https://build.opensuse.org/package/show/science/gsl?expand=0&rev=29 --- gsl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gsl.spec b/gsl.spec index 1cd7454..702fb48 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,7 +1,7 @@ # # spec file for package gsl # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -216,8 +216,8 @@ This package contains examples for GSL %package module Summary: Module files for %{name} # Package can not be noarch, as this will lead to the situation, so -# that sometimes 32bit rpm is used with %{_lib}=lib or 64 bit, where -# %{_lib}=lib64 +# that sometimes 32bit rpm is used with %%{_lib}=lib or 64 bit, where +# %%{_lib}=lib64 Group: Development/Libraries/Parallel %description module