chore (click): use proper license identifier, use %conf (#11294)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Owen Zimmerman
2026-04-17 12:51:06 -05:00
committed by GitHub
parent e60c7f879c
commit d140181653
+5 -3
View File
@@ -4,9 +4,9 @@
Name: click
Version: 0.5.2
Release: 2%?dist
Release: 3%?dist
Summary: An app building method
License: LGPL-3.0
License: LGPL-3.0-or-later
URL: https://gitlab.com/ubports/development/core/click
Source0: %{url}/-/archive/%commit/click-%commit.tar.gz
@@ -58,12 +58,14 @@ Provides HTML and Manpage (documentation) for Click.
%prep
%autosetup -n click-%commit
%build
%conf
NOCONFIGURE=1 \
./autogen.sh
export CFLAGS="$CFLAGS -Wno-implicit-function-declaration"
%configure
%build
%make_build
%install