- Really fix pppd plugin directory path

epel8
Daniel Williams 15 years ago
parent 378a06dc31
commit 9220b6a7be

@ -10,7 +10,7 @@ Summary: NetworkManager VPN plugin for pptp
Name: NetworkManager-pptp
Epoch: 1
Version: 0.7.997
Release: 2%{git_snapshot}%{?dist}
Release: 3%{git_snapshot}%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://www.gnome.org/projects/NetworkManager/
@ -50,7 +50,11 @@ the NetworkManager and the GNOME desktop.
%build
%configure --disable-static --enable-more-warnings=yes
%configure \
--disable-static \
--enable-more-warnings=yes \
--with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version}
make %{?_smp_mflags}
%install
@ -104,6 +108,9 @@ fi
%dir %{_datadir}/gnome-vpn-properties/pptp
%changelog
* Mon Feb 1 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.997-3.git20100120
- Really fix pppd plugin directory path
* Wed Jan 20 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.997-2.git20100120
- Rebuild for new pppd

Loading…
Cancel
Save