|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: iio-sensor-proxy
|
|
|
|
|
Version: 3.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 3.5
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: IIO accelerometer sensor to input device proxy
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
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: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/uploads/ae095b693b6317f14dfa4212c5c36c1a/iio-sensor-proxy-3.5.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
@ -14,7 +14,10 @@ BuildRequires: pkgconfig(udev)
|
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: umockdev
|
|
|
|
|
BuildRequires: python3-dbusmock
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -53,7 +56,8 @@ This package contains the documentation for %{name}.
|
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
|
%{_udevrulesdir}/*-%{name}.rules
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
|
|
|
|
%{_datadir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
|
|
|
|
%{_datadir}/polkit-1/actions/net.hadess.SensorProxy.policy
|
|
|
|
|
|
|
|
|
|
%files docs
|
|
|
|
|
%dir %{_datadir}/gtk-doc/
|
|
|
|
@ -61,22 +65,56 @@ This package contains the documentation for %{name}.
|
|
|
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Aug 18 2021 Bastien Nocera <bnocera@redhat.com> - 3.3-1
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.5-5
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.5-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 25 2023 Bastien Nocera <bnocera@redhat.com> - 3.5-1
|
|
|
|
|
- Update to 3.5
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 15 2022 Bastien Nocera <bnocera@redhat.com> - 3.4-1
|
|
|
|
|
+ iio-sensor-proxy-3.4-1
|
|
|
|
|
- Update to 3.4
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Bastien Nocera <bnocera@redhat.com> - 3.3-1
|
|
|
|
|
+ iio-sensor-proxy-3.3-1
|
|
|
|
|
- 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
|
|
|
|
|
* Sun Aug 15 2021 Bastien Nocera <bnocera@redhat.com> - 3.2-1
|
|
|
|
|
+ iio-sensor-proxy-3.2-1
|
|
|
|
|
- Update to 3.2
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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 Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.0-4
|
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|