f437d37020
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ninja-build#c54cdbce63d9d8ca3dff9b24ef0d9136c8102b02
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
%__ninja %{_bindir}/ninja
|
|
%__ninja_common_opts -v %{?_smp_mflags}
|
|
|
|
%ninja_build \
|
|
%{__ninja} %{__ninja_common_opts}
|
|
|
|
%ninja_install \
|
|
DESTDIR=%{buildroot} %{__ninja} install %{__ninja_common_opts}
|
|
|
|
%ninja_test \
|
|
%{__ninja} test %{__ninja_common_opts}
|