diff options
Diffstat (limited to 'diffutils.spec')
-rw-r--r-- | diffutils.spec | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/diffutils.spec b/diffutils.spec index 658c2d8..6d84b61 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -9,10 +9,10 @@ Patch3: diff3-set-flagging-to-true-in-X-option.patch License: GPL-3.0-or-later Provides: bundled(gnulib) BuildRequires: gcc, help2man, gettext-devel +BuildRequires: /usr/bin/pr %ifarch %{valgrind_arches} BuildRequires: valgrind %endif -BuildRequires: autoconf, automake, texinfo %description GNU Diffutils is a package of several programs related to finding differences between files. @@ -22,14 +22,12 @@ GNU Diffutils is a package of several programs related to finding differences be %prep %autosetup -n %{name}-%{version} -p1 -autoreconf -ifv - %build %ifarch aarch64 riscv64 CFLAGS="$RPM_OPT_FLAGS -fsigned-char" %endif %configure -make PR_PROGRAM=%{_bindir}/pr +%make_build %install %make_install |