automatic version update by autodist [release 1.10-1mamba;Sat May 08 2021]
This commit is contained in:
parent
604b42a450
commit
3f78ec69e1
@ -1,5 +1,5 @@
|
||||
Name: libwacom
|
||||
Version: 1.9
|
||||
Version: 1.10
|
||||
Release: 1mamba
|
||||
Summary: A library to identify wacom tablets and their model-specific features
|
||||
Group: System/Libraries
|
||||
@ -8,14 +8,12 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceforge.net/projects/linuxwacom/
|
||||
Source: https://github.com/linuxwacom/libwacom.git/libwacom-%{version}/libwacom-%{version}.tar.bz2
|
||||
#Source: ftp://ftp.gnome.org/pub/gnome/sources/libwacom/%{version}/libwacom-%{version}.tar.xz
|
||||
#Source: https://download.gnome.org/sources/libwacom/%{version}/libwacom-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: udev-devel
|
||||
BuildRequires: libgudev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libgudev-devel
|
||||
|
||||
@ -37,7 +35,9 @@ This package contains libraries and header files for developing applications tha
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
--with-udev-dir=%{_prefix}/lib/udev
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -52,17 +52,17 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/libwacom-list-local-devices
|
||||
%{_bindir}/libwacom-show-stylus
|
||||
%{_bindir}/libwacom-*
|
||||
%{_libdir}/libwacom.so.*
|
||||
%{_libdir}/udev/rules.d/65-libwacom.rules
|
||||
%{_libdir}/udev/hwdb.d/65-libwacom.hwdb
|
||||
%{_udevrulesdir}/65-libwacom.rules
|
||||
%{_udevhwdbdir}/65-libwacom.hwdb
|
||||
%dir %{_datadir}/libwacom/
|
||||
%{_datadir}/libwacom/libwacom.stylus
|
||||
%{_datadir}/libwacom/*.tablet
|
||||
%dir %{_datadir}/libwacom/layouts
|
||||
%{_datadir}/libwacom/layouts/*.svg
|
||||
%{_mandir}/man1/libwacom-list-local-devices.1*
|
||||
%{_mandir}/man1/libwacom-list-devices.1*
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
@ -74,9 +74,12 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/libwacom.la
|
||||
%{_libdir}/libwacom.so
|
||||
%{_libdir}/pkgconfig/libwacom.pc
|
||||
%doc NEWS
|
||||
#%doc NEWS
|
||||
|
||||
%changelog
|
||||
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 1.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 02 2021 Automatic Build System <autodist@mambasoft.it> 1.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user