[packages/calc] - disable undefined symbol check in so libs due to circular deps - rel 3
baggins
baggins at pld-linux.org
Tue Oct 18 19:38:54 CEST 2016
commit 353990c4ea83703b2571772202333c2964a36431
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Oct 18 19:38:15 2016 +0200
- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/calc.git/commitdiff/353990c4ea83703b2571772202333c2964a36431
More information about the pld-cvs-commit
mailing list