Skip to content

Commit

Permalink
fixup! MNT: Add RPM spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Dec 19, 2024
1 parent ef583d0 commit 545a11a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packaging/copr-rpm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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}

Expand Down

0 comments on commit 545a11a

Please sign in to comment.