diff --git a/.gitignore b/.gitignore index 8c6c151..e27c4ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /xmag-*.tar.bz2 +/xmag-1.0.7.tar.xz +/xmag-1.0.7.tar.xz.sig +/xmag-1.0.8.tar.xz +/xmag-1.0.8.tar.xz.sig diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..f126b62 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,15 @@ +--- !Policy +product_versions: + - fedora-rawhide +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} diff --git a/gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg b/gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg new file mode 100644 index 0000000..12f43ea Binary files /dev/null and b/gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg differ diff --git a/sources b/sources index fb17037..43ef502 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (xmag-1.0.6.tar.bz2) = 98f3c8e0c58f31cd4f1736ba9c5cd68dba3b2e2de6191988de8ae3e91b1d310803461840189ad56be45ee57c9ca05a2c63544a49b02ce6f79f2ebc14c59613de +SHA512 (xmag-1.0.8.tar.xz) = d4dbf6bf60a5a3ac88309cdc8f07284a20bd3b044795cd54e002ee5956fa317a09e5f21a9469a6fd9a786f109d8592d8b8e5128ac86850391a6445ccc1f7a11c +SHA512 (xmag-1.0.8.tar.xz.sig) = 52f1e6f497d78bb68ba3d8754986a4d02dd4aade018fa6e2366d4b988559b2eadb31c2b3b37080f1bcf8fa8e44fc7cb5d8a75a35aa61f834f8e7fb5e0f40db81 diff --git a/xmag.spec b/xmag.spec index 7b9731b..34324a2 100644 --- a/xmag.spec +++ b/xmag.spec @@ -1,31 +1,68 @@ Name: xmag -Version: 1.0.6 -Release: 2%{?dist} +Version: 1.0.8 +Release: 6%{?dist} Summary: Display a magnified snapshot of an X11 screen - -License: MIT -URL: https://www.x.org -Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.bz2 - -BuildRequires: automake libtool -BuildRequires: gcc make -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xmu) -BuildRequires: pkgconfig(xt) +# COPYING: MIT-open-group AND X11 texts +# CutPaste.c: MIT-open-group +# CutPaste.h: X11 +# man/xmag.man: MIT-open-group +# RootWin.c: MIT-open-group +# RootWin.h: MIT-open-group +# RootWinP.h: MIT-open-group +# Scale.c: MIT-open-group +# Scale.h: MIT-open-group +# ScaleP.h: MIT-open-group +# xmag.c: MIT-open-group +## Not in any binary package +# aclocal.m4: FSFULLR AND FSFULLRWD AND +# GPL-2.0-or-later WITH Autoconf-exception-generic AND MIT AND +# GPL-3.0-or-later WITH Autoconf-exception-macro AND MIT-open-group +# compile: GPL-2.0-or-later WITH Autoconf-exception-generic +# config.guess: GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 +# config.sub: GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 +# configure: FSFUL +# configure.ac: MIT-CMU +# depcomp: GPL-2.0-or-later WITH Autoconf-exception-generic +# INSTALL: FSFAP +# install-sh: X11 +# Makefile.am: MIT-CMU +# Makefile.in: FSFULLRWD +# man/Makefile.in: FSFULLRWD +# missing: GPL-2.0-or-later WITH Autoconf-exception-generic +License: MIT-open-group AND X11 +SourceLicense: FSFAP AND FSFUL AND FSFULLR AND FSFULLRWD AND GPL-2.0-or-later WITH Autoconf-exception-generic AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Autoconf-exception-macro AND MIT AND MIT-CMU AND MIT-open-group AND X11 +URL: https://gitlab.freedesktop.org/xorg/app/xmag +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 +# Retrieved from http://keyserver.ubuntu.com:11371 key server. +Source2: gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: coreutils +BuildRequires: gcc +BuildRequires: gnupg2 +BuildRequires: libtool +BuildRequires: make BuildRequires: pkgconfig(xaw7) +BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 - -Obsoletes: xorg-x11-apps < 7.7-31 +BuildRequires: pkgconfig(xproto) >= 7.0.22 +BuildRequires: pkgconfig(xt) +BuildRequires: pkgconfig(x11) +Obsoletes: xorg-x11-apps < 7.7-31 %description xmag displays a magnified snapshot of a portion of an X11 screen. %prep -%autosetup +%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' +%autosetup -p1 +rm aclocal.m4 compile config.guess config.sub configure depcomp install-sh \ + Makefile.in man/Makefile.in missing %build -autoreconf -v --install -%configure --disable-silent-rules +autoreconf --force --install +%configure --enable-selective-werror --disable-silent-rules --disable-strict-compilation %make_build %install @@ -33,11 +70,57 @@ autoreconf -v --install %files %license COPYING +%doc ChangeLog README.md Scale.txt %{_bindir}/xmag %{_mandir}/man1/xmag.1* %{_datadir}/X11/app-defaults/Xmag %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Thu Oct 17 2024 Petr Pisar - 1.0.8-2 +- Correct a source license declaration + +* Thu Oct 17 2024 Petr Pisar - 1.0.8-1 +- 1.0.8 bump + +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.7-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.7-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.7-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Jul 25 2022 Petr Pisar - 1.0.7-3 +- Migrate a License tag to SPDX + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jul 13 2022 Petr Pisar - 1.0.7-1 +- 1.0.7 bump + +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Apr 08 2021 Peter Hutterer - 1.0.6-2 - Fix Obsoletes line to actually obsolete the -30 xorg-x11-apps (#1947245)