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

This commit is contained in:
Raboneko
2026-04-18 10:12:40 -05:00
committed by GitHub
parent 2eb067196c
commit a0ec7b2176
@@ -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