Use RPM macros everywhere

epel10 imports/epel10/rubberband-3.3.0-8.el10
Simone Caronni 3 months ago
parent 545a484095
commit f206e8cb9d

@ -57,8 +57,8 @@ developing applications that use %{name}.
%install
%meson_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.a
find %{buildroot} -name '*.la' -exec rm -f {} ';'
rm -rf %{buildroot}%{_libdir}/*.a
%if %{with check}

Loading…
Cancel
Save