added sig source file, rebuilt with meson build system
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
This commit is contained in:
parent
323e9b4679
commit
38264dffaf
3 changed files with 15 additions and 13 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/xkill-*.tar.xz
|
||||
/xkill-*.tar.xz*
|
||||
/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1,3 @@
|
|||
SHA512 (xkill-1.0.7.tar.xz) = af5444da74b2af45dabd093e74b4c2e906c4742593067b6fecced6593a27b2b493e868e91672ffc17571851621b4e6716741d2eb91c5459c5bcf9867d4812d9a
|
||||
SHA512 (xkill-1.0.7.tar.xz.sig) = e6100ec63d6f013a28d45a4cdecfd24c78f23300453ef32199336b0d819dba0dce34bac0e6a0254365c808259e787ab1ea85e59d86516501599769f887f27206
|
||||
SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = 8f1042fc1ff6c68909b07f4c3b078304a6e5c7b0f32145930f6da253565bae1da4bb432c052c913dbb6854f0749a6b8746bbb1b5a52c82bbea15e17d01e3b6d1
|
||||
|
|
|
|||
23
xkill.spec
23
xkill.spec
|
|
@ -6,16 +6,15 @@ Summary: Utility to force-close an X client's connection
|
|||
License: MIT-open-group
|
||||
URL: https://www.x.org
|
||||
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
||||
Source1: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz.sig
|
||||
Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
|
||||
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: make
|
||||
BuildRequires: gpgverify
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
|
||||
Obsoletes: xorg-x11-server-utils < 7.7-40
|
||||
BuildRequires: pkgconfig(xmuu)
|
||||
BuildRequires: pkgconfig(xproto) >= 7.0.22
|
||||
|
||||
%description
|
||||
xkill is a utility for forcing the X server to close connections to
|
||||
|
|
@ -23,18 +22,18 @@ clients. This program is very dangerous, but is useful for aborting
|
|||
programs that have displayed undesired windows on a user's screen.
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
autoreconf -v --install
|
||||
%configure --disable-silent-rules
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%make_build check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue