Name: qdl Version: 0.0.git.365.19ac4423 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#19ac4423a235973d440c285e3c0143a836eb97a0: Source: qdl-19ac4423.tar.gz BuildRequires: gcc BuildRequires: git-core BuildRequires: meson BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(libzip) 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