From 990a0863ff4ec18451e83057db25aeb608e43b6a Mon Sep 17 00:00:00 2001 From: Martin Gieseking Date: Mon, 7 Sep 2020 09:49:55 +0200 Subject: [PATCH] use macro %make_install --- liblouis.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/liblouis.spec b/liblouis.spec index 708dba4..462f27a 100644 --- a/liblouis.spec +++ b/liblouis.spec @@ -3,7 +3,7 @@ Name: liblouis Version: 3.15.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Braille translation and back-translation library License: LGPLv3+ @@ -93,7 +93,7 @@ make check %install -make install DESTDIR=%{buildroot} +%make_install rm -f %{buildroot}/%{_infodir}/dir rm -f %{buildroot}/%{_libdir}/%{name}.la rm -rf %{buildroot}/%{_bindir}/lou_maketable* @@ -140,6 +140,9 @@ done %changelog +* Mon Sep 07 2020 Martin Gieseking - 3.15.0-2 +- Use make_install macro. + * Tue Sep 01 2020 Martin Gieseking - 3.15.0-1 - Updated to 3.15.0