|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
%global snapshot .20151223gitde50986
|
|
|
|
|
%global snapshot .beta1
|
|
|
|
|
%global ppp_version %(rpm -q ppp-devel --queryformat '%{VERSION}')
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for PPTP
|
|
|
|
|
Name: NetworkManager-pptp
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 1.2.0
|
|
|
|
|
Release: 0.1%{?snapshot}%{?dist}
|
|
|
|
|
Release: 0.2%{?snapshot}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
Source0: https://download.gnome.org/sources/NetworkManager-pptp/1.2/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/NetworkManager-pptp/1.1/%{name}-1.1.90.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: NetworkManager-devel
|
|
|
|
@ -48,7 +48,7 @@ This package contains software for integrating VPN capabilities with
|
|
|
|
|
the PPTP server with NetworkManager (GNOME files).
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%setup -q -n %{name}-1.1.90
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
if [ ! -f configure ]; then
|
|
|
|
@ -88,6 +88,9 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
|
|
|
|
|
%{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 19 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.2.beta1
|
|
|
|
|
- Update to NetworkManager-pptp 1.2-beta1
|
|
|
|
|
|
|
|
|
|
* Wed Dec 23 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20151223gitde50986
|
|
|
|
|
- Update the git snapshot
|
|
|
|
|
|
|
|
|
|