|
|
@ -27,6 +27,9 @@ BuildRequires: NetworkManager-libnm-devel >= 1:1.20.0
|
|
|
|
BuildRequires: libnma-devel >= 1.8.0
|
|
|
|
BuildRequires: libnma-devel >= 1.8.0
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: ppp-devel >= 2.5.0
|
|
|
|
BuildRequires: ppp-devel >= 2.5.0
|
|
|
|
|
|
|
|
# ppp 2.5.0 patches require autoreconf, drop this when a new version
|
|
|
|
|
|
|
|
# is released and those patches are dropped
|
|
|
|
|
|
|
|
BuildRequires: autoconf automake
|
|
|
|
BuildRequires: libtool gettext
|
|
|
|
BuildRequires: libtool gettext
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
BuildRequires: openssl-devel >= 1:1.1.0
|
|
|
|
BuildRequires: openssl-devel >= 1:1.1.0
|
|
|
@ -61,9 +64,11 @@ IPsec VPN support with the NetworkManager (GNOME files).
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
if [ ! -f configure ]; then
|
|
|
|
#if [ ! -f configure ]; then
|
|
|
|
autoreconf -fi
|
|
|
|
# autoreconf -fi
|
|
|
|
fi
|
|
|
|
#fi
|
|
|
|
|
|
|
|
# for ppp 2.5.0 patches
|
|
|
|
|
|
|
|
autoreconf -fi
|
|
|
|
%configure \
|
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--disable-static \
|
|
|
|
--runstatedir=/run \
|
|
|
|
--runstatedir=/run \
|
|
|
|