Compare commits
No commits in common. "rawhide" and "f43" have entirely different histories.
4 changed files with 16 additions and 38 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/xlsclients-*.tar.*
|
||||
/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
|
||||
/xlsclients-.*.tar.bz2
|
||||
/xlsclients-1.1.5.tar.xz
|
||||
/xlsclients-1.1.5.tar.xz.sig
|
||||
|
|
|
|||
19
.packit.yaml
19
.packit.yaml
|
|
@ -1,19 +0,0 @@
|
|||
# See the documentation for more information:
|
||||
# https://packit.dev/docs/configuration/
|
||||
|
||||
specfile_path: xlsclients.spec
|
||||
|
||||
copy_upstream_release_description: false
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_committers: ['packit','all_admins']
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
5
sources
5
sources
|
|
@ -1,3 +1,2 @@
|
|||
SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = 8f1042fc1ff6c68909b07f4c3b078304a6e5c7b0f32145930f6da253565bae1da4bb432c052c913dbb6854f0749a6b8746bbb1b5a52c82bbea15e17d01e3b6d1
|
||||
SHA512 (xlsclients-1.1.6.tar.xz.sig) = 94589b7ef35d02dc8599b2f611805e04c89ec6d971d8dc9a5e16d8cc83bf1ed95d4ff45b381cd3911a2ef9d02e543422fdb6fa4073e49833b4a827fdcb6171f4
|
||||
SHA512 (xlsclients-1.1.6.tar.xz) = bc330df0f56aa2c732a6d251494280839eb6a7c085e138e2f1d484e2ae580cdb562e1efb71257fa277f7a69f8a22317ef8419c5755661ed5155ea428a550a513
|
||||
SHA512 (xlsclients-1.1.5.tar.xz) = 3896643378603876438772475e89ad5c066f98c16593245db5fa066418ff793798247f976d2bf7aa401d2590fc9807b80c9758bcbcc91566f02ceb856d9702bf
|
||||
SHA512 (xlsclients-1.1.5.tar.xz.sig) = 76ccd8989e0fe36c2d28f635fb64c2293953614d6cba847d855edaa9d6c7ba8bfdf3335311144a1dd7b9ba9cf1d420ad1b0121cd146f67fcf6669e688a0506d9
|
||||
|
|
|
|||
|
|
@ -1,34 +1,31 @@
|
|||
Summary: X client list utility
|
||||
Name: xlsclients
|
||||
Version: 1.1.6
|
||||
Version: 1.1.5
|
||||
Release: %autorelease
|
||||
License: MIT
|
||||
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: gcc
|
||||
BuildRequires: gpgverify
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(xcb) >= 1.6
|
||||
BuildRequires: make
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
||||
Obsoletes: xorg-x11-utils < 7.5-39
|
||||
|
||||
%description
|
||||
xlsclients lists the names of the clients currently connected to an X server.
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue