From 545a11aacc7a11d8e50cceea7bd1b684a41c70ef Mon Sep 17 00:00:00 2001 From: Kernc Date: Wed, 12 Oct 2022 16:04:40 +0200 Subject: [PATCH] fixup! MNT: Add RPM spec --- packaging/copr-rpm.spec | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packaging/copr-rpm.spec b/packaging/copr-rpm.spec index 8cebc98..f2d36c7 100644 --- a/packaging/copr-rpm.spec +++ b/packaging/copr-rpm.spec @@ -3,7 +3,7 @@ %global module_name efck Name: %{app_name} -Version: %{app_version} +Version: 1.0rc1 Release: 1%{?dist} Summary: Emoji filter / Unicode chat keyboard License: AGPLv3 @@ -22,10 +22,6 @@ Upon activation, it 'pastes' your selection into the previously active %description %_description - -%package -n %{app_name} -Summary: %{summary} - %py_provides python3-%{module_name} Requires: (python3-pyqt6 or python3-qt5) @@ -34,8 +30,6 @@ Recommends: xdotool if xorg-x11-server-Xorg Recommends: ydotool Recommends: python3dist(unicodedata2) -%description -n %{app_name} %_description - %prep %autosetup -n %{app_name}-%{version}