automatic version update by autodist [release 0.36.1-1mamba;Thu Sep 13 2018]
This commit is contained in:
parent
a57e1e15ed
commit
f387264696
@ -1,6 +1,6 @@
|
||||
%define xorg_ver %(pkg-config xorg-server --modversion|cut -d. -f1-2)
|
||||
Name: xorg-drv-input-wacom
|
||||
Version: 0.36.0
|
||||
Version: 0.36.1
|
||||
Release: 1mamba
|
||||
Summary: X.Org input driver for Wacom tablets
|
||||
Group: System/X11
|
||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://x.org
|
||||
Source: http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/xf86-input-wacom-%{version}.tar.bz2
|
||||
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
|
||||
@ -49,6 +49,8 @@ This package contains header files need for development.
|
||||
%setup -q -n xf86-input-wacom-%{version}
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
||||
%configure \
|
||||
--with-systemd-unit-dir=%{_unitdir} \
|
||||
--with-udev-rules-dir=%{_udevrulesdir}
|
||||
@ -83,6 +85,9 @@ This package contains header files need for development.
|
||||
#%doc ChangeLog README
|
||||
|
||||
%changelog
|
||||
* Thu Sep 13 2018 Automatic Build System <autodist@mambasoft.it> 0.36.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 26 2018 Automatic Build System <autodist@mambasoft.it> 0.36.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user