57 lines
1.5 KiB
RPMSpec
57 lines
1.5 KiB
RPMSpec
Name: iio-sensor-proxy
|
|
Version: 2.6
|
|
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
|
|
## GITSOURCE https://github.com/hadess/iio-sensor-proxy.git 2.4
|
|
Source: https://github.com/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
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
IIO accelerometer sensor to input device proxy.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
./autogen.sh
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
|
%{_bindir}/monitor-sensor
|
|
%{_sbindir}/iio-sensor-proxy
|
|
%{_unitdir}/iio-sensor-proxy.service
|
|
%{_udevrulesdir}/80-iio-sensor-proxy.rules
|
|
|
|
%changelog
|
|
* 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
|