gtk: attempt to fix rpmspec
This commit is contained in:
12
gtk/dist/rpm/kordophone.spec
vendored
12
gtk/dist/rpm/kordophone.spec
vendored
@@ -4,7 +4,8 @@ Release: 1%{?dist}
|
||||
Summary: GTK4/Libadwaita client for Kordophone
|
||||
|
||||
License: GPL
|
||||
URL: https://git.sr.ht/~buzzert/kordophone-2-gtk
|
||||
URL: https://code.buzzert.dev/buzzert/Kordophone
|
||||
Source0: https://code.buzzert.dev/buzzert/Kordophone/archive/master.tar.gz
|
||||
|
||||
BuildRequires: meson >= 0.56.0
|
||||
BuildRequires: vala
|
||||
@@ -26,14 +27,9 @@ Requires: kordophoned >= 1.0.0
|
||||
%description
|
||||
A GTK4/Libadwaita Linux Client for the Kordophone client daemon.
|
||||
|
||||
%prep
|
||||
if [ ! -d .git ]; then
|
||||
git clone --bare https://git.sr.ht/~buzzert/kordophone-2-gtk .git
|
||||
git config --local --bool core.bare false
|
||||
git reset --hard
|
||||
fi
|
||||
|
||||
%build
|
||||
pwd
|
||||
cd gtk
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user