package created using the webbuild interface [release 2.4-1mamba;Thu Sep 13 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 23:53:10 +01:00
parent ebb157273c
commit e557bd310b
2 changed files with 52 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# iio-sensor-proxy
IIO accelerometer sensor to input device proxy.

50
iio-sensor-proxy.spec Normal file
View File

@ -0,0 +1,50 @@
Name: iio-sensor-proxy
Version: 2.4
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
* Thu Sep 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-1mamba
- package created using the webbuild interface