mirror of
https://abf.rosa.ru/djam/uefitool.git
synced 2025-02-23 04:52:46 +00:00
36 lines
675 B
RPMSpec
36 lines
675 B
RPMSpec
|
%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}
|
||
|
|