+ iio-sensor-proxy-3.1-1 Update to 3.1
Resolves: rhbz#1971625
This commit is contained in:
parent
b5bfb9cae6
commit
b725926f3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/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
|
||||
|
@ -1,13 +1,13 @@
|
||||
Name: iio-sensor-proxy
|
||||
Version: 3.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.1
|
||||
Release: 1%{?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
|
||||
Source0: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/uploads/2e2c1a92a6682f9ecf6789ed04c178d3/iio-sensor-proxy-3.1.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: pkgconfig(udev)
|
||||
@ -31,15 +31,11 @@ This package contains the documentation for %{name}.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--enable-gtk-doc \
|
||||
--disable-gtk-tests \ # not really interested in sample progs
|
||||
%{nil}
|
||||
%make_build
|
||||
%meson -Dgtk_doc=true -Dgtk-tests=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%post
|
||||
%systemd_post %{name}.service
|
||||
@ -52,9 +48,9 @@ This package contains the documentation for %{name}.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%doc README.md
|
||||
%{_bindir}/monitor-sensor
|
||||
%{_sbindir}/%{name}
|
||||
%{_libexecdir}/%{name}
|
||||
%{_unitdir}/%{name}.service
|
||||
%{_udevrulesdir}/*-%{name}.rules
|
||||
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
||||
@ -65,6 +61,11 @@ This package contains the documentation for %{name}.
|
||||
%{_datadir}/gtk-doc/html/%{name}/
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (iio-sensor-proxy-3.0.tar.xz) = 50e84a5df006c34db07532bdb583142723ad610ade7dc495d0c1b076c7ef84564a60202a8be378173a429bd04dee10e8b33e5b7acc4b3dd810755cb831ebf2ea
|
||||
SHA512 (iio-sensor-proxy-3.1.tar.xz) = f124c4b749f97621f9bfed55ae8c889ae712228f056ef38564a1cf2dfb05e26d78688fc28958474354afa277a613da685ca678914e898e1133f7e6e10fd478b4
|
||||
|
Loading…
Reference in New Issue
Block a user