|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
Summary: NetworkManager VPN plugin for l2tp
|
|
|
|
|
Name: NetworkManager-l2tp
|
|
|
|
|
Version: 0.9.6
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
# The most of code uses GPLv2+ license.
|
|
|
|
|
# Only vpn-password-dialog has LGPLv2+.
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
@ -24,7 +24,6 @@ BuildRequires: NetworkManager-glib-devel >= %{nm_version}
|
|
|
|
|
BuildRequires: libgnome-keyring-devel
|
|
|
|
|
BuildRequires: intltool gettext
|
|
|
|
|
BuildRequires: ppp-devel = %{ppp_version}
|
|
|
|
|
BuildRequires: openswan
|
|
|
|
|
|
|
|
|
|
# nm-connection-editor was a part of NetworkManager-gnome but since F18 it splits
|
|
|
|
|
%if 0%{?fedora} > 17
|
|
|
|
@ -39,6 +38,7 @@ Requires: shared-mime-info >= %{shared_mime_version}
|
|
|
|
|
Requires: pptp
|
|
|
|
|
Requires: gnome-keyring
|
|
|
|
|
Requires: xl2tpd
|
|
|
|
|
Requires: openswan
|
|
|
|
|
|
|
|
|
|
%filter_provides_in %{_libdir}/pppd/2.*/nm-l2tp-pppd-plugin.so
|
|
|
|
|
%filter_provides_in %{_libdir}/NetworkManager/lib*.so
|
|
|
|
@ -84,6 +84,9 @@ rm -f %{buildroot}%{_libdir}/pppd/2.*/nm-l2tp-pppd-plugin.a
|
|
|
|
|
%{_datadir}/gnome-vpn-properties/l2tp
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 25 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-5
|
|
|
|
|
- openswan is requires
|
|
|
|
|
|
|
|
|
|
* Tue Dec 25 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-4
|
|
|
|
|
- added openswan to BR
|
|
|
|
|
|
|
|
|
|