|
|
|
@ -1,20 +1,21 @@
|
|
|
|
|
%define nm_version 1:0.7.996-2
|
|
|
|
|
%define nm_version 1:0.7.997
|
|
|
|
|
%define dbus_version 1.1
|
|
|
|
|
%define gtk2_version 2.10.0
|
|
|
|
|
%define ppp_version 2.4.5
|
|
|
|
|
%define shared_mime_version 0.16-3
|
|
|
|
|
|
|
|
|
|
%define git_snapshot .git20100120
|
|
|
|
|
%define snapshot .git20100411
|
|
|
|
|
%define realversion 0.8
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for pptp
|
|
|
|
|
Name: NetworkManager-pptp
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 0.7.997
|
|
|
|
|
Release: 3%{git_snapshot}%{?dist}
|
|
|
|
|
Version: 0.8.0
|
|
|
|
|
Release: 1%{snapshot}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
|
Source: %{name}-%{version}%{git_snapshot}.tar.bz2
|
|
|
|
|
Source: %{name}-%{realversion}%{snapshot}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -46,7 +47,7 @@ This package contains software for integrating PPTP VPN support with
|
|
|
|
|
the NetworkManager and the GNOME desktop.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%setup -q -n NetworkManager-pptp-%{realversion}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -103,12 +104,16 @@ fi
|
|
|
|
|
%{_libexecdir}/nm-pptp-service
|
|
|
|
|
%{_libdir}/pppd/2.*/nm-pptp-pppd-plugin.so
|
|
|
|
|
%{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.glade
|
|
|
|
|
%{_datadir}/applications/nm-pptp.desktop
|
|
|
|
|
%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-pptp-settings.png
|
|
|
|
|
#%{_datadir}/applications/nm-pptp.desktop
|
|
|
|
|
#%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-pptp-settings.png
|
|
|
|
|
%dir %{_datadir}/gnome-vpn-properties/pptp
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Feb 1 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.997-3.git20100120
|
|
|
|
|
* Sun Apr 11 2010 Dan Williams <dcbw@redhat.com> - 1:0.8.0-1
|
|
|
|
|
- Fix saving of MPPE security levels
|
|
|
|
|
- Updated translations
|
|
|
|
|
|
|
|
|
|
* Mon Feb 1 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.997-3.git20100120
|
|
|
|
|
- Really fix pppd plugin directory path
|
|
|
|
|
|
|
|
|
|
* Wed Jan 20 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.997-2.git20100120
|
|
|
|
|