|
|
|
%if 0%{?fedora} < 28 && 0%{?rhel} < 8
|
|
|
|
%bcond_without libnm_glib
|
|
|
|
%else
|
|
|
|
# Disable the legacy version by default
|
|
|
|
%bcond_with libnm_glib
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for L2TP and L2TP/IPsec
|
|
|
|
Name: NetworkManager-l2tp
|
|
|
|
Version: 1.2.10
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://github.com/nm-l2tp/network-manager-l2tp
|
|
|
|
Source: https://github.com/nm-l2tp/network-manager-l2tp/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
|
|
|
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: ppp-devel
|
|
|
|
BuildRequires: libtool intltool gettext
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
BuildRequires: libnma-devel >= 1.2.0
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
|
|
|
|
%if %with libnm_glib
|
|
|
|
BuildRequires: NetworkManager-glib-devel >= 1:1.2.0
|
|
|
|
BuildRequires: libnm-gtk-devel >= 1.2.0
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: dbus
|
|
|
|
Requires: NetworkManager >= 1:1.2.0
|
|
|
|
Requires: ppp = %{ppp_version}
|
|
|
|
Requires: xl2tpd
|
|
|
|
Recommends: libreswan
|
|
|
|
|
|
|
|
%global __provides_exclude ^libnm-.*\\.so
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains software for integrating L2TP and L2TP over
|
|
|
|
IPsec VPN support with the NetworkManager.
|
|
|
|
|
|
|
|
%package gnome
|
|
|
|
Summary: NetworkManager VPN plugin for L2TP and L2TP/IPsec - GNOME files
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description gnome
|
|
|
|
This package contains software for integrating L2TP and L2TP over
|
|
|
|
IPsec VPN support with the NetworkManager (GNOME files).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n network-manager-l2tp-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
|
|
|
intltoolize
|
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
%if %without libnm_glib
|
|
|
|
--without-libnm-glib \
|
|
|
|
%endif
|
|
|
|
--with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
|
|
|
|
--with-dist-version=%{version}-%{release}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la
|
|
|
|
rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%{_libdir}/NetworkManager/libnm-vpn-plugin-l2tp.so
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/nm-l2tp-service.conf
|
|
|
|
%{_prefix}/lib/NetworkManager/VPN/nm-l2tp-service.name
|
|
|
|
%{_libexecdir}/nm-l2tp-service
|
|
|
|
%{_libdir}/pppd/%{ppp_version}/nm-l2tp-pppd-plugin.so
|
|
|
|
%doc AUTHORS README.md NEWS
|
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
%files gnome
|
|
|
|
%{_libexecdir}/nm-l2tp-auth-dialog
|
|
|
|
%{_libdir}/NetworkManager/libnm-vpn-plugin-l2tp-editor.so
|
|
|
|
%{_datadir}/appdata/network-manager-l2tp.metainfo.xml
|
|
|
|
|
|
|
|
%if %with libnm_glib
|
|
|
|
%{_sysconfdir}/NetworkManager/VPN/nm-l2tp-service.name
|
|
|
|
%{_libdir}/NetworkManager/libnm-*-properties.so
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Tue Mar 20 2018 Douglas Kosovic <doug@uq.edu.au> - 1.2.10-2
|
|
|
|
- Drop NetworkManager-devel for rawhide
|
|
|
|
|
|
|
|
* Tue Mar 20 2018 Douglas Kosovic <doug@uq.edu.au> - 1.2.10-1
|
|
|
|
- Updated to 1.2.10 release
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Nov 30 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.2.8-4
|
|
|
|
- Drop libnm-glib for Fedora 28
|
|
|
|
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun Jul 23 2017 Douglas Kosovic <doug@uq.edu.au> - 1.2.8-1
|
|
|
|
- Updated to 1.2.8 release
|
|
|
|
- Replaced requires libreswan with weaker recommends libreswan,
|
|
|
|
allows uninstalling of libreswan if IPsec support isn't required
|
|
|
|
|
|
|
|
* Fri May 19 2017 Douglas Kosovic <doug@uq.edu.au> - 1.2.6-1
|
|
|
|
- Updated to 1.2.6 release
|
|
|
|
- Added %%check section
|
|
|
|
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sun Nov 20 2016 Douglas Kosovic <doug@uq.edu.au> - 1.2.4-1
|
|
|
|
- Update to 1.2.4 release
|
|
|
|
- Remove GTK dependency from base package (rh#1088677)
|
|
|
|
- Introduce new GTK-free VPN plugin base-library to nm-l2tp package
|
|
|
|
- Don't require nm-connection-editor anymore
|
|
|
|
- No need for --enable-more-warnings=yes configure switch anymore
|
|
|
|
|
|
|
|
* Mon May 16 2016 Douglas Kosovic <doug@uq.edu.au> - 1.2.2-1
|
|
|
|
- Updated to 1.2.2 release
|
|
|
|
- Added NetworkManager-l2tp-gnome RPM for GNOME files
|
|
|
|
- Updated BuildRequires, Requires, URL and Source
|
|
|
|
- Replaced filter_provides macro with newer macros
|
|
|
|
|
|
|
|
* Sat Apr 23 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-1
|
|
|
|
- Update to 1.2.0 release
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-0.3.20151023git3239062
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Oct 27 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.2.20151023git3239062
|
|
|
|
- Fix el7 build
|
|
|
|
|
|
|
|
* Fri Oct 23 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.2.0-0.1.20151023git3239062
|
|
|
|
- Update to 1.2 git snapshot with libnm-based properties plugin
|
|
|
|
|
|
|
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Aug 12 2014 Kevin Fenzi <kevin@scrye.com> 0.9.8.7-2
|
|
|
|
- Rebuild for new ppp version.
|
|
|
|
|
|
|
|
* Thu Jul 31 2014 Ivan Romanov <drizt@land.ru> - 0.9.8.7-1
|
|
|
|
- updated to 0.9.8.7
|
|
|
|
|
|
|
|
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Apr 11 2014 Ivan Romanov <drizt@land.ru> - 0.9.8.6-2
|
|
|
|
- use ppp of any version
|
|
|
|
- dropped Groups tag
|
|
|
|
|
|
|
|
* Thu Feb 27 2014 Ivan Romanov <drizt@land.ru> - 0.9.8.6-1
|
|
|
|
- updated to 0.9.8.6
|
|
|
|
|
|
|
|
* Sun Jan 19 2014 Ivan Romanov <drizt@land.ru> - 0.9.8.5-1
|
|
|
|
- updated to 0.9.8.5
|
|
|
|
- dropped patches, went to upstream
|
|
|
|
|
|
|
|
* Mon Sep 23 2013 Ivan Romanov <drizt@land.ru> - 0.9.8-4
|
|
|
|
- added NetworkManager-l2tp-Check-var-run-pluto-ipsec-info patch (#887674)
|
|
|
|
|
|
|
|
* Mon Sep 23 2013 Ivan Romanov <drizt@land.ru> - 0.9.8-3
|
|
|
|
- added NetworkManager-l2tp-noccp-pppd-option patch (#887674)
|
|
|
|
|
|
|
|
* Fri Aug 02 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
* Mon Apr 1 2013 Ivan Romanov <drizt@land.ru> - 0.9.8-1
|
|
|
|
- a new upstream version
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Dec 25 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-5
|
|
|
|
- openswan is requires
|
|
|
|
|
|
|
|
* Tue Dec 25 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-4
|
|
|
|
- added openswan to BR
|
|
|
|
|
|
|
|
* Sat Dec 15 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-3
|
|
|
|
- fix F17 dependency error (rh #886773)
|
|
|
|
- added licensies explanations
|
|
|
|
|
|
|
|
* Mon Nov 26 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-2
|
|
|
|
- corrected License tag. Added LGPLv2+
|
|
|
|
- use only %%{buildroot}
|
|
|
|
- use %%config for configuration files
|
|
|
|
- removed unused scriptlets
|
|
|
|
- cleaned .spec file
|
|
|
|
- preserve timestamps when installing
|
|
|
|
- filtered provides for plugins
|
|
|
|
- droped zero-length changelog
|
|
|
|
- use %%global instead of %%define
|
|
|
|
|
|
|
|
* Mon Nov 19 2012 Ivan Romanov <drizt@land.ru> - 0.9.6-1
|
|
|
|
- initial version based on NetworkManager-pptp 1:0.9.3.997-3
|
|
|
|
|