chore (libunity-misc): use %conf (#11426) (#11448)

This commit is contained in:
Raboneko
2026-04-17 21:39:08 -05:00
committed by GitHub
parent 6b709d762a
commit a6d5a79a3f
@@ -32,14 +32,17 @@ developing applications that use %{name}.
%prep
%autosetup -n libunity-misc-%{version}+14.04.20140115
%conf
find ./ -type f -exec sed -i 's/-Werror//' {} \;
NOCONFIGURE=1 \
./autogen.sh
%build
%configure \
--disable-silent-rules \
--disable-static
%build
%make_build
%install