Compare commits

..

No commits in common. "rawhide" and "f44" have entirely different histories.

4 changed files with 16 additions and 39 deletions

5
.gitignore vendored
View file

@ -1,2 +1,3 @@
/xwininfo-*.tar.xz*
/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
/xwininfo-1.1.5.tar.bz2
/xwininfo-1.1.6.tar.xz
/xwininfo-1.1.6.tar.xz.sig

View file

@ -1,19 +0,0 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: xwininfo.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

View file

@ -1,3 +1,2 @@
SHA512 (xwininfo-1.1.7.tar.xz) = 116e53bdd5c40b6162e98057fc1c7981a4c4fb894adeb31197984d5408489195f9eb621635036e17194f4e50c7eed9e3624d044cab14b975988200f6883b9a66
SHA512 (xwininfo-1.1.7.tar.xz.sig) = 64ce28260f23ad7b7baedddb45b27aeb7b19b6e2c9683960ce5abecf0e0972969502da704f395cde0c82e61358e586170ff5dd719240284c5865501c470e1020
SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0
SHA512 (xwininfo-1.1.6.tar.xz) = c6df4ed3dcf97772450612f2786ecab8313a43bb78e0b8020cc9ec228b3f466f55090313ad02c8159a73a6892d117322ad85e28d9d76e38bb84c9750712c20bc
SHA512 (xwininfo-1.1.6.tar.xz.sig) = 71751db06a248720fcc795350b5da26a04e81d642ec3491865582bf6a9a91aee7e25b6949dfdfe392f0f6292bda96a3529e51b54a0d33e2fd47266571e30a354

View file

@ -1,36 +1,32 @@
Summary: X window info utility
Name: xwininfo
Version: 1.1.7
Version: 1.1.6
Release: %autorelease
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
Source1: https://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.xz.sig
Source2: gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
BuildRequires: gcc
BuildRequires: gnupg2
BuildRequires: meson
BuildRequires: make
BuildRequires: gettext-devel
BuildRequires: libtool
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-shape)
Obsoletes: xorg-x11-utils < 7.5-39
%description
xwininfo prints information about an X11 window.
%prep
%{gpgverify} --keyring=%{SOURCE2} --signature=%{SOURCE1} --data=%{SOURCE0}
%autosetup
%setup -q
%build
%meson
%meson_build
%configure
%make_build
%install
%meson_install
%check
%meson_test
%make_install
%files
%license COPYING