automatic version update by autodist [release 3.1-1mamba;Wed Jun 16 2021]
This commit is contained in:
parent
33e6d2f229
commit
c0a89c3066
@ -1,5 +1,5 @@
|
||||
Name: iio-sensor-proxy
|
||||
Version: 3.0
|
||||
Version: 3.1
|
||||
Release: 1mamba
|
||||
Summary: IIO accelerometer sensor to input device proxy
|
||||
Group: System/Kernel and Hardware
|
||||
@ -7,7 +7,6 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/hadess/iio-sensor-proxy
|
||||
## GITSOURCE https://github.com/hadess/iio-sensor-proxy.git 2.4
|
||||
Source: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy.git/%{version}/iio-sensor-proxy-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -15,7 +14,6 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgudev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
IIO accelerometer sensor to input device proxy.
|
||||
@ -24,15 +22,15 @@ IIO accelerometer sensor to input device proxy.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -41,11 +39,14 @@ IIO accelerometer sensor to input device proxy.
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
||||
%{_bindir}/monitor-sensor
|
||||
%{_sbindir}/iio-sensor-proxy
|
||||
%{_libexecdir}/iio-sensor-proxy
|
||||
%{_unitdir}/iio-sensor-proxy.service
|
||||
%{_udevrulesdir}/80-iio-sensor-proxy.rules
|
||||
|
||||
%changelog
|
||||
* Wed Jun 16 2021 Automatic Build System <autodist@mambasoft.it> 3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-1mamba
|
||||
- update to 3.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user