Name: qdl Version: 0.0.git.364.ddacb0b2 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#ddacb0b2f0dcd020aa13f23cbb35308e484c1342: Source: qdl-ddacb0b2.tar.gz BuildRequires: gcc BuildRequires: git-core 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