Skip to content

Commit

Permalink
Set RPM compression to XZ
Browse files Browse the repository at this point in the history
  • Loading branch information
direc85 committed Sep 30, 2023
1 parent 75f281c commit 5c90a37
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rpm/toeterm.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Name: toeterm

%{!?qtc_qmake:%define qtc_qmake %qmake}
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
%{!?qtc_make:%define qtc_make make}
%{?qtc_builddir:%define _builddir %qtc_builddir}

# Targets 4.5 and newer default to Zstd RPM compression,
# which is not supported on 4.4 and older
%define _source_payload w6.xzdio
%define _binary_payload w6.xzdio

Name: toeterm
Summary: A terminal emulator with a custom virtual keyboard
# Update .pro file too
Version: 1.9.15
Expand Down

0 comments on commit 5c90a37

Please sign in to comment.