You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
730 B
23 lines
730 B
%cargo_cbuild %{shrink:\
|
|
%{__cargo} cbuild \
|
|
%{__cargo_common_opts} \
|
|
--release \
|
|
--destdir=%{buildroot} \
|
|
--prefix=%{_prefix} \
|
|
--libdir=%{_libdir} \
|
|
--includedir=%{_includedir} \
|
|
--pkgconfigdir=%{_libdir}/pkgconfig \
|
|
}
|
|
|
|
%cargo_cinstall %{shrink:\
|
|
%{__cargo} cinstall \
|
|
%{__cargo_common_opts} \
|
|
--release \
|
|
--destdir=%{buildroot} \
|
|
--prefix=%{_prefix} \
|
|
--libdir=%{_libdir} \
|
|
--includedir=%{_includedir} \
|
|
--pkgconfigdir=%{_libdir}/pkgconfig \
|
|
}
|
|
|