File NetworkManager-openvpn.spec of Package NetworkManager-openvpn
#
# spec file for package NetworkManager-openvpn
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: NetworkManager-openvpn
Summary: NetworkManager VPN support for OpenVPN
License: GPL-2.0+
Group: Productivity/Networking/System
Version: 1.0.8
Release: 0
# FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs. They will re-appear later on (when nmce supports --import)
# FIXME: --disable-more-warnings should be dropped from configure when possible. Added with 0.9.2.0 for Gtk+ 3.3 build.
Url: http://www.gnome.org/projects/NetworkManager
Source0: http://download.gnome.org/sources/NetworkManager-openvpn/1.0/%{name}-%{version}.tar.xz
Source1: NetworkManager-openvpn-openvpn-settings.png
Patch0: nm-openvpn-desktop.patch
BuildRequires: intltool
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(NetworkManager) >= 0.9.10
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libnm-glib) >= 0.9.10
BuildRequires: pkgconfig(libnm-glib-vpn) >= 0.9.10
BuildRequires: pkgconfig(libnm-gtk) >= 1.0.5
BuildRequires: pkgconfig(libnm-util) >= 0.9.10
BuildRequires: pkgconfig(libsecret-unstable)
Recommends: %{name}-frontend
Requires: NetworkManager >= 0.9.10
Requires: openvpn
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x
%description
NetworkManager-openvpn provides VPN support to NetworkManager for
OpenVPN.
%package gnome
Summary: NetworkManager VPN support for OpenVPN
Group: Productivity/Networking/System
Provides: %{name}-frontend
Requires: %{name} = %{version}-%{release}
Requires: NetworkManager-gnome >= 0.5.1
%description gnome
NetworkManager-openvpn provides VPN support to NetworkManager for
OpenVPN.
%lang_package
%prep
%setup -q
translation-update-upstream
%patch0 -p1
cp -a %{S:1} nm-openvpn-settings.png
%build
%configure\
--disable-static \
--disable-more-warnings
%__make %{?_smp_mflags}
%install
%makeinstall
%find_lang %{name} %{?no_lang_C}
find %{buildroot}%{_libdir} -name '*.la' -delete -print
# FIXME: There is no MIME type definition for application/x-openvpn-settings in /usr/share/mime/packages.
# Without it, MIME icon has no effect.
#mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/mimetypes
#mv $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/mimetypes/
install -D nm-openvpn-settings.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/nm-openvpn-settings.png
# FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs. They will re-appear later on (when nmce supports --import)
# %%suse_update_desktop_file nm-openvpn GNOME Network Monitor Applet
%clean
rm -rf $RPM_BUILD_ROOT
%pre
getent group nm-openvpn >/dev/null || groupadd -r nm-openvpn
getent passwd nm-openvpn >/dev/null || useradd -r -g nm-openvpn \
-d %{_localstatedir}/lib/openvpn \
-s /sbin/nologin \
-c "NetworkManager user for OpenVPN" \
nm-openvpn
exit 0
%post gnome
%icon_theme_cache_post
%postun gnome
%icon_theme_cache_postun
%files
%defattr(-,root,root,-)
%doc README
%{_libexecdir}/nm-openvpn-service
%{_libexecdir}/nm-openvpn-service-openvpn-helper
%{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name
%{_sysconfdir}/dbus-1/system.d/nm-openvpn-service.conf
%files gnome
%defattr(-,root,root,-)
%{_libdir}/NetworkManager/libnm-openvpn-properties.so*
%{_libexecdir}/nm-openvpn-auth-dialog
# FIXME .desktop icons are currently disabled (on purpose) in the NM tarballs. They will re-appear later on (when nmce supports --import)
#%{_datadir}/applications/nm-openvpn.desktop
%{_datadir}/gnome-vpn-properties/
%{_datadir}/icons/hicolor/*/*/*.png
%files lang -f %{name}.lang
%changelog