46 lines
1011 B
RPMSpec
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
|