appres/appres.spec
leeffo 1ee3a88100 init package
(cherry picked from commit 1d4264942993ba1ea0eaa76e72ab5e57c3eda7cb)
2023-08-23 10:45:13 +08:00

46 lines
1011 B
RPMSpec

Name: appres
Version: 1.0.6
Release: 1
Summary: X11 utility to print application resources
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
BuildRequires: automake
BuildRequires: libtool
BuildRequires: gcc
BuildRequires: make
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
Obsoletes: xorg-x11-resutils < 7.7-9
%description
The appres program prints the resources seen by an application (or
sub-hierarchy of an application) with the specified class and instance
names. It can be used to determine which resources a particular
program will load.
%prep
%autosetup
%build
autoreconf -v --install
%configure --disable-silent-rules --disable-xprint
%make_build
%install
%make_install
%files
%license COPYING
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
* Wed Aug 23 2023 leeffo <liweiganga@uniontech.com> - 1.0.6-1
- init package