update to 1.8.12 [release 1.8.12-1mamba;Sun Apr 05 2020]
This commit is contained in:
parent
70973bc816
commit
52f3553820
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: NetworkManager-openvpn
|
||||
Version: 1.8.10
|
||||
Version: 1.8.12
|
||||
Release: 1mamba
|
||||
Summary: NetworkManager plugin for openvpn VPN clients
|
||||
Group: Network/Libraries
|
||||
@ -29,11 +29,10 @@ BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgraphite2-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgudev-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libmount-devel
|
||||
BuildRequires: libnm-devel
|
||||
BuildRequires: libnm-gtk-devel
|
||||
BuildRequires: libnma-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre-devel
|
||||
@ -45,7 +44,6 @@ BuildRequires: libuuid-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libnm-devel >= 1.22.2
|
||||
BuildRequires: libnm-gtk-devel >= 1.8.24-2mamba
|
||||
Requires: openvpn
|
||||
Provides: networkmanagervpnplugin
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -53,11 +51,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
NetworkManager plugin for openvpn VPN clients.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch1 -p1
|
||||
%patch2 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
autoreconf -f -i
|
||||
|
||||
@ -76,12 +76,8 @@ autoreconf -f -i
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name
|
||||
%{_sysconfdir}/dbus-1/system.d/nm-openvpn-service.conf
|
||||
%{_datadir}/dbus-1/system.d/nm-openvpn-service.conf
|
||||
%{_prefix}/lib/NetworkManager/VPN/nm-openvpn-service.name
|
||||
#%{_libdir}/NetworkManager/libnm-openvpn-properties.a
|
||||
#%{_libdir}/NetworkManager/libnm-openvpn-properties.la
|
||||
#%{_libdir}/NetworkManager/libnm-openvpn-properties.so
|
||||
%{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn-editor.a
|
||||
%{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn-editor.la
|
||||
%{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn-editor.so
|
||||
@ -96,6 +92,9 @@ autoreconf -f -i
|
||||
#ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sun Apr 05 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.12-1mamba
|
||||
- update to 1.8.12
|
||||
|
||||
* Fri Jan 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.10-1mamba
|
||||
- update to 1.8.10
|
||||
- built with libnm-devel 1.22.2 and libnm-gtk 1.8.24-2mamba
|
||||
|
Loading…
Reference in New Issue
Block a user