Remove _builddir and useless condition on qubes_builder
This commit is contained in:
parent
329aed3460
commit
aba6f98cd9
@ -25,10 +25,6 @@ Requires: python3-qubesadmin
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%if 0%{?qubes_builder}
|
|
||||||
%define _builddir %(pwd)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package include managemt tools, like qvm-*.
|
This package include managemt tools, like qvm-*.
|
||||||
|
|
||||||
@ -66,14 +62,13 @@ Python3 module qubesadmin.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if !0%{?qubes_builder}
|
|
||||||
%setup -q
|
%setup -q
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make -C doc PYTHON=%{__python3} SPHINXBUILD=sphinx-build-%{python3_version} man
|
make -C doc PYTHON=%{__python3} SPHINXBUILD=sphinx-build-%{python3_version} man
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf build
|
rm -rf build
|
||||||
%make_install PYTHON=%{__python2}
|
%make_install PYTHON=%{__python2}
|
||||||
|
Loading…
Reference in New Issue
Block a user