Damjan Marion | 4a6cb83 | 2018-09-18 18:41:38 +0200 | [diff] [blame] | 1 | %define _install_dir /opt/vpp/external/%(uname -m) |
Damjan Marion | 561f273 | 2018-09-21 12:27:45 +0200 | [diff] [blame] | 2 | %define _make_args -C ../.. BUILD_DIR=%{_topdir}/tmp INSTALL_DIR=%{buildroot}%{_install_dir} |
Damjan Marion | 4a6cb83 | 2018-09-18 18:41:38 +0200 | [diff] [blame] | 3 | |
| 4 | Name: vpp-ext-deps |
| 5 | Version: %{_version} |
| 6 | Release: %{_release} |
| 7 | Summary: VPP development package with external dependencies |
| 8 | License: BSD |
| 9 | |
| 10 | %description |
| 11 | VPP development package with external dependencies |
| 12 | |
| 13 | %install |
| 14 | make %{_make_args} config |
| 15 | make %{_make_args} install |
Damjan Marion | 561f273 | 2018-09-21 12:27:45 +0200 | [diff] [blame] | 16 | export QA_SKIP_BUILD_ROOT=1 |
Damjan Marion | 4a6cb83 | 2018-09-18 18:41:38 +0200 | [diff] [blame] | 17 | |
| 18 | %files |
| 19 | %{_install_dir} |