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 | 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. | ||||||
| 
 | 
 | ||||||
| @ -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 | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Frédéric Pierret
						Frédéric Pierret