From 353990c4ea83703b2571772202333c2964a36431 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 18 Oct 2016 19:38:15 +0200 Subject: [PATCH] - disable undefined symbol check in so libs due to circular deps - rel 3 --- calc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/calc.spec b/calc.spec index fe7bb72..a5c27ea 100644 --- a/calc.spec +++ b/calc.spec @@ -6,7 +6,7 @@ Summary: Arbitrary precision calculator Summary(pl.UTF-8): Kalkulator operujący na liczbach z dowolną dokładnością Name: calc Version: 2.12.4.3 -Release: 2 +Release: 3 License: LGPL v2.1+ Group: Applications/Math Source0: http://www.isthe.com/chongo/src/calc/%{name}-%{version}.tar.bz2 @@ -18,6 +18,8 @@ BuildRequires: readline-devel >= 4.2 BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define no_install_post_check_so 1 + %description Calc is arbitrary precision arithmetic system that uses a C-like language. Calc is useful as a calculator, an algorithm prototyped and -- 2.43.0