chore (vala-nightly): use %conf (#11386) (#11479)

This commit is contained in:
Raboneko
2026-04-18 10:12:51 -05:00
committed by GitHub
parent 85e6023558
commit bc6433758e
@@ -138,12 +138,15 @@ cd %{real_name}-%{commit}
git checkout %{commit}
%build
%conf
cd %{real_name}-%{commit}
./autogen.sh --help
%configure
# Don't use rpath!
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
%build
cd %{real_name}-%{commit}
%make_build
%install