|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
%global snapshot .20151208git4ad98f0
|
|
|
|
|
%global snapshot .beta1
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for OpenVPN
|
|
|
|
|
Name: NetworkManager-openvpn
|
|
|
|
|
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: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openvpn/1.2/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/NetworkManager-openvpn/1.1/%{name}-1.1.90.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: NetworkManager-devel
|
|
|
|
@ -49,7 +49,7 @@ This package contains software for integrating VPN capabilities with
|
|
|
|
|
the OpenVPN server with NetworkManager (GNOME files).
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%setup -q -n %{name}-1.1.90
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
if [ ! -f configure ]; then
|
|
|
|
@ -94,6 +94,9 @@ rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la
|
|
|
|
|
%{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jan 19 2016 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.2.beta1
|
|
|
|
|
- Update to NetworkManager-openvpn 1.2-beta1
|
|
|
|
|
|
|
|
|
|
* Fri Dec 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20151208git4ad98f0
|
|
|
|
|
- Update to a newer git snapshot
|
|
|
|
|
|
|
|
|
|