70 lines
2.0 KiB
RPMSpec
70 lines
2.0 KiB
RPMSpec
Name: iio-sensor-proxy
|
|
Version: 3.3
|
|
Release: 1mamba
|
|
Summary: IIO accelerometer sensor to input device proxy
|
|
Group: System/Kernel and Hardware
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/hadess/iio-sensor-proxy
|
|
Source: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy.git/%{version}/iio-sensor-proxy-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgudev-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
IIO accelerometer sensor to input device proxy.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
|
%{_bindir}/monitor-sensor
|
|
%{_libexecdir}/iio-sensor-proxy
|
|
%{_unitdir}/iio-sensor-proxy.service
|
|
%{_udevrulesdir}/80-iio-sensor-proxy.rules
|
|
|
|
%changelog
|
|
* Tue Aug 24 2021 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Wed Sep 11 2019 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 21 2019 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 15 2019 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 15 2018 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-1mamba
|
|
- package created using the webbuild interface
|