Compare commits

..

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

4 changed files with 14 additions and 42 deletions

4
.gitignore vendored
View file

@ -1,3 +1,3 @@
/xwd-*.tar.bz2
/xwd-*.tar.xz*
/gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg
/xwd-1.0.9.tar.xz
/xwd-1.0.9.tar.xz.sig

View file

@ -1,19 +0,0 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: xwd.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 (xwd-1.0.10.tar.xz) = 93be318bbc3d305f7786c9964376536f990b7172d0800193573697442770cf7ca47ef20d869af0c365b894ef41cc8721fd0a6d6b439fd95bf9ebf7859e2d96d6
SHA512 (xwd-1.0.10.tar.xz.sig) = d469fac7314ee12964d03f9f537d60c5b34e3994b11da4ab6cabb9e96ff81d097cd30c3dfde2582467f32f5be10a369979a012c518d55b80f54903b111e4357c
SHA512 (gpgkey-3AB285232C46AE43D8E192F4DAB0F78EA6E7E2D2.gpg) = a2b4aef6f48a6d6bab50f72a23295c7be63a3e6880237f52b1983e7cfa8b2798b7e30883e4e3f09dd7b905f0eb2952ba8993f7ea9b0172266337822c9be951c0
SHA512 (xwd-1.0.9.tar.xz) = ae59661b05160f5658920fd79031b6b8548cb7bbfc734194edb0acef5c95f76b210ca4443e9506fc1a0cb9df47ee7c22948502971afe578b44c75aa2a1138d56
SHA512 (xwd-1.0.9.tar.xz.sig) = 07923628085da7da7322ef7878ed48b91b2fd8ae13f9c0c4b3b5b1f8de194ae65c26c3b4b1a209aeee85485522bbf7f4758b3c60a57dfd1fe58fdcc19bc01c54

View file

@ -1,24 +1,19 @@
Name: xwd
Version: 1.0.10
Version: 1.0.9
Release: %autorelease
Summary: Dump an X window to file
%global forgeurl https://gitlab.freedesktop.org/xorg/app/xwd
%global tag %{name}-%{version}
%forgemeta
License: MIT-open-group AND HPND-sell-variant
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: automake libtool
BuildRequires: gcc make
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xproto) >= 7.0.25
BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-apps < 7.7-31
%description
Xwd is an X Window System window dumping utility. Xwd allows X users to
@ -27,18 +22,15 @@ be read by various other X utilities for redisplay, printing, editing,
formatting, archiving, image processing, etc.
%prep
%gpgverify -k 2 -s 1 -d 0
%autosetup
%build
%meson
%meson_build
autoreconf -v --install
%configure --disable-silent-rules
%make_build
%install
%meson_install
%check
%meson_test
%make_install
%files
%license COPYING