more uniform handling of buildrequires
This commit is contained in:
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…
Reference in New Issue
Block a user