Summary: List X application resource database Name: appres Version: 1.0.5 Release: 3 Group: System/X11 License: MIT Url: http://xorg.freedesktop.org Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xorg-macros) BuildRequires: pkgconfig(xt) %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 %setup -q %build %configure \ --x-includes=%{_includedir} \ --x-libraries=%{_libdir} %make %install %makeinstall_std %files %{_bindir}/appres %{_mandir}/man1/appres.1*