From d938a69b2eec2d7b2dcfd6ea0eabec10372fce3f Mon Sep 17 00:00:00 2001 From: Bruce Downs Date: Sat, 15 May 2010 22:31:36 -0600 Subject: [PATCH] Added BuildRequires and build macros to qmgr.spec to satisfy build dependencies. --- rpm_spec/qmgr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rpm_spec/qmgr.spec b/rpm_spec/qmgr.spec index d561d11..34b22a7 100644 --- a/rpm_spec/qmgr.spec +++ b/rpm_spec/qmgr.spec @@ -12,15 +12,18 @@ Vendor: Invisible Things Lab License: GPL URL: http://fixme Requires: python, PyQt4, qubes-core-dom0 >= 1.0.3, kdebase -AutoReq: 0 +BuildRequires: PyQt4-devel +AutoReq: 0 %define _builddir %(pwd) %description The Graphical Qubes VM Manager. -%install +%build +make res +%install mkdir -p $RPM_BUILD_ROOT/usr/bin/ cp qubes-manager $RPM_BUILD_ROOT/usr/bin