Name: qdl Version: 0.0.git.310.d6ed613a 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#d6ed613a8f82dd046700d564c4d7c0924a0a33b4: Source: qdl-d6ed613a.tar.gz BuildRequires: gcc BuildRequires: make 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 %make_build %install %make_install prefix=%{_prefix} %files %license LICENSE %doc README.md %{_bindir}/qdl %{_bindir}/qdl-ramdump %{_bindir}/ks %changelog