File NetworkManager-openvpn.spec of Package NetworkManager-openvpn
#
# spec file for package NetworkManager-openvpn (Version 0.7.1)
#
# Copyright (c) 2009 SUSE LINUX Products 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/
#
# norootforbuild
Name: NetworkManager-openvpn
BuildRequires: NetworkManager-devel NetworkManager-gnome intltool libglade2-devel libgnomeui-devel perl-XML-Parser update-desktop-files
ExcludeArch: s390 s390x
%define prefix %{_prefix}
%define sysconfdir %{_sysconfdir}
Summary: NetworkManager VPN support for OpenVPN
Version: 0.7.1
Release: 2.<RELEASE4>
License: GPL v2 or later
Group: Productivity/Networking/System
Url: http://www.gnome.org/projects/NetworkManager
Source0: %{name}-%{version}.tar.bz2
Source1: NetworkManager-openvpn-openvpn-settings.png
Patch0: nm-openvpn-desktop.patch
Patch1: nm-openvpn-properties.patch
Patch2: nm-openvpn-sscanf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: openvpn %{name}-frontend
Requires: NetworkManager >= 0.7.0.r4274
%description
NetworkManager-openvpn provides VPN support to NetworkManager for
OpenVPN.
Authors:
--------
Tim Niemueller <tim@niemueller.de>
%package gnome
License: GPL v2 or later
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.
Authors:
--------
Tim Niemueller <tim@niemueller.de>
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
cp -a %{S:1} nm-openvpn-settings.png
%build
intltoolize --copy --force
autoreconf -f -i
%configure\
--disable-static
make %{?jobs:-j%jobs}
%install
%makeinstall
%find_lang %{name}
# No headers, no development files:
rm $RPM_BUILD_ROOT%{_libdir}/NetworkManager/*.la
#Â 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/
cp nm-openvpn-settings.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/
%suse_update_desktop_file nm-openvpn GNOME Network Monitor Applet
%clean
rm -rf $RPM_BUILD_ROOT
%post gnome -p /sbin/ldconfig
%postun gnome -p /sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README
%{_libexecdir}/nm-openvpn-service
%{_libexecdir}/nm-openvpn-service-openvpn-helper
%dir %{sysconfdir}/NetworkManager/VPN
%{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
%{_datadir}/applications/nm-openvpn.desktop
%{_datadir}/gnome-vpn-properties
%{_datadir}/icons/hicolor/*/*/*.png
%changelog