From 55f9fab3cb8a39b666addd5200421742d72b2e19 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Feb 23 2016 14:00:18 +0000 Subject: Fix installs with non-standard buildroots (#1299860) --- diff --git a/libtommath.spec b/libtommath.spec index 488fd46..59dd058 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -1,6 +1,6 @@ Name: libtommath Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A portable number theoretic multiple-precision integer library License: Public Domain URL: http://www.libtom.org/ @@ -64,7 +64,7 @@ make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile.shared make -f makefile poster manual docs %install -%make_install LIBPATH=%{_libdir} -f makefile.shared +%make_install LIBPATH=%{_libdir} INCPATH=%{_includedir} -f makefile.shared find %{buildroot} -name '*.la' -delete find %{buildroot} -name '*.a' -delete @@ -86,6 +86,9 @@ find %{buildroot} -name '*.a' -delete %doc bn.pdf poster.pdf tommath.pdf %changelog +* Tue Feb 23 2016 Simone Caronni - 1.0-4 +- Fix installs with non-standard buildroots (#1299860). + * Tue Feb 23 2016 Simone Caronni - 1.0-3 - Remove useless latex build requirements.