update to 1.3.3 [release 1.3.3-1mamba;Tue Apr 19 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:36:24 +01:00
parent 6391c64ac9
commit 2dd5f0aabe

View File

@ -1,13 +1,13 @@
Name: xdpyinfo
Version: 1.3.2
Version: 1.3.3
Release: 1mamba
Summary: xdpyinfo - display 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/%{name}-%{version}.tar.bz2
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.x.org/wiki/
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -20,8 +20,8 @@ BuildRequires: libXrender-devel
BuildRequires: libXtst-devel
BuildRequires: libXxf86dga-devel
BuildRequires: libXxf86vm-devel
BuildRequires: libxcb-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Xdpyinfo is a utility for displaying information about an X server.
@ -33,6 +33,8 @@ This information can be obtained with the -queryExtensions option. Use of this o
Detailed information about a particular extension is displayed with the -ext extensionName option.
If extensionName is all, information about all extensions supported by both xdpyinfo and the server is displayed.
%debug_package
%prep
%setup -q
@ -51,9 +53,13 @@ If extensionName is all, information about all extensions supported by both xdpy
%defattr(-,root,root)
%{_bindir}/%{name}
%{_mandir}/man?/*
%doc COPYING ChangeLog README
%doc COPYING
#ChangeLog README
%changelog
* Tue Apr 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.3-1mamba
- update to 1.3.3
* Sat May 16 2015 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
- automatic update by autodist