Clean up BuildRequires and align

This commit is contained in:
Richard W.M. Jones 2023-06-05 16:05:14 +01:00
parent 70331a9c4a
commit 1e17d8ba8a

View File

@ -10,13 +10,10 @@ Source0: http://people.redhat.com/~rjones/virt-what/files/%{name}-%{versi
# Maintainer script which helps with handling patches.
Source1: copy-patches.sh
BuildRequires: gcc
BuildRequires: make
BuildRequires: git
BuildRequires: autoconf, automake, libtool
# This is provided by the build root, but we make it explicit
# anyway in case this was dropped from the build root in future.
BuildRequires: gcc
BuildRequires: /usr/bin/pod2man
# Required at build time in order to do 'make check' (for getopt).