]> git.pld-linux.org Git - packages/NetworkManager-libreswan.git/blame - NetworkManager-openswan.spec
- updated to 0.9.6.0
[packages/NetworkManager-libreswan.git] / NetworkManager-openswan.spec
CommitLineData
770e22d3
JB
1Summary: NetworkManager VPN integration for openswan
2Summary(pl.UTF-8): Integracja NetworkManagera z openswan
3Name: NetworkManager-openswan
f5b62244 4Version: 0.9.6.0
770e22d3
JB
5Release: 1
6License: GPL v2+
7Group: X11/Applications
8Source0: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openswan/0.9/%{name}-%{version}.tar.xz
f5b62244 9# Source0-md5: c4206645a990a38f7795f43d66978738
770e22d3
JB
10URL: http://projects.gnome.org/NetworkManager/
11BuildRequires: GConf2-devel >= 2.0
f5b62244 12BuildRequires: NetworkManager-devel >= 2:0.9.6.0
770e22d3
JB
13BuildRequires: autoconf >= 2.52
14BuildRequires: automake
15BuildRequires: dbus-glib-devel >= 0.74
16BuildRequires: gettext-devel
17BuildRequires: gtk+3-devel >= 3.0.0
18BuildRequires: intltool >= 0.35.0
19BuildRequires: libgnome-keyring-devel
20BuildRequires: libtool
21BuildRequires: libxml2-devel >= 2.0
22BuildRequires: pkgconfig
23BuildRequires: tar >= 1:1.22
24BuildRequires: xz
f5b62244 25Requires: NetworkManager >= 2:0.9.6.0
770e22d3
JB
26Requires: dbus-glib >= 0.74
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30NetworkManager VPN integration for openswan.
31
32%description -l pl.UTF-8
33Integracja NetworkManagera z openswan.
34
35%prep
36%setup -q
37
38%build
39%{__intltoolize}
40%{__libtoolize}
41%{__aclocal} -I m4
42%{__autoconf}
43%{__autoheader}
44%{__automake}
45%configure \
46 --disable-static
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%{__rm} $RPM_BUILD_ROOT%{_libdir}/NetworkManager/*.la
56
57%find_lang NetworkManager-openswan
58
59%clean
60rm -rf $RPM_BUILD_ROOT
61
62%files -f NetworkManager-openswan.lang
63%defattr(644,root,root,755)
64%doc AUTHORS ChangeLog
65%attr(755,root,root) %{_libdir}/NetworkManager/libnm-openswan-properties.so
66%attr(755,root,root) %{_libdir}/nm-openswan-auth-dialog
67%attr(755,root,root) %{_libdir}/nm-openswan-service
68%attr(755,root,root) %{_libdir}/nm-openswan-service-helper
69%{_sysconfdir}/NetworkManager/VPN/nm-openswan-service.name
70%config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/nm-openswan-service.conf
71%dir %{_datadir}/gnome-vpn-properties/openswan
72%{_datadir}/gnome-vpn-properties/openswan/nm-openswan-dialog.ui
This page took 0.065983 seconds and 4 git commands to generate.