Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9748ca6c4 | ||
|
|
a167d09cb1 | ||
|
|
e67077d534 | ||
|
|
311dd8c463 | ||
|
|
e262ca0e5e |
4 changed files with 39 additions and 16 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
/xwininfo-1.1.5.tar.bz2
|
||||
/xwininfo-1.1.6.tar.xz
|
||||
/xwininfo-1.1.6.tar.xz.sig
|
||||
/xwininfo-*.tar.xz*
|
||||
/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
|
||||
|
|
|
|||
19
.packit.yaml
Normal file
19
.packit.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
|
||||
5
sources
5
sources
|
|
@ -1,2 +1,3 @@
|
|||
SHA512 (xwininfo-1.1.6.tar.xz) = c6df4ed3dcf97772450612f2786ecab8313a43bb78e0b8020cc9ec228b3f466f55090313ad02c8159a73a6892d117322ad85e28d9d76e38bb84c9750712c20bc
|
||||
SHA512 (xwininfo-1.1.6.tar.xz.sig) = 71751db06a248720fcc795350b5da26a04e81d642ec3491865582bf6a9a91aee7e25b6949dfdfe392f0f6292bda96a3529e51b54a0d33e2fd47266571e30a354
|
||||
SHA512 (xwininfo-1.1.7.tar.xz) = 116e53bdd5c40b6162e98057fc1c7981a4c4fb894adeb31197984d5408489195f9eb621635036e17194f4e50c7eed9e3624d044cab14b975988200f6883b9a66
|
||||
SHA512 (xwininfo-1.1.7.tar.xz.sig) = 64ce28260f23ad7b7baedddb45b27aeb7b19b6e2c9683960ce5abecf0e0972969502da704f395cde0c82e61358e586170ff5dd719240284c5865501c470e1020
|
||||
SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0
|
||||
|
|
|
|||
|
|
@ -1,32 +1,36 @@
|
|||
Summary: X window info utility
|
||||
Name: xwininfo
|
||||
Version: 1.1.6
|
||||
Version: 1.1.7
|
||||
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: make
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: libtool
|
||||
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(x11)
|
||||
|
||||
Obsoletes: xorg-x11-utils < 7.5-39
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-shape)
|
||||
|
||||
%description
|
||||
xwininfo prints information about an X11 window.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%{gpgverify} --keyring=%{SOURCE2} --signature=%{SOURCE1} --data=%{SOURCE0}
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue