Create .spec.in and Source0
This commit is contained in:
parent
efa3de0171
commit
ac83f0a82f
@ -1,7 +1,5 @@
|
||||
%{!?version: %define version %(cat version)}
|
||||
|
||||
Name: qubes-manager
|
||||
Version: %{version}
|
||||
Version: @VERSION@
|
||||
Release: 1%{?dist}
|
||||
Summary: The Graphical Qubes VM Manager.
|
||||
|
||||
@ -23,11 +21,14 @@ BuildRequires: python3-devel
|
||||
BuildRequires: qt-devel
|
||||
AutoReq: 0
|
||||
|
||||
%define _builddir %(pwd)
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
The Graphical Qubes VM Manager.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
make ui res translations
|
||||
make python
|
Loading…
Reference in New Issue
Block a user