Name: xlogo
Version: 1.0.7
Release: 1
Summary: Display the X11 logo
License: MIT-open-group
URL: https://www.x.org
Source0: https://www.x.org/releases/individual/app/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: make
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xft)
BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xproto) >= 7.0.22
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xt) >= 1.0
Obsoletes: xorg-x11-apps < 7.7-25
Obsoletes: xorg-x11-apps-help < 7.7-25
%description
xlogo displays a magnified snapshot of a portion of an X11 screen.
%prep
%autosetup
%build
%configure --disable-silent-rules
%make_build
%install
%make_install
%files
%license COPYING
%doc README.md ChangeLog
%{_bindir}/xlogo
%{_mandir}/man1/xlogo.1*
%{_datadir}/X11/app-defaults/XLogo
%{_datadir}/X11/app-defaults/XLogo-color
%changelog
* Tue Feb 25 2025 Funda Wang <fundawang@yeah.net> - 1.0.7-1
- init package