init package
(cherry picked from commit 1d4264942993ba1ea0eaa76e72ab5e57c3eda7cb)
This commit is contained in:
parent
1923028480
commit
1ee3a88100
BIN
appres-1.0.6.tar.xz
Normal file
BIN
appres-1.0.6.tar.xz
Normal file
Binary file not shown.
45
appres.spec
Normal file
45
appres.spec
Normal file
@ -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 <liweiganga@uniontech.com> - 1.0.6-1
|
||||||
|
- init package
|
||||||
5
appres.yaml
Normal file
5
appres.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
version_control: NA
|
||||||
|
src_repo: NA
|
||||||
|
tag_prefix: NA
|
||||||
|
separator: NA
|
||||||
|
url: https://www.x.org
|
||||||
Loading…
x
Reference in New Issue
Block a user