Compare commits
No commits in common. "c8" and "c10s" have entirely different histories.
19
.gitignore
vendored
19
.gitignore
vendored
@ -1 +1,18 @@
|
||||
SOURCES/iio-sensor-proxy-2.4.tar.xz
|
||||
/iio-sensor-proxy-1.0.tar.xz
|
||||
/iio-sensor-proxy-1.1.tar.xz
|
||||
/iio-sensor-proxy-1.2.tar.xz
|
||||
/iio-sensor-proxy-1.3.tar.xz
|
||||
/iio-sensor-proxy-2.0.tar.xz
|
||||
/iio-sensor-proxy-2.1.tar.xz
|
||||
/iio-sensor-proxy-2.2.tar.xz
|
||||
/iio-sensor-proxy-2.3.tar.xz
|
||||
/iio-sensor-proxy-2.4.tar.xz
|
||||
/iio-sensor-proxy-2.5.tar.xz
|
||||
/iio-sensor-proxy-2.7.tar.xz
|
||||
/iio-sensor-proxy-2.8.tar.xz
|
||||
/iio-sensor-proxy-3.0.tar.xz
|
||||
/iio-sensor-proxy-3.1.tar.xz
|
||||
/iio-sensor-proxy-3.2.tar.xz
|
||||
/iio-sensor-proxy-3.3.tar.xz
|
||||
/iio-sensor-proxy-3.4.tar.xz
|
||||
/iio-sensor-proxy-3.5.tar.xz
|
||||
|
@ -1 +0,0 @@
|
||||
b95c5a48c536033fcd8a2ca93cf0105264fb1a9d SOURCES/iio-sensor-proxy-2.4.tar.xz
|
@ -1,134 +0,0 @@
|
||||
Name: iio-sensor-proxy
|
||||
Version: 2.4
|
||||
Release: 3%{?dist}
|
||||
Summary: IIO accelerometer sensor to input device proxy
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://github.com/hadess/iio-sensor-proxy
|
||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: pkgconfig(udev)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package docs
|
||||
Summary: Documentation for %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description docs
|
||||
This package contains the documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--enable-gtk-doc \
|
||||
--disable-gtk-tests \ # not really interested in sample progs
|
||||
%{nil}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
%post
|
||||
%systemd_post %{name}.service
|
||||
|
||||
%preun
|
||||
%systemd_preun %{name}.service
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_bindir}/monitor-sensor
|
||||
%{_sbindir}/%{name}
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_udevrulesdir}/*-%{name}.rules
|
||||
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
||||
|
||||
%files docs
|
||||
%dir %{_datadir}/gtk-doc/
|
||||
%dir %{_datadir}/gtk-doc/html/
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%changelog
|
||||
* Sun Feb 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.4-3
|
||||
- Add BuildRequires: make/gcc
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Nov 02 2017 Bastien Nocera <bnocera@redhat.com> - 2.4-1
|
||||
+ iio-sensor-proxy-2.4-1
|
||||
- Update to 2.4
|
||||
|
||||
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 2.3-1
|
||||
+ iio-sensor-proxy-2.3-1
|
||||
- Update to 2.3
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Feb 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2-1
|
||||
- Update to 2.2
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 02 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1-1
|
||||
- Update to 2.1
|
||||
|
||||
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0-1
|
||||
- Update to 2.0
|
||||
|
||||
* Fri Nov 18 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.3-2
|
||||
- Don't use hwdb update macro
|
||||
- Trivial fixes
|
||||
|
||||
* Sat Sep 17 2016 Bastien Nocera <bnocera@redhat.com> - 1.3-1
|
||||
- Update to 1.3
|
||||
|
||||
* Tue Sep 06 2016 Bastien Nocera <bnocera@redhat.com> - 1.2-1
|
||||
- Update to 1.2
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jul 23 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.1-1
|
||||
- Update to 1.1
|
||||
- Add -docs subpackage
|
||||
|
||||
* Tue Jun 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-6
|
||||
- Fix udev rule (RHBZ #1234744)
|
||||
|
||||
* 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
|
||||
|
||||
* Wed May 27 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-4
|
||||
- use real license (GPLv3+)
|
||||
|
||||
* 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
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
219
iio-sensor-proxy.spec
Normal file
219
iio-sensor-proxy.spec
Normal file
@ -0,0 +1,219 @@
|
||||
Name: iio-sensor-proxy
|
||||
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/ae095b693b6317f14dfa4212c5c36c1a/iio-sensor-proxy-3.5.tar.xz
|
||||
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gtk-doc
|
||||
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
|
||||
%{summary}.
|
||||
|
||||
%package docs
|
||||
Summary: Documentation for %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description docs
|
||||
This package contains the documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson -Dgtk_doc=true -Dgtk-tests=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%post
|
||||
%systemd_post %{name}.service
|
||||
|
||||
%preun
|
||||
%systemd_preun %{name}.service
|
||||
|
||||
%postun
|
||||
%systemd_postun_with_restart %{name}.service
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/monitor-sensor
|
||||
%{_libexecdir}/%{name}
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_udevrulesdir}/*-%{name}.rules
|
||||
%{_datadir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
||||
%{_datadir}/polkit-1/actions/net.hadess.SensorProxy.policy
|
||||
|
||||
%files docs
|
||||
%dir %{_datadir}/gtk-doc/
|
||||
%dir %{_datadir}/gtk-doc/html/
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
||||
* 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
|
||||
- Add BuildRequires: make/gcc
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Nov 02 2017 Bastien Nocera <bnocera@redhat.com> - 2.4-1
|
||||
+ iio-sensor-proxy-2.4-1
|
||||
- Update to 2.4
|
||||
|
||||
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 2.3-1
|
||||
+ iio-sensor-proxy-2.3-1
|
||||
- Update to 2.3
|
||||
|
||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed Feb 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2-1
|
||||
- Update to 2.2
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Feb 02 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1-1
|
||||
- Update to 2.1
|
||||
|
||||
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0-1
|
||||
- Update to 2.0
|
||||
|
||||
* Fri Nov 18 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.3-2
|
||||
- Don't use hwdb update macro
|
||||
- Trivial fixes
|
||||
|
||||
* Sat Sep 17 2016 Bastien Nocera <bnocera@redhat.com> - 1.3-1
|
||||
- Update to 1.3
|
||||
|
||||
* Tue Sep 06 2016 Bastien Nocera <bnocera@redhat.com> - 1.2-1
|
||||
- Update to 1.2
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Thu Jul 23 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.1-1
|
||||
- Update to 1.1
|
||||
- Add -docs subpackage
|
||||
|
||||
* Tue Jun 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-6
|
||||
- Fix udev rule (RHBZ #1234744)
|
||||
|
||||
* 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
|
||||
|
||||
* Wed May 27 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-4
|
||||
- use real license (GPLv3+)
|
||||
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user