!5 Upgrade to 3.5
From: @starlet-dx Reviewed-by: @wk333 Signed-off-by: @wk333
This commit is contained in:
commit
5b22a9d752
Binary file not shown.
BIN
iio-sensor-proxy-3.5.tar.gz
Normal file
BIN
iio-sensor-proxy-3.5.tar.gz
Normal file
Binary file not shown.
@ -1,14 +1,15 @@
|
|||||||
Name: iio-sensor-proxy
|
Name: iio-sensor-proxy
|
||||||
Version: 2.4
|
Version: 3.5
|
||||||
Release: 5
|
Release: 1
|
||||||
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://gitlab.freedesktop.org/hadess/iio-sensor-proxy/
|
||||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: make gcc gtk-doc
|
BuildRequires: make gcc gtk-doc
|
||||||
BuildRequires: pkgconfig(udev) pkgconfig(systemd) pkgconfig(gio-2.0) pkgconfig(gudev-1.0) systemd
|
BuildRequires: pkgconfig(udev) pkgconfig(systemd) pkgconfig(gio-2.0) pkgconfig(gudev-1.0) systemd
|
||||||
|
BuildRequires: meson pkgconfig(polkit-gobject-1)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -22,18 +23,14 @@ BuildArch: noarch
|
|||||||
The documentation for %{name}.
|
The documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
|
|
||||||
%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
|
||||||
@ -46,16 +43,20 @@ The documentation for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING
|
%doc README.md COPYING
|
||||||
%{_bindir}/monitor-sensor
|
%{_bindir}/monitor-sensor
|
||||||
%{_sbindir}/%{name}
|
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
|
%{_libexecdir}/%{name}
|
||||||
%{_udevrulesdir}/*-%{name}.rules
|
%{_udevrulesdir}/*-%{name}.rules
|
||||||
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
%{_datadir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
||||||
|
%{_datadir}/polkit-1/actions/net.hadess.SensorProxy.policy
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%{_datadir}/gtk-doc/html/%{name}/
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 18 2024 yaoxin <yao_xin001@hoperun.com> - 3.5-1
|
||||||
|
- Upgrade to 3.5
|
||||||
|
|
||||||
* Wed Dec 4 2019 Senlin Xia <xiasenlin1@huawei.com> - 2.4.5
|
* Wed Dec 4 2019 Senlin Xia <xiasenlin1@huawei.com> - 2.4.5
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: github
|
version_control: gitlab.freedesktop
|
||||||
src_repo: hadess/iio-sensor-proxy
|
src_repo: hadess/iio-sensor-proxy
|
||||||
tag_prefix: ^v
|
tag_prefix: ''
|
||||||
seperator: .
|
seperator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user