From 1b33289340308c905fb65799f69fd6937bc272c2 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 8 Feb 2021 08:45:55 -0500 Subject: [PATCH] =?UTF-8?q?Work=20around=20no=20=E2=80=9Cinstall=20-D?= =?UTF-8?q?=E2=80=9D=20support=20in=20EPEL7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wdiff.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wdiff.spec b/wdiff.spec index 74cdcba..1bc6301 100644 --- a/wdiff.spec +++ b/wdiff.spec @@ -2,7 +2,7 @@ Name: wdiff Version: 1.2.2 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Compare files on a word per word basis # Entire source is GPLv3+, except wdiff.texi and the documentation built from @@ -75,7 +75,8 @@ rm -v doc/%{name}.info %make_install find '%{buildroot}' -type f -name '*gnulib.mo' -print -delete rm '%{buildroot}%{_infodir}/dir' -install -t '%{buildroot}%{_pkgdocdir}' -D -p -m 0644 \ +install -d '%{buildroot}%{_pkgdocdir}' +install -t '%{buildroot}%{_pkgdocdir}' -p -m 0644 \ ABOUT-NLS \ AUTHORS \ BACKLOG \ @@ -112,6 +113,9 @@ cp -rp doc/%{name}.html %{buildroot}%{_pkgdocdir}/html %changelog +* Mon Feb 08 2021 Benjamin A. Beasley - 1.2.2-19 +- Work around no “install -D” support in EPEL7 + * Mon Feb 08 2021 Benjamin A. Beasley - 1.2.2-18 - Improve summary and description text - Build HTML and PDF versions of the documentation