|
|
@ -1,8 +1,3 @@
|
|
|
|
%if 0%{?fedora} < 28 && 0%{?rhel} < 8
|
|
|
|
|
|
|
|
%bcond_without libnm_glib
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%bcond_with libnm_glib
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?fedora} < 36 && 0%{?rhel} < 10
|
|
|
|
%if 0%{?fedora} < 36 && 0%{?rhel} < 10
|
|
|
|
%bcond_with gtk4
|
|
|
|
%bcond_with gtk4
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -12,12 +7,12 @@
|
|
|
|
Summary: NetworkManager VPN plugin for OpenVPN
|
|
|
|
Summary: NetworkManager VPN plugin for OpenVPN
|
|
|
|
Name: NetworkManager-openvpn
|
|
|
|
Name: NetworkManager-openvpn
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
Version: 1.8.18
|
|
|
|
Version: 1.10.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://download.gnome.org/sources/NetworkManager-openvpn/1.8/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://download.gnome.org/sources/NetworkManager-openvpn/1.10/%{name}-%{version}.tar.xz
|
|
|
|
#Patch1: 0001-example.patch
|
|
|
|
#Patch1: 0001-example.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -25,15 +20,10 @@ BuildRequires: make
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0
|
|
|
|
BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: libtool intltool gettext
|
|
|
|
BuildRequires: libtool gettext
|
|
|
|
BuildRequires: libnma-devel >= 1.2.0
|
|
|
|
BuildRequires: libnma-devel >= 1.2.0
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
|
|
|
|
|
|
|
|
%if %with libnm_glib
|
|
|
|
|
|
|
|
BuildRequires: NetworkManager-glib-devel >= 1:1.2.0
|
|
|
|
|
|
|
|
BuildRequires: libnm-gtk-devel >= 1.2.0
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %with gtk4
|
|
|
|
%if %with gtk4
|
|
|
|
BuildRequires: libnma-gtk4-devel
|
|
|
|
BuildRequires: libnma-gtk4-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -78,9 +68,6 @@ fi
|
|
|
|
--disable-static \
|
|
|
|
--disable-static \
|
|
|
|
%if %with gtk4
|
|
|
|
%if %with gtk4
|
|
|
|
--with-gtk4 \
|
|
|
|
--with-gtk4 \
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %with libnm_glib
|
|
|
|
|
|
|
|
--with-libnm-glib \
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
--enable-more-warnings=yes \
|
|
|
|
--enable-more-warnings=yes \
|
|
|
|
--with-dist-version=%{version}-%{release}
|
|
|
|
--with-dist-version=%{version}-%{release}
|
|
|
@ -112,7 +99,7 @@ rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la
|
|
|
|
%{_prefix}/lib/NetworkManager/VPN/nm-openvpn-service.name
|
|
|
|
%{_prefix}/lib/NetworkManager/VPN/nm-openvpn-service.name
|
|
|
|
%{_libexecdir}/nm-openvpn-service
|
|
|
|
%{_libexecdir}/nm-openvpn-service
|
|
|
|
%{_libexecdir}/nm-openvpn-service-openvpn-helper
|
|
|
|
%{_libexecdir}/nm-openvpn-service-openvpn-helper
|
|
|
|
%doc AUTHORS README ChangeLog
|
|
|
|
%doc AUTHORS README
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -125,13 +112,11 @@ rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la
|
|
|
|
%{_libdir}/NetworkManager/libnm-gtk4-vpn-plugin-openvpn-editor.so
|
|
|
|
%{_libdir}/NetworkManager/libnm-gtk4-vpn-plugin-openvpn-editor.so
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %with libnm_glib
|
|
|
|
|
|
|
|
%{_libdir}/NetworkManager/libnm-*-properties.so
|
|
|
|
|
|
|
|
%{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Aug 29 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.10.0-1
|
|
|
|
|
|
|
|
- Update to 1.10.0 release
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.18-2
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|