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