Compare commits
2 Commits
1.1.4-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
fdf48c66ed | |||
690d70e2a6 |
@ -1,19 +1,18 @@
|
||||
Name: xwininfo
|
||||
Version: 1.1.4
|
||||
Version: 1.1.6
|
||||
Release: 1mamba
|
||||
Summary: xwininfo - window information utility for X
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Source: http://xorg.freedesktop.org/releases/individual/app/xwininfo-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.x.org/wiki/
|
||||
Source: https://xorg.freedesktop.org/releases/individual/app/xwininfo-%{version}.tar.xz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Xwininfo is a utility for displaying information about windows. Various information is displayed depending on which options are selected.
|
||||
@ -23,6 +22,8 @@ The user has the option of selecting the target window with the mouse (by clicki
|
||||
Or instead of specifying the window by its id number, the -name option may be used to specify which window is desired by name.
|
||||
There is also a special -root option to quickly obtain information on the screen's root window.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -41,9 +42,15 @@ There is also a special -root option to quickly obtain information on the screen
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man?/*
|
||||
%doc COPYING ChangeLog README
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.6-1mamba
|
||||
- update to 1.1.6
|
||||
|
||||
* Sat May 23 2020 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Sep 12 2018 Automatic Build System <autodist@mambasoft.it> 1.1.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user