|
|
@ -1,4 +1,4 @@
|
|
|
|
%global snapshot .beta3
|
|
|
|
%global snapshot .rc1
|
|
|
|
%global ppp_version %(rpm -q ppp-devel --queryformat '%{VERSION}')
|
|
|
|
%global ppp_version %(rpm -q ppp-devel --queryformat '%{VERSION}')
|
|
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for PPTP
|
|
|
|
Summary: NetworkManager VPN plugin for PPTP
|
|
|
@ -9,7 +9,7 @@ Release: 0.3%{?snapshot}%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source0: https://download.gnome.org/sources/NetworkManager-pptp/1.1/%{name}-1.1.92.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/NetworkManager-pptp/1.1/%{name}-1.1.93.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: NetworkManager-devel
|
|
|
|
BuildRequires: NetworkManager-devel
|
|
|
@ -48,7 +48,7 @@ This package contains software for integrating VPN capabilities with
|
|
|
|
the PPTP server with NetworkManager (GNOME files).
|
|
|
|
the PPTP server with NetworkManager (GNOME files).
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-1.1.92
|
|
|
|
%setup -q -n %{name}-1.1.93
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
if [ ! -f configure ]; then
|
|
|
|
if [ ! -f configure ]; then
|
|
|
@ -88,6 +88,9 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
|
|
|
|
%{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
|
|
|
|
%{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 5 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.3.rc1
|
|
|
|
|
|
|
|
- Update to NetworkManager-pptp 1.2-rc1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 29 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.3.beta3
|
|
|
|
* Tue Mar 29 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.3.beta3
|
|
|
|
- Update to NetworkManager-pptp 1.2-beta3
|
|
|
|
- Update to NetworkManager-pptp 1.2-beta3
|
|
|
|
|
|
|
|
|
|
|
|