2015-05-24 20:45:25 +00:00
|
|
|
Name: iio-sensor-proxy
|
2021-08-16 13:05:40 +00:00
|
|
|
Version: 3.3
|
2022-01-20 13:12:37 +00:00
|
|
|
Release: 2%{?dist}
|
2015-05-24 20:45:25 +00:00
|
|
|
Summary: IIO accelerometer sensor to input device proxy
|
|
|
|
|
2015-05-27 17:31:24 +00:00
|
|
|
License: GPLv3+
|
2015-05-24 20:45:25 +00:00
|
|
|
URL: https://github.com/hadess/iio-sensor-proxy
|
2021-08-16 13:05:40 +00:00
|
|
|
Source0: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/uploads/83c63a8dd585ef6d1568791369dc8877/iio-sensor-proxy-3.3.tar.xz
|
2015-05-24 20:45:25 +00:00
|
|
|
|
2021-06-14 11:56:53 +00:00
|
|
|
BuildRequires: meson
|
2018-02-18 20:28:43 +00:00
|
|
|
BuildRequires: gcc
|
2015-07-23 13:41:34 +00:00
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: pkgconfig(udev)
|
2016-12-12 12:52:44 +00:00
|
|
|
BuildRequires: pkgconfig(systemd)
|
2015-07-23 13:41:34 +00:00
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
2015-05-24 20:45:25 +00:00
|
|
|
BuildRequires: systemd
|
2021-06-14 11:56:53 +00:00
|
|
|
BuildRequires: umockdev
|
|
|
|
BuildRequires: python3-dbusmock
|
2016-11-18 14:44:21 +00:00
|
|
|
%{?systemd_requires}
|
2015-05-24 20:45:25 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2015-07-23 13:41:34 +00:00
|
|
|
%package docs
|
|
|
|
Summary: Documentation for %{name}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
This package contains the documentation for %{name}.
|
|
|
|
|
2015-05-24 20:45:25 +00:00
|
|
|
%prep
|
2015-07-23 13:41:34 +00:00
|
|
|
%autosetup
|
2015-05-24 20:45:25 +00:00
|
|
|
|
|
|
|
%build
|
2021-06-14 11:56:53 +00:00
|
|
|
%meson -Dgtk_doc=true -Dgtk-tests=false
|
|
|
|
%meson_build
|
2015-05-24 20:45:25 +00:00
|
|
|
|
|
|
|
%install
|
2021-06-14 11:56:53 +00:00
|
|
|
%meson_install
|
2015-05-24 20:45:25 +00:00
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_post %{name}.service
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_preun %{name}.service
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart %{name}.service
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
2021-06-14 11:56:53 +00:00
|
|
|
%doc README.md
|
2015-05-24 20:45:25 +00:00
|
|
|
%{_bindir}/monitor-sensor
|
2021-06-14 11:56:53 +00:00
|
|
|
%{_libexecdir}/%{name}
|
2015-05-24 20:45:25 +00:00
|
|
|
%{_unitdir}/%{name}.service
|
2016-09-16 23:08:57 +00:00
|
|
|
%{_udevrulesdir}/*-%{name}.rules
|
2015-05-24 20:45:25 +00:00
|
|
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
|
|
|
|
2015-07-23 13:41:34 +00:00
|
|
|
%files docs
|
2016-11-18 14:44:21 +00:00
|
|
|
%dir %{_datadir}/gtk-doc/
|
|
|
|
%dir %{_datadir}/gtk-doc/html/
|
2015-07-23 13:41:34 +00:00
|
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
|
|
|
2015-05-24 20:45:25 +00:00
|
|
|
%changelog
|
2022-01-20 13:12:37 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-08-16 13:05:40 +00:00
|
|
|
* Mon Aug 16 2021 Bastien Nocera <bnocera@redhat.com> - 3.3-1
|
|
|
|
+ iio-sensor-proxy-3.3-1
|
|
|
|
- Update to 3.3
|
|
|
|
|
2021-08-14 22:40:47 +00:00
|
|
|
* Sun Aug 15 2021 Bastien Nocera <bnocera@redhat.com> - 3.2-1
|
|
|
|
+ iio-sensor-proxy-3.2-1
|
|
|
|
- Update to 3.2
|
|
|
|
|
2021-07-22 08:28:56 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-14 11:53:42 +00:00
|
|
|
* Mon Jun 14 2021 Bastien Nocera <bnocera@redhat.com> - 3.1-1
|
|
|
|
+ iio-sensor-proxy-3.1-1
|
|
|
|
- Update to 3.1
|
|
|
|
|
2021-03-02 15:13:37 +00:00
|
|
|
* 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.
|
|
|
|
|
2021-01-26 14:15:58 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 01:42:41 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-03-23 10:23:26 +00:00
|
|
|
* Mon Mar 23 2020 Bastien Nocera <bnocera@redhat.com> - 3.0-1
|
|
|
|
+ iio-sensor-proxy-3.0-1
|
|
|
|
- Update to 3.0
|
|
|
|
|
2020-01-29 05:20:25 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-09-04 16:22:25 +00:00
|
|
|
* Wed Sep 04 2019 Bastien Nocera <bnocera@redhat.com> - 2.8-1
|
|
|
|
+ iio-sensor-proxy-2.8-1
|
|
|
|
- Update to 2.8
|
|
|
|
|
2019-07-25 09:24:51 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-07 07:12:19 +00:00
|
|
|
* Fri Jun 07 2019 Bastien Nocera <bnocera@redhat.com> - 2.7-1
|
|
|
|
+ iio-sensor-proxy-2.7-1
|
|
|
|
- Update to 2.7 (#1709812)
|
|
|
|
|
2019-02-01 03:15:20 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-10-09 09:11:24 +00:00
|
|
|
* Tue Oct 09 2018 Bastien Nocera <bnocera@redhat.com> - 2.5-1
|
|
|
|
+ iio-sensor-proxy-2.5-1
|
|
|
|
- Update to 2.5
|
|
|
|
|
2018-07-13 05:38:26 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-18 20:28:43 +00:00
|
|
|
* Sun Feb 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.4-3
|
|
|
|
- Add BuildRequires: make/gcc
|
|
|
|
|
2018-02-07 17:20:50 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-02 18:21:35 +00:00
|
|
|
* Thu Nov 02 2017 Bastien Nocera <bnocera@redhat.com> - 2.4-1
|
|
|
|
+ iio-sensor-proxy-2.4-1
|
|
|
|
- Update to 2.4
|
|
|
|
|
2017-09-20 16:46:01 +00:00
|
|
|
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 2.3-1
|
|
|
|
+ iio-sensor-proxy-2.3-1
|
|
|
|
- Update to 2.3
|
|
|
|
|
2017-08-02 23:43:34 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 13:27:54 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-15 15:20:32 +00:00
|
|
|
* Wed Feb 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2-1
|
|
|
|
- Update to 2.2
|
|
|
|
|
2017-02-10 16:20:32 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-02-02 15:37:53 +00:00
|
|
|
* Thu Feb 02 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1-1
|
|
|
|
- Update to 2.1
|
|
|
|
|
2016-12-12 12:52:44 +00:00
|
|
|
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0-1
|
|
|
|
- Update to 2.0
|
|
|
|
|
2016-11-18 14:44:21 +00:00
|
|
|
* Fri Nov 18 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.3-2
|
|
|
|
- Don't use hwdb update macro
|
|
|
|
- Trivial fixes
|
|
|
|
|
2016-09-16 23:02:43 +00:00
|
|
|
* Sat Sep 17 2016 Bastien Nocera <bnocera@redhat.com> - 1.3-1
|
|
|
|
- Update to 1.3
|
|
|
|
|
2016-09-06 13:21:40 +00:00
|
|
|
* Tue Sep 06 2016 Bastien Nocera <bnocera@redhat.com> - 1.2-1
|
|
|
|
- Update to 1.2
|
|
|
|
|
2016-02-04 00:27:15 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-07-23 13:41:34 +00:00
|
|
|
* Thu Jul 23 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.1-1
|
|
|
|
- Update to 1.1
|
|
|
|
- Add -docs subpackage
|
|
|
|
|
2015-06-23 08:06:55 +00:00
|
|
|
* Tue Jun 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-6
|
|
|
|
- Fix udev rule (RHBZ #1234744)
|
|
|
|
|
2015-06-17 11:17:59 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-27 17:31:24 +00:00
|
|
|
* Wed May 27 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-4
|
|
|
|
- use real license (GPLv3+)
|
|
|
|
|
2015-05-24 20:45:25 +00:00
|
|
|
* Sun May 24 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-3
|
|
|
|
- Fix license tag
|
|
|
|
- Disable silent building
|
|
|
|
|
|
|
|
* Sat May 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-2
|
|
|
|
- Use _udevrules dir instead of custom detecting rules dir
|
|
|
|
|
|
|
|
* Sat May 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-1
|
|
|
|
- Initial package
|