Don't use hwdb update macro
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
c9aa68f4a3
commit
c5a8945271
@ -1,6 +1,6 @@
|
|||||||
Name: iio-sensor-proxy
|
Name: iio-sensor-proxy
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: IIO accelerometer sensor to input device proxy
|
Summary: IIO accelerometer sensor to input device proxy
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -12,10 +12,7 @@ BuildRequires: pkgconfig(udev)
|
|||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gudev-1.0)
|
BuildRequires: pkgconfig(gudev-1.0)
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
|
%{?systemd_requires}
|
||||||
Requires(post): systemd
|
|
||||||
Requires(preun): systemd
|
|
||||||
Requires(postun): systemd
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -39,7 +36,6 @@ This package contains the documentation for %{name}.
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post %{name}.service
|
%systemd_post %{name}.service
|
||||||
%udev_hwdb_update
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%systemd_preun %{name}.service
|
%systemd_preun %{name}.service
|
||||||
@ -57,9 +53,15 @@ This package contains the documentation for %{name}.
|
|||||||
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
|
%dir %{_datadir}/gtk-doc/
|
||||||
|
%dir %{_datadir}/gtk-doc/html/
|
||||||
%{_datadir}/gtk-doc/html/%{name}/
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sat Sep 17 2016 Bastien Nocera <bnocera@redhat.com> - 1.3-1
|
||||||
- Update to 1.3
|
- Update to 1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user