Name: qdl Version: 0.0.git.363.5d33f150 Release: 1%{?dist} Summary: Tool for communicating with Qualcomm EDL mode License: BSD-3-Clause URL: https://github.com/linux-msm/qdl VCS: git+https://gitlab.com/shawn_doherty/qdl.git#5d33f150ea23c138945fbcc7051f7da0306c5d24: Source: qdl-5d33f150.tar.gz BuildRequires: gcc BuildRequires: meson BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: help2man %description QDL is a tool for communicating with Qualcomm EDL (Emergency Download) mode USB devices. It allows uploading a flash loader and using it to flash images to Qualcomm-based devices. The package includes three utilities: - qdl: Main tool for flashing Qualcomm devices - qdl-ramdump: Tool for extracting ramdumps from devices - ks: Kickstart utility %prep %setup -T -b 0 -q -n qdl %build %meson %meson_build %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/qdl %{_bindir}/qdl-ramdump %{_bindir}/qdl-ks %{_mandir}/man1/qdl.1* %{_mandir}/man1/qdl-ramdump.1* %{_mandir}/man1/qdl-ks.1* %changelog