|
|
|
@ -14,7 +14,7 @@ Release: 10%{svn_snapshot}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
Patch: NetworkManager-openvpn-0.7.0-name-file-generation.patch
|
|
|
|
|
Patch0: NetworkManager-openvpn-0.7.0-name-file-generation.patch
|
|
|
|
|
# How to build the source package:
|
|
|
|
|
# - Check out NetworkManager from Gnome SVN, currently trunk is used
|
|
|
|
|
# - cd NetworkManager/vpn-daemons/openvpn
|
|
|
|
@ -57,7 +57,7 @@ with NetworkManager and the GNOME desktop.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
%patch -p1 -b .buildroot
|
|
|
|
|
%patch0 -b .namefix
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
if [ ! -f configure ]; then
|
|
|
|
|