Update to a newer git snapshot
This commit is contained in:
parent
cae3a3fc4e
commit
068702c355
@ -1,5 +1,6 @@
|
||||
%global snapshot .20150903git6cb0148
|
||||
%global nm_version 1.1.0
|
||||
%global snapshot .20151023git8a39c0f
|
||||
%global nm_version 1:1.2.0-0.3
|
||||
%global nma_version 1.1.0
|
||||
|
||||
Summary: NetworkManager VPN plug-in for openswan and libreswan
|
||||
Name: NetworkManager-openswan
|
||||
@ -12,15 +13,15 @@ Source0: https://download.gnome.org/sources/NetworkManager-openswan/1.2/%{name
|
||||
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libnl3-devel
|
||||
BuildRequires: NetworkManager-devel >= 1:%{nm_version}
|
||||
BuildRequires: NetworkManager-glib-devel >= 1:%{nm_version}
|
||||
BuildRequires: NetworkManager-libnm-devel >= 1:%{nm_version}
|
||||
BuildRequires: libnm-gtk-devel >= %{nm_version}
|
||||
BuildRequires: libnma-devel >= %{nm_version}
|
||||
BuildRequires: NetworkManager-devel >= %{nm_version}
|
||||
BuildRequires: NetworkManager-glib-devel >= %{nm_version}
|
||||
BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
|
||||
BuildRequires: libnm-gtk-devel >= %{nma_version}
|
||||
BuildRequires: libnma-devel >= %{nma_version}
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: intltool gettext
|
||||
|
||||
Requires: NetworkManager >= 1:%{nm_version}
|
||||
Requires: NetworkManager >= %{nm_version}
|
||||
Requires: gnome-keyring
|
||||
Requires: gtk3
|
||||
Requires: dbus
|
||||
@ -57,7 +58,7 @@ the openswan/libreswan server with NetworkManager (GNOME files).
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=%{buildroot}
|
||||
rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la
|
||||
ln -sf %{_libexecdir}/nm-openswan-service-helper %{buildroot}%{_libexecdir}/nm-libreswan-service-helper
|
||||
|
||||
@ -70,7 +71,6 @@ update-desktop-database &> /dev/null || :
|
||||
update-desktop-database &> /dev/null || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-, root, root,-)
|
||||
%{_libexecdir}/nm-openswan-auth-dialog
|
||||
%{_sysconfdir}/dbus-1/system.d/nm-openswan-service.conf
|
||||
%{_prefix}/lib/NetworkManager/VPN/nm-openswan-service.name
|
||||
@ -89,6 +89,9 @@ update-desktop-database &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 23 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.1.20151023git8a39c0f
|
||||
- Update to a newer git snapshot
|
||||
|
||||
* Tue Sep 1 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.1.20150901git92f1611
|
||||
- Update to 1.2 git snapshot with libnm-based properties plugin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user