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