forked from pool/NetworkManager
- Prepare the directory structure for the VPN modules. This is the directory we instruct VPN services to be installed to as part of pkg-config --variable vpnservicedir libnm. It is this fair that we also provide the directory layout. - Install RPM macros (macros.NetworkManager) as part of the -devel package for plugins to get the relevant variables to consume. OBS-URL: https://build.opensuse.org/request/show/799431 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager?expand=0&rev=381
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
# RPM macros for packages Paths declared by NetworkManager
|
|
#
|
|
###
|
|
#
|
|
###
|
|
|
|
# To be consumed by NetworkManager-[VPN] modules
|
|
%_vpnservicedir %(pkg-config --define-variable prefix='%{_prefix}' --variable vpnservicedir libnm)
|