more uniform handling of buildrequires

epel9
Nikos Mavrogiannopoulos 11 years ago
parent c95eb0798c
commit 9d295c6175

@ -28,7 +28,9 @@ BuildRequires: libnl3-devel
BuildRequires: readline-devel
BuildRequires: dbus-devel
BuildRequires: autogen
BuildRequires: pcllib-devel, http-parser-devel, tcp_wrappers-devel
BuildRequires: pcllib-devel
BuildRequires: http-parser-devel
BuildRequires: tcp_wrappers-devel
BuildRequires: automake, autoconf
Requires: gnutls-utils
@ -69,8 +71,6 @@ sed -i 's/either version 3 of the License/either version 2 of the License/g' bui
%configure
# disable the smp_mflags until an issue with the dependencies in the
# autogen'erated files is fixed
make %{?_smp_mflags}
%pre

Loading…
Cancel
Save