From 77ebf6130c275a859c328a0b01fcbd2afb451888 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:56:29 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.1-1mamba;Sat Sep 09 2017] --- libtommath.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libtommath.spec b/libtommath.spec index 9ece131..64c2300 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -1,5 +1,5 @@ Name: libtommath -Version: 1.0 +Version: 1.0.1 Release: 1mamba Summary: Portable number theoretic multiple-precision integer library written entirely in C Group: System/Libraries @@ -33,12 +33,14 @@ This package contains libraries and header files for developing applications tha %build %make -f makefile.shared \ - LIBPATH=%{_libdir} + LIBPATH=%{_libdir} \ + INCPATH=%{_includedir} %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -f makefile.shared \ - LIBPATH=%{_libdir} + LIBPATH=%{_libdir} \ + INCPATH=%{_includedir} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -57,8 +59,12 @@ This package contains libraries and header files for developing applications tha %{_libdir}/libtommath.a %{_libdir}/libtommath.la %{_libdir}/libtommath.so +%{_libdir}/pkgconfig/libtommath.pc %doc README.md %changelog +* Sat Sep 09 2017 Automatic Build System 1.0.1-1mamba +- automatic version update by autodist + * Wed Aug 10 2016 Silvan Calarco 1.0-1mamba - package created using the webbuild interface