From 85aaa2b881606aedfd8134755d1e31fcce4df560 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:09:34 -0500 Subject: [PATCH] chore (librda): update license tags and use %conf (#11290) (#11335) --- anda/lib/rda/librda.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/lib/rda/librda.spec b/anda/lib/rda/librda.spec index 49a5b19ecc..632562c14b 100644 --- a/anda/lib/rda/librda.spec +++ b/anda/lib/rda/librda.spec @@ -1,9 +1,9 @@ Name: librda Version: 0.0.5 -Release: 1%?dist +Release: 2%?dist Summary: Remote Desktop Awareness Shared Library Group: System Environment/Libraries -License: LGPL2.1+ or GPL3+ +License: LGPL-2.1-or-later AND GPL-3.0-or-later URL: https://github.com/ArcticaProject/librda Source0: %url/archive/refs/tags/%version.tar.gz Requires: glib2 glibc @@ -16,10 +16,12 @@ BuildRequires: clang gcc make autoconf libtool gettext-devel %prep %autosetup -%build +%conf autoupdate autoreconf -vfi %configure --disable-static --enable-x2go --enable-ogon + +%build %make_build %install