Update to 1.2.6 release

epel8
Thomas Haller 7 years ago
parent 98807136fe
commit 1445a385c8

1
.gitignore vendored

@ -23,3 +23,4 @@ NetworkManager-pptp-0.8.1.tar.bz2
/NetworkManager-pptp-1.2.2.tar.xz /NetworkManager-pptp-1.2.2.tar.xz
/NetworkManager-pptp-1.2.3-dev-67-g9d5d87f.tar.xz /NetworkManager-pptp-1.2.3-dev-67-g9d5d87f.tar.xz
/NetworkManager-pptp-1.2.4.tar.xz /NetworkManager-pptp-1.2.4.tar.xz
/NetworkManager-pptp-1.2.6.tar.xz

@ -8,8 +8,8 @@
Summary: NetworkManager VPN plugin for PPTP Summary: NetworkManager VPN plugin for PPTP
Name: NetworkManager-pptp Name: NetworkManager-pptp
Epoch: 1 Epoch: 1
Version: 1.2.4 Version: 1.2.6
Release: 6%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://www.gnome.org/projects/NetworkManager/ URL: http://www.gnome.org/projects/NetworkManager/
Group: System Environment/Base Group: System Environment/Base
@ -17,16 +17,18 @@ Source0: https://download.gnome.org/sources/NetworkManager-pptp/1.2/%{name}-%{
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad) %global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
BuildRequires: glib2-devel
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
BuildRequires: NetworkManager-devel
BuildRequires: NetworkManager-glib-devel >= 1:1.2.0
BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0 BuildRequires: NetworkManager-libnm-devel >= 1:1.2.0
BuildRequires: glib2-devel BuildRequires: libnma-devel >= 1.2.0
BuildRequires: ppp-devel BuildRequires: ppp-devel
BuildRequires: libtool intltool gettext BuildRequires: libtool intltool gettext
BuildRequires: libsecret-devel BuildRequires: libsecret-devel
%if %with libnm_glib
BuildRequires: NetworkManager-devel
BuildRequires: NetworkManager-glib-devel >= 1:1.2.0
BuildRequires: libnm-gtk-devel >= 0.9 BuildRequires: libnm-gtk-devel >= 0.9
BuildRequires: libnma-devel >= 1.2.0 %endif
Requires: dbus Requires: dbus
Requires: NetworkManager >= 1:1.2.0 Requires: NetworkManager >= 1:1.2.0
@ -57,7 +59,7 @@ the PPTP server with NetworkManager (GNOME files).
%configure \ %configure \
--disable-static \ --disable-static \
%if %without libnm_glib %if %without libnm_glib
--without-libnm-glib \ --without-libnm-glib \
%endif %endif
--enable-more-warnings=yes \ --enable-more-warnings=yes \
--with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \ --with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
@ -87,8 +89,6 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
%files -n NetworkManager-pptp-gnome %files -n NetworkManager-pptp-gnome
%{_libexecdir}/nm-pptp-auth-dialog %{_libexecdir}/nm-pptp-auth-dialog
%{_libdir}/NetworkManager/libnm-vpn-plugin-pptp-editor.so %{_libdir}/NetworkManager/libnm-vpn-plugin-pptp-editor.so
%dir %{_datadir}/gnome-vpn-properties/pptp
%{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.ui
%{_datadir}/appdata/network-manager-pptp.metainfo.xml %{_datadir}/appdata/network-manager-pptp.metainfo.xml
%if %with libnm_glib %if %with libnm_glib
@ -98,6 +98,9 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
%changelog %changelog
* Thu Mar 29 2018 Thomas Haller <thaller@redhat.com> - 1.2.6-1
- Update to 1.2.6 release
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.4-6 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
a05b36c92870e2e248c0c75b2c7ef577 NetworkManager-pptp-1.2.4.tar.xz SHA512 (NetworkManager-pptp-1.2.6.tar.xz) = aaa74eba949a93a132ebb956bfec46f8cf7b9807cf984a1fd8c4f71a252709d9e2b144cd7b4ce1f560501056c758f028eeb2c53d5cccaa79f8dc6b9d595763f8

Loading…
Cancel
Save