automatic version update by autodist [release 2.4.0-1mamba;Tue Aug 16 2022]

This commit is contained in:
Automatic Build System 2024-01-06 06:06:47 +01:00
parent 93b31dd07e
commit 421118ddca

View File

@ -1,5 +1,5 @@
Name: libwacom
Version: 1.12
Version: 2.4.0
Release: 1mamba
Summary: A library to identify wacom tablets and their model-specific features
Group: System/Libraries
@ -10,11 +10,12 @@ URL: https://sourceforge.net/projects/linuxwacom/
Source: https://github.com/linuxwacom/libwacom.git/libwacom-%{version}/libwacom-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
BuildRequires: glibc-devel
BuildRequires: libglib-devel
BuildRequires: libgudev-devel
## AUTOBUILDREQ-END
BuildRequires: python-libevdev-py3
BuildRequires: python-pytest-py3
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
%description
@ -40,17 +41,15 @@ This package contains the tools provided by %{name}.
%prep
%setup -q
./autogen.sh
%build
%configure \
--with-udev-dir=%{_prefix}/lib/udev
%meson
%make
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -68,7 +67,6 @@ This package contains the tools provided by %{name}.
%dir %{_includedir}/libwacom-1.0
%dir %{_includedir}/libwacom-1.0/libwacom
%{_includedir}/libwacom-1.0/libwacom/libwacom.h
%{_libdir}/libwacom.la
%{_libdir}/libwacom.so
%{_libdir}/pkgconfig/libwacom.pc
#%doc NEWS
@ -87,6 +85,9 @@ This package contains the tools provided by %{name}.
%{_mandir}/man1/libwacom-list-devices.1*
%changelog
* Tue Aug 16 2022 Automatic Build System <autodist@mambasoft.it> 2.4.0-1mamba
- automatic version update by autodist
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
- automatic version update by autodist