|
|
|
@ -7,7 +7,9 @@
|
|
|
|
|
Summary: NetworkManager VPN plugin for l2tp
|
|
|
|
|
Name: NetworkManager-l2tp
|
|
|
|
|
Version: 0.9.6
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
# The most of code uses GPLv2+ license.
|
|
|
|
|
# Only vpn-password-dialog has LGPLv2+.
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
URL: https://launchpad.net/~seriy-pr/+archive/network-manager-l2tp
|
|
|
|
@ -23,7 +25,12 @@ BuildRequires: libgnome-keyring-devel
|
|
|
|
|
BuildRequires: intltool gettext
|
|
|
|
|
BuildRequires: ppp-devel = %{ppp_version}
|
|
|
|
|
|
|
|
|
|
# nm-connection-editor was a part of NetworkManager-gnome but since F18 it splits
|
|
|
|
|
%if 0%{?fedora} > 17
|
|
|
|
|
Requires: nm-connection-editor
|
|
|
|
|
%else
|
|
|
|
|
Requires: NetworkManager-gnome
|
|
|
|
|
%endif
|
|
|
|
|
Requires: dbus >= %{dbus_version}
|
|
|
|
|
Requires: NetworkManager >= %{nm_version}
|
|
|
|
|
Requires: ppp = %{ppp_version}
|
|
|
|
@ -76,6 +83,10 @@ rm -f %{buildroot}%{_libdir}/pppd/2.*/nm-l2tp-pppd-plugin.a
|
|
|
|
|
%{_datadir}/gnome-vpn-properties/l2tp
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 15 2012 <drizt@land.ru> - 0.9.6-3
|
|
|
|
|
- fix F17 dependency error (rh #886773)
|
|
|
|
|
- added licensies explanations
|
|
|
|
|
|
|
|
|
|
* Mon Nov 26 2012 <drizt@land.ru> - 0.9.6-2
|
|
|
|
|
- corrected License tag. Added LGPLv2+
|
|
|
|
|
- use only %%{buildroot}
|
|
|
|
|