Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c9399e34c | ||
|
|
7687f4eb04 |
4 changed files with 55 additions and 16 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/xmag-*.tar.bz2
|
||||
/xmag-1.0.7.tar.xz
|
||||
/xmag-1.0.7.tar.xz.sig
|
||||
|
|
|
|||
BIN
gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg
Normal file
BIN
gpgkey-4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E.gpg
Normal file
Binary file not shown.
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
SHA512 (xmag-1.0.6.tar.bz2) = 98f3c8e0c58f31cd4f1736ba9c5cd68dba3b2e2de6191988de8ae3e91b1d310803461840189ad56be45ee57c9ca05a2c63544a49b02ce6f79f2ebc14c59613de
|
||||
SHA512 (xmag-1.0.7.tar.xz) = d35ac5d977b9f3bd03fb919bf178f68bdbc6ef2a57915b407d836fce0582f5cb78d0b79043bb6f8d015464ca113deb09469c3b724aed03901a4c3fc4a9982984
|
||||
SHA512 (xmag-1.0.7.tar.xz.sig) = 573d0c9977da4d03b4f6eddf9b4f5e36582ac619bbc2e6057e2a6409b7df557f09ef45fb207e9c4ca145442d21078cb1479730ae75298079784ab5c69a259e15
|
||||
|
|
|
|||
66
xmag.spec
66
xmag.spec
|
|
@ -1,31 +1,63 @@
|
|||
Name: xmag
|
||||
Version: 1.0.6
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Display a magnified snapshot of an X11 screen
|
||||
|
||||
# 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 GPL-2.0-or-later WITH Autoconf-exception-2.0 AND
|
||||
# MIT AND GPL-3.0-or-later WITH Autoconf-exception-3.0 and MIT-open-group
|
||||
# compile: GPL-2.0-or-later WITH Autoconf-exception-2.0
|
||||
# config.guess: GPL-3.0-or-later WITH Autoconf-exception-3.0
|
||||
# config.sub: GPL-3.0-or-later WITH Autoconf-exception-3.0
|
||||
# configure: FSFUL
|
||||
# configure.ac: MIT-CMU
|
||||
# COPYING: MIT-open-group AND MIT
|
||||
# depcomp: GPL-2.0-or-later WITH Autoconf-exception-2.0
|
||||
# INSTALL: FSFAP
|
||||
# install-sh: MIT
|
||||
# Makefile.am: MIT-CMU
|
||||
# Makefile.in: FSFULLR
|
||||
# man/Makefile.in: FSFULLR
|
||||
# missing: GPL-2.0-or-later WITH Autoconf-exception-2.0
|
||||
## License tag not yet migrated to SPDX. "MIT-open-group" is not yet approved.
|
||||
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)
|
||||
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: 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(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
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup
|
||||
|
||||
%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 +65,15 @@ autoreconf -v --install
|
|||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md Scale.txt
|
||||
%{_bindir}/xmag
|
||||
%{_mandir}/man1/xmag.1*
|
||||
%{_datadir}/X11/app-defaults/Xmag
|
||||
|
||||
%changelog
|
||||
* Wed Jul 13 2022 Petr Pisar <ppisar@redhat.com> - 1.0.7-1
|
||||
- 1.0.7 bump
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue