diff --git a/appres-1.0.6.tar.xz b/appres-1.0.6.tar.xz new file mode 100644 index 0000000..dcda53b Binary files /dev/null and b/appres-1.0.6.tar.xz differ diff --git a/appres.spec b/appres.spec new file mode 100644 index 0000000..692b419 --- /dev/null +++ b/appres.spec @@ -0,0 +1,45 @@ +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 - 1.0.6-1 +- init package diff --git a/appres.yaml b/appres.yaml new file mode 100644 index 0000000..ff68f5d --- /dev/null +++ b/appres.yaml @@ -0,0 +1,5 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +separator: NA +url: https://www.x.org