|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
Summary: NetworkManager VPN plugin for l2tp
|
|
|
|
|
Name: NetworkManager-l2tp
|
|
|
|
|
Version: 0.9.6
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
# The most of code uses GPLv2+ license.
|
|
|
|
|
# Only vpn-password-dialog has LGPLv2+.
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
|
|
@ -24,6 +24,7 @@ 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
|
|
|
|
@ -83,11 +84,14 @@ 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
|
|
|
|
|
* Tue Dec 25 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-4
|
|
|
|
|
- added openswan to BR
|
|
|
|
|
|
|
|
|
|
* Sat Dec 15 2012 Ivan Romanov <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
|
|
|
|
|
* Mon Nov 26 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-2
|
|
|
|
|
- corrected License tag. Added LGPLv2+
|
|
|
|
|
- use only %%{buildroot}
|
|
|
|
|
- use %%config for configuration files
|
|
|
|
@ -98,6 +102,6 @@ rm -f %{buildroot}%{_libdir}/pppd/2.*/nm-l2tp-pppd-plugin.a
|
|
|
|
|
- droped zero-length changelog
|
|
|
|
|
- use %%global instead of %%define
|
|
|
|
|
|
|
|
|
|
* Mon Nov 19 2012 <drizt@land.ru> - 0.9.6-1
|
|
|
|
|
* Mon Nov 19 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-1
|
|
|
|
|
- initial version based on NetworkManager-pptp 1:0.9.3.997-3
|
|
|
|
|
|
|
|
|
|