commit 119022067257e9ae7875f16c089c5ee79da47f52 Author: Sergey Zhemoitel Date: Thu Oct 29 17:38:55 2020 +0300 Imported from SRPM diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..98ef6c5 --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + uefitool-0.28.0.tar.gz: 171a2006bd648532f6a1b1ccd2d9ad6d2c55d161 diff --git a/uefitool.spec b/uefitool.spec new file mode 100644 index 0000000..03b3115 --- /dev/null +++ b/uefitool.spec @@ -0,0 +1,35 @@ +%define oname UEFITool + +Name: uefitool +Version: 0.28.0 +Release: 1 +Summary: UEFI firmware image viewer and editor +URL: https://github.com/LongSoft/%{oname} +Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +License: BSD +Group: Development/Other +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(xext) + +%description +%{summary} + +%prep +%setup -qn %{oname}-%{version} + +%build +#./unixbuild.sh +qmake-qt5 +%make + +%install +install -Dm0755 %{oname} %{buildroot}%{_bindir}/%{name} + +%files +%doc README.rst LICENSE.md +%{_bindir}/%{name} +