|
|
@ -1,13 +1,13 @@
|
|
|
|
Name: iio-sensor-proxy
|
|
|
|
Name: iio-sensor-proxy
|
|
|
|
Version: 3.3
|
|
|
|
Version: 2.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: IIO accelerometer sensor to input device proxy
|
|
|
|
Summary: IIO accelerometer sensor to input device proxy
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
License: GPLv3+
|
|
|
|
URL: https://github.com/hadess/iio-sensor-proxy
|
|
|
|
URL: https://github.com/hadess/iio-sensor-proxy
|
|
|
|
Source0: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/uploads/83c63a8dd585ef6d1568791369dc8877/iio-sensor-proxy-3.3.tar.xz
|
|
|
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: pkgconfig(udev)
|
|
|
|
BuildRequires: pkgconfig(udev)
|
|
|
@ -31,11 +31,15 @@ This package contains the documentation for %{name}.
|
|
|
|
%autosetup
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson -Dgtk_doc=true -Dgtk-tests=false
|
|
|
|
%configure \
|
|
|
|
%meson_build
|
|
|
|
--disable-silent-rules \
|
|
|
|
|
|
|
|
--enable-gtk-doc \
|
|
|
|
|
|
|
|
--disable-gtk-tests \ # not really interested in sample progs
|
|
|
|
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%post
|
|
|
|
%systemd_post %{name}.service
|
|
|
|
%systemd_post %{name}.service
|
|
|
@ -48,9 +52,9 @@ This package contains the documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%doc README.md
|
|
|
|
%doc README
|
|
|
|
%{_bindir}/monitor-sensor
|
|
|
|
%{_bindir}/monitor-sensor
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
%{_sbindir}/%{name}
|
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%{_udevrulesdir}/*-%{name}.rules
|
|
|
|
%{_udevrulesdir}/*-%{name}.rules
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
|
|
@ -61,56 +65,8 @@ This package contains the documentation for %{name}.
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Aug 18 2021 Bastien Nocera <bnocera@redhat.com> - 3.3-1
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.4-3
|
|
|
|
+ iio-sensor-proxy-3.3-1
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
- Update to 3.3
|
|
|
|
|
|
|
|
- Resolves: rhbz#1993769
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.1-2
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 14 2021 Bastien Nocera <bnocera@redhat.com> - 3.1-1
|
|
|
|
|
|
|
|
+ iio-sensor-proxy-3.1-1
|
|
|
|
|
|
|
|
- Update to 3.1
|
|
|
|
|
|
|
|
- Resolves: rhbz#1971625
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.0-4
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 23 2020 Bastien Nocera <bnocera@redhat.com> - 3.0-1
|
|
|
|
|
|
|
|
+ iio-sensor-proxy-3.0-1
|
|
|
|
|
|
|
|
- Update to 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 04 2019 Bastien Nocera <bnocera@redhat.com> - 2.8-1
|
|
|
|
|
|
|
|
+ iio-sensor-proxy-2.8-1
|
|
|
|
|
|
|
|
- Update to 2.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2019 Bastien Nocera <bnocera@redhat.com> - 2.7-1
|
|
|
|
|
|
|
|
+ iio-sensor-proxy-2.7-1
|
|
|
|
|
|
|
|
- Update to 2.7 (#1709812)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 09 2018 Bastien Nocera <bnocera@redhat.com> - 2.5-1
|
|
|
|
|
|
|
|
+ iio-sensor-proxy-2.5-1
|
|
|
|
|
|
|
|
- Update to 2.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.4-3
|
|
|
|
* Sun Feb 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.4-3
|
|
|
|
- Add BuildRequires: make/gcc
|
|
|
|
- Add BuildRequires: make/gcc
|
|
|
|