From 2c47402be72527ce05e00fb542a520bce09df5e2 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Mon, 1 Jun 2020 16:58:06 -0400 Subject: [PATCH] fix missing infodir, bc no longer has it --- SPECS/bc.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/SPECS/bc.spec b/SPECS/bc.spec index 3257b39..d7c2d78 100644 --- a/SPECS/bc.spec +++ b/SPECS/bc.spec @@ -25,7 +25,6 @@ The Bc package contains an arbitrary precision numeric processing language install -D -m644 LICENSE.md %{buildroot}/usr/share/licenses/%{name}/LICENSE #----------------------------------------------------------------------------- # Create file list - rm %{buildroot}%{_infodir}/dir find %{buildroot} -name '*.la' -delete find "${RPM_BUILD_ROOT}" -not -type d -print > filelist.list sed -i "s|^${RPM_BUILD_ROOT}||" filelist.list @@ -34,7 +33,6 @@ The Bc package contains an arbitrary precision numeric processing language #----------------------------------------------------------------------------- %files -f filelist.list %defattr(-,root,root) - %{_infodir}/* %{_mandir}/man1/* #----------------------------------------------------------------------------- %changelog