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

This commit is contained in:
Raboneko
2026-04-17 12:59:57 -05:00
committed by GitHub
parent 03d2cd7f98
commit bdee59754f
+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