rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba [release 0.39.0-2mamba;Sat Feb 19 2022]

This commit is contained in:
Automatic Build System 2024-01-05 19:47:47 +01:00
parent 6c95be3cfc
commit ef656e30cf

View File

@ -1,16 +1,15 @@
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f1-2)
Name: xorg-drv-input-wacom
Version: 0.39.0
Release: 1mamba
Release: 2mamba
Summary: X.Org input driver for Wacom tablets
Group: System/X11
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org
URL: https://www.x.org/wiki/
Source: https://github.com/linuxwacom/xf86-input-wacom.git/xf86-input-wacom-%{version}/xf86-input-wacom-%{version}.tar.bz2
License: MIT
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
@ -22,15 +21,10 @@ BuildRequires: libXinerama-devel
BuildRequires: libXrandr-devel
BuildRequires: libXrender-devel
BuildRequires: libbsd-devel
BuildRequires: libcap-devel
BuildRequires: libdw-devel
BuildRequires: libpcre-devel
BuildRequires: libselinux-devel
BuildRequires: libsepol-devel
BuildRequires: libudev-devel
BuildRequires: libxcb-devel
## AUTOBUILDREQ-END
BuildRequires: xorg-server-devel >= 1.20.4
BuildRequires: xorg-server-devel >= 21.1.3-1mamba
Provides: xorgdrvinput
Requires: xorg-server >= %{xorg_ver}
Requires: xorg-server <= %{xorg_ver}.255
@ -86,6 +80,9 @@ This package contains header files need for development.
#%doc ChangeLog README
%changelog
* Sat Feb 19 2022 Automatic Build System <autodist@mambasoft.it> 0.39.0-2mamba
- rebuilt by autoport with build requirements: xorg-server-devel>=21.1.3-1mamba
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 0.39.0-1mamba
- automatic version update by autodist