Added BuildRequires and build macros to qmgr.spec to satisfy build dependencies.
This commit is contained in:
parent
eca7fab65b
commit
d938a69b2e
@ -12,6 +12,7 @@ Vendor: Invisible Things Lab
|
|||||||
License: GPL
|
License: GPL
|
||||||
URL: http://fixme
|
URL: http://fixme
|
||||||
Requires: python, PyQt4, qubes-core-dom0 >= 1.0.3, kdebase
|
Requires: python, PyQt4, qubes-core-dom0 >= 1.0.3, kdebase
|
||||||
|
BuildRequires: PyQt4-devel
|
||||||
AutoReq: 0
|
AutoReq: 0
|
||||||
|
|
||||||
%define _builddir %(pwd)
|
%define _builddir %(pwd)
|
||||||
@ -19,8 +20,10 @@ AutoReq: 0
|
|||||||
%description
|
%description
|
||||||
The Graphical Qubes VM Manager.
|
The Graphical Qubes VM Manager.
|
||||||
|
|
||||||
%install
|
%build
|
||||||
|
make res
|
||||||
|
|
||||||
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/bin/
|
mkdir -p $RPM_BUILD_ROOT/usr/bin/
|
||||||
cp qubes-manager $RPM_BUILD_ROOT/usr/bin
|
cp qubes-manager $RPM_BUILD_ROOT/usr/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user