xsetroot/xsetroot.spec
2024-10-29 23:28:50 -03:00

38 lines
862 B
RPMSpec

Name: xsetroot
Version: 1.1.3
Release: %autorelease
Summary: Root window parameter setting utility for X
License: MIT-open-group
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
BuildRequires: automake libtool
BuildRequires: gcc make
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xbitmaps)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-server-utils < 7.7-40
%description
The xsetroot program allows you to tailor the appearance of the background
window of an X server.
%prep
%autosetup
%build
autoreconf -v --install
%configure --disable-silent-rules
%make_build
%install
%make_install
%files
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
%autochangelog