Imported from SRPM

This commit is contained in:
Sergey Zhemoitel 2020-10-29 17:38:55 +03:00
commit 1190220672
2 changed files with 37 additions and 0 deletions

2
.abf.yml Normal file
View file

@ -0,0 +1,2 @@
sources:
uefitool-0.28.0.tar.gz: 171a2006bd648532f6a1b1ccd2d9ad6d2c55d161

35
uefitool.spec Normal file
View file

@ -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}