Compare commits
No commits in common. "c8" and "c9" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/iio-sensor-proxy-2.4.tar.xz
|
SOURCES/iio-sensor-proxy-3.3.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
b95c5a48c536033fcd8a2ca93cf0105264fb1a9d SOURCES/iio-sensor-proxy-2.4.tar.xz
|
4e147dbdd012cf4072970766408b0fcf3c9a431e SOURCES/iio-sensor-proxy-3.3.tar.xz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Name: iio-sensor-proxy
|
Name: iio-sensor-proxy
|
||||||
Version: 2.4
|
Version: 3.3
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/uploads/83c63a8dd585ef6d1568791369dc8877/iio-sensor-proxy-3.3.tar.xz
|
||||||
|
|
||||||
BuildRequires: make
|
BuildRequires: meson
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
@ -31,15 +31,11 @@ This package contains the documentation for %{name}.
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson -Dgtk_doc=true -Dgtk-tests=false
|
||||||
--disable-silent-rules \
|
%meson_build
|
||||||
--enable-gtk-doc \
|
|
||||||
--disable-gtk-tests \ # not really interested in sample progs
|
|
||||||
%{nil}
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post %{name}.service
|
%systemd_post %{name}.service
|
||||||
@ -52,9 +48,9 @@ This package contains the documentation for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc README.md
|
||||||
%{_bindir}/monitor-sensor
|
%{_bindir}/monitor-sensor
|
||||||
%{_sbindir}/%{name}
|
%{_libexecdir}/%{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
|
||||||
@ -65,6 +61,57 @@ 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
|
||||||
|
+ 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user