diff --git a/libtommath.spec b/libtommath.spec index 31799e0..48e26fe 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -1,6 +1,6 @@ Name: libtommath Version: 0.42.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A portable number theoretic multiple-precision integer library License: Public Domain URL: http://www.libtom.org/?page=features&newsitems=5&whatfile=ltm @@ -56,7 +56,10 @@ The %{name}-doc package contains PDF documentation for using %{name}. # no configure script ships with libtommath. Its only requirement is ANSI C. export CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile.shared -make %{?_smp_mflags} -f makefile poster manual docs +%ifnarch ppc64le + DOCS="docs" +%endif +make %{?_smp_mflags} -f makefile poster manual $DOCS %install # There is no configure script that ships with libtommath but it does understand @@ -88,6 +91,9 @@ find %{buildroot} -name '*.a' -delete %doc bn.pdf poster.pdf tommath.pdf %changelog +* Mon Dec 07 2015 Jaromir Capik - 0.42.0-4 +- Workaround for ghostscript segfault on ppc64le + * Sun Sep 29 2013 Simone Caronni - 0.42.0-3 - Move headers to default location.