mirror of
https://abf.rosa.ru/djam/uefitool.git
synced 2025-02-23 04:52:46 +00:00
Imported from SRPM
This commit is contained in:
commit
1190220672
2 changed files with 37 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
sources:
|
||||||
|
uefitool-0.28.0.tar.gz: 171a2006bd648532f6a1b1ccd2d9ad6d2c55d161
|
35
uefitool.spec
Normal file
35
uefitool.spec
Normal 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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue