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
|
Name: iio-sensor-proxy
|
||||||
Version: 3.0
|
Version: 3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: IIO accelerometer sensor to input device proxy
|
Summary: IIO accelerometer sensor to input device proxy
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -7,7 +7,6 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/hadess/iio-sensor-proxy
|
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
|
Source: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy.git/%{version}/iio-sensor-proxy-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -15,7 +14,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgudev-devel
|
BuildRequires: libgudev-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IIO accelerometer sensor to input device proxy.
|
IIO accelerometer sensor to input device proxy.
|
||||||
@ -24,15 +22,15 @@ IIO accelerometer sensor to input device proxy.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
./autogen.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%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}"
|
||||||
@ -41,11 +39,14 @@ IIO accelerometer sensor to input device proxy.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
||||||
%{_bindir}/monitor-sensor
|
%{_bindir}/monitor-sensor
|
||||||
%{_sbindir}/iio-sensor-proxy
|
%{_libexecdir}/iio-sensor-proxy
|
||||||
%{_unitdir}/iio-sensor-proxy.service
|
%{_unitdir}/iio-sensor-proxy.service
|
||||||
%{_udevrulesdir}/80-iio-sensor-proxy.rules
|
%{_udevrulesdir}/80-iio-sensor-proxy.rules
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-1mamba
|
||||||
- update to 3.0
|
- update to 3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user