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:
		
						commit
						9f34e058d0
					
				| @ -1,10 +1,8 @@ | |||||||
| %{!?version: %define version %(cat version)} |  | ||||||
| 
 |  | ||||||
| Name:		qubes-manager | Name:		qubes-manager | ||||||
| Version:	%{version} | Version:	@VERSION@ | ||||||
| Release:	1%{?dist} | Release:	1%{?dist} | ||||||
| Summary:	The Graphical Qubes VM Manager. | Summary:	The Graphical Qubes VM Manager. | ||||||
| 
 | BuildArch:	noarch | ||||||
| Group:		Qubes | Group:		Qubes | ||||||
| Vendor:		Invisible Things Lab | Vendor:		Invisible Things Lab | ||||||
| License:	GPL | License:	GPL | ||||||
| @ -23,11 +21,14 @@ BuildRequires:	python3-devel | |||||||
| BuildRequires:	qt-devel | BuildRequires:	qt-devel | ||||||
| AutoReq:	0 | AutoReq:	0 | ||||||
| 
 | 
 | ||||||
| %define _builddir %(pwd) | Source0: %{name}-%{version}.tar.gz | ||||||
| 
 | 
 | ||||||
| %description | %description | ||||||
| The Graphical Qubes VM Manager. | The Graphical Qubes VM Manager. | ||||||
| 
 | 
 | ||||||
|  | %prep | ||||||
|  | %setup -q | ||||||
|  | 
 | ||||||
| %build | %build | ||||||
| make ui res translations | make ui res translations | ||||||
| make python | make python | ||||||
| @ -120,3 +121,6 @@ rm -rf $RPM_BUILD_ROOT | |||||||
| /usr/share/applications/qubes-backup.desktop | /usr/share/applications/qubes-backup.desktop | ||||||
| /usr/share/applications/qubes-backup-restore.desktop | /usr/share/applications/qubes-backup-restore.desktop | ||||||
| /usr/share/applications/qubes-qube-manager.desktop | /usr/share/applications/qubes-qube-manager.desktop | ||||||
|  | 
 | ||||||
|  | %changelog | ||||||
|  | @CHANGELOG@ | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marek Marczykowski-Górecki
						Marek Marczykowski-Górecki