]> git.pld-linux.org Git - packages/NetworkManager-libreswan.git/blame_incremental - NetworkManager-libreswan.spec
- updated to 1.2.12
[packages/NetworkManager-libreswan.git] / NetworkManager-libreswan.spec
... / ...
CommitLineData
1Summary: NetworkManager VPN integration for libreswan
2Summary(pl.UTF-8): Integracja NetworkManagera z sieciami VPN opartymi o libreswan
3Name: NetworkManager-libreswan
4Version: 1.2.12
5Release: 1
6License: GPL v2+
7Group: X11/Applications
8Source0: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-libreswan/1.2/%{name}-%{version}.tar.xz
9# Source0-md5: 11dbec93c6ff77a5378f326f0348807e
10URL: https://wiki.gnome.org/Projects/NetworkManager
11BuildRequires: NetworkManager-devel >= 2:1.2.0
12BuildRequires: NetworkManager-gtk-lib-devel >= 1.2.0
13BuildRequires: autoconf >= 2.52
14BuildRequires: automake >= 1:1.9
15BuildRequires: gettext-tools
16BuildRequires: glib2-devel >= 1:2.32
17BuildRequires: gtk+3-devel >= 3.4.0
18BuildRequires: intltool >= 0.35.0
19BuildRequires: libnl-devel >= 1:3.2.8
20BuildRequires: libsecret-devel >= 0.18
21BuildRequires: libtool >= 2:2
22BuildRequires: libxml2-devel >= 2.0
23BuildRequires: pkgconfig
24BuildRequires: tar >= 1:1.22
25BuildRequires: xz
26Requires: NetworkManager >= 2:1.2.0
27Requires: NetworkManager-gtk-lib >= 1.2.0
28Requires: glib2 >= 1:2.32
29Requires: gtk+3 >= 3.4.0
30Requires: libnl >= 1:3.2.8
31Requires: libsecret >= 0.18
32Provides: NetworkManager-openswan = %{version}-%{release}
33Obsoletes: NetworkManager-openswan < 1.2.2
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%description
37Libreswan VPN client plugin for NetworkManager.
38
39Support for configuring IKEv1 based IPsec virtual private network
40connections. Compatible with Libreswan and Cisco IPsec VPN servers.
41
42%description -l pl.UTF-8
43Wtyczka klienta VPN Libreswan dla NetworkManagera. Pozwala na
44konfigurowanie wirtualnych sieci prywatnych (VPN) IPsec opartych na
45IKEv1, jest zgodna z serwerami VPN Libreswan oraz Cisco IPsec.
46
47%prep
48%setup -q
49
50%build
51%{__intltoolize}
52%{__libtoolize}
53%{__aclocal} -I m4
54%{__autoconf}
55%{__autoheader}
56%{__automake}
57%configure \
58 --disable-more-warnings \
59 --disable-static
60%{__make}
61
62%install
63rm -rf $RPM_BUILD_ROOT
64
65%{__make} install \
66 DESTDIR=$RPM_BUILD_ROOT
67
68%{__rm} $RPM_BUILD_ROOT%{_libdir}/NetworkManager/*.la
69
70%find_lang NetworkManager-libreswan
71
72%clean
73rm -rf $RPM_BUILD_ROOT
74
75%files -f NetworkManager-libreswan.lang
76%defattr(644,root,root,755)
77%doc AUTHORS ChangeLog NEWS README
78%attr(755,root,root) %{_libdir}/NetworkManager/libnm-vpn-plugin-libreswan.so
79%attr(755,root,root) %{_libdir}/NetworkManager/libnm-vpn-plugin-libreswan-editor.so
80%attr(755,root,root) %{_libexecdir}/nm-libreswan-auth-dialog
81%attr(755,root,root) %{_libexecdir}/nm-libreswan-service
82%attr(755,root,root) %{_libexecdir}/nm-libreswan-service-helper
83%{_prefix}/lib/NetworkManager/VPN/nm-libreswan-service.name
84%config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/nm-libreswan-service.conf
85%{_datadir}/appdata/network-manager-libreswan.metainfo.xml
86%dir %{_datadir}/gnome-vpn-properties/libreswan
87%{_datadir}/gnome-vpn-properties/libreswan/nm-libreswan-dialog.ui
88%{_mandir}/man5/nm-settings-libreswan.5*
This page took 0.045713 seconds and 4 git commands to generate.