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

This commit is contained in:
Raboneko
2026-04-17 21:39:48 -05:00
committed by GitHub
parent 6f5439a3d7
commit 9c78260326
@@ -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