commit 48db2de702249904c11cbe6aef9520cc36b6e389 Author: Toshaan Bharvani Date: Tue Oct 4 14:06:51 2022 +0200 initial package creation Signed-off-by: Toshaan Bharvani diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/appres.spec b/SPECS/appres.spec new file mode 100644 index 0000000..82c271d --- /dev/null +++ b/SPECS/appres.spec @@ -0,0 +1,55 @@ +Name: appres +Version: 1.0.6 +Release: 1%{?dist} +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 libtool +BuildRequires: gcc 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 +* Tue Apr 5 2022 Mamoru TASAKA - 1.0.6-1 +- 1.0.6 + +* Wed Jan 19 2022 Fedora Release Engineering - 1.0.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jul 21 2021 Fedora Release Engineering - 1.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Apr 08 2021 Peter Hutterer - 1.0.5-2 +- Fix Obsoletes line to actually obsolete the -8 resutils + +* Wed Mar 03 2021 Peter Hutterer 1.0.5-1 +- Split appres out from xorg-x11-resutils into a separate package (#1934344)