From f87585c1b6200c30ccc5de2921659cc6a7ccdca7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:36:32 -0500 Subject: [PATCH] remove: qdl (#13232) (#13242) --- anda/tools/qdl/anda.hcl | 5 ---- anda/tools/qdl/qdl.spec | 55 -------------------------------------- anda/tools/qdl/update.rhai | 1 - 3 files changed, 61 deletions(-) delete mode 100644 anda/tools/qdl/anda.hcl delete mode 100644 anda/tools/qdl/qdl.spec delete mode 100644 anda/tools/qdl/update.rhai diff --git a/anda/tools/qdl/anda.hcl b/anda/tools/qdl/anda.hcl deleted file mode 100644 index e1f206aa1a..0000000000 --- a/anda/tools/qdl/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "qdl.spec" - } -} diff --git a/anda/tools/qdl/qdl.spec b/anda/tools/qdl/qdl.spec deleted file mode 100644 index ad779daed3..0000000000 --- a/anda/tools/qdl/qdl.spec +++ /dev/null @@ -1,55 +0,0 @@ -Name: qdl -Version: 2.7 -Release: 1%{?dist} -Summary: This tool communicates with USB devices of id 05c6:9008 to upload a flash loader and use this to flash images -URL: https://github.com/linux-msm/qdl -Source0: %url/archive/refs/tags/v%version.tar.gz -License: BSD-3-Clause -BuildRequires: meson -BuildRequires: gcc -BuildRequires: help2man -BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(libusb-1.0) -BuildRequires: pkgconfig(libzip) -BuildRequires: pkgconfig(cmocka) - -Packager: Owen Zimmerman - -%description -%{summary}. - -%prep -%autosetup -n qdl-%{version} - -%conf -%meson - -%build -%meson_build - -%install -%meson_install - -%files -%{_bindir}/qdl -%{_bindir}/qdl-ramdump -%{_bindir}/qdl-ks -%{_mandir}/man1/qdl.1.* -%{_mandir}/man1/qdl-ramdump.1.* -%{_mandir}/man1/qdl-ks.1.* - -%license LICENSE -%doc README.md - -%changelog -* Mon Jun 08 2026 Owen Zimmerman - 2.7-1 -- Update spec for 2.7 - -* Mon Feb 02 2026 Owen Zimmerman -- Switch to tagged versions - -* Wed Nov 26 2025 metcya -- Package manpages - -* Sun Nov 23 2025 Owen Zimmerman -- Initial commit diff --git a/anda/tools/qdl/update.rhai b/anda/tools/qdl/update.rhai deleted file mode 100644 index 635bdd7a96..0000000000 --- a/anda/tools/qdl/update.rhai +++ /dev/null @@ -1 +0,0 @@ -rpm.version(gh_tag("linux-msm/qdl")); \ No newline at end of file