Merge remote-tracking branch 'qubesos/pr/86'

* qubesos/pr/86:
  spec.in: change to 'noarch' rpm package
  spec.in: add changelog placeholder
  Create .spec.in and Source0
This commit is contained in:
Marek Marczykowski-Górecki 2018-04-07 12:38:52 +02:00
commit 9f34e058d0
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -1,10 +1,8 @@
%{!?version: %define version %(cat version)}
Name: qubes-manager
Version: %{version}
Version: @VERSION@
Release: 1%{?dist}
Summary: The Graphical Qubes VM Manager.
BuildArch: noarch
Group: Qubes
Vendor: Invisible Things Lab
License: GPL
@ -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
@ -120,3 +121,6 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/applications/qubes-backup.desktop
/usr/share/applications/qubes-backup-restore.desktop
/usr/share/applications/qubes-qube-manager.desktop
%changelog
@CHANGELOG@