Blame SPECS/iio-sensor-proxy.spec

50a2eb
Name:           iio-sensor-proxy
50a2eb
Version:        2.4
50a2eb
Release:        3%{?dist}
50a2eb
Summary:        IIO accelerometer sensor to input device proxy
50a2eb
50a2eb
License:        GPLv3+
50a2eb
URL:            https://github.com/hadess/iio-sensor-proxy
50a2eb
Source0:        %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
50a2eb
50a2eb
BuildRequires:  make
50a2eb
BuildRequires:  gcc
50a2eb
BuildRequires:  gtk-doc
50a2eb
BuildRequires:  pkgconfig(udev)
50a2eb
BuildRequires:  pkgconfig(systemd)
50a2eb
BuildRequires:  pkgconfig(gio-2.0)
50a2eb
BuildRequires:  pkgconfig(gudev-1.0)
50a2eb
BuildRequires:  systemd
50a2eb
%{?systemd_requires}
50a2eb
50a2eb
%description
50a2eb
%{summary}.
50a2eb
50a2eb
%package docs
50a2eb
Summary:        Documentation for %{name}
50a2eb
BuildArch:      noarch
50a2eb
50a2eb
%description docs
50a2eb
This package contains the documentation for %{name}.
50a2eb
50a2eb
%prep
50a2eb
%autosetup
50a2eb
50a2eb
%build
50a2eb
%configure \
50a2eb
  --disable-silent-rules \
50a2eb
  --enable-gtk-doc       \
50a2eb
  --disable-gtk-tests    \ # not really interested in sample progs
50a2eb
  %{nil}
50a2eb
%make_build
50a2eb
50a2eb
%install
50a2eb
%make_install
50a2eb
50a2eb
%post
50a2eb
%systemd_post %{name}.service
50a2eb
50a2eb
%preun
50a2eb
%systemd_preun %{name}.service
50a2eb
50a2eb
%postun
50a2eb
%systemd_postun_with_restart %{name}.service
50a2eb
50a2eb
%files
50a2eb
%license COPYING
50a2eb
%doc README
50a2eb
%{_bindir}/monitor-sensor
50a2eb
%{_sbindir}/%{name}
50a2eb
%{_unitdir}/%{name}.service
50a2eb
%{_udevrulesdir}/*-%{name}.rules
50a2eb
%{_sysconfdir}/dbus-1/system.d/net.hadess.SensorProxy.conf
50a2eb
50a2eb
%files docs
50a2eb
%dir %{_datadir}/gtk-doc/
50a2eb
%dir %{_datadir}/gtk-doc/html/
50a2eb
%{_datadir}/gtk-doc/html/%{name}/
50a2eb
50a2eb
%changelog
50a2eb
* Sun Feb 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.4-3
50a2eb
- Add BuildRequires: make/gcc
50a2eb
50a2eb
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
50a2eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
50a2eb
50a2eb
* Thu Nov 02 2017 Bastien Nocera <bnocera@redhat.com> - 2.4-1
50a2eb
+ iio-sensor-proxy-2.4-1
50a2eb
- Update to 2.4
50a2eb
50a2eb
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 2.3-1
50a2eb
+ iio-sensor-proxy-2.3-1
50a2eb
- Update to 2.3
50a2eb
50a2eb
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-3
50a2eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
50a2eb
50a2eb
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-2
50a2eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
50a2eb
50a2eb
* Wed Feb 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2-1
50a2eb
- Update to 2.2
50a2eb
50a2eb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1-2
50a2eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
50a2eb
50a2eb
* Thu Feb 02 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.1-1
50a2eb
- Update to 2.1
50a2eb
50a2eb
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0-1
50a2eb
- Update to 2.0
50a2eb
50a2eb
* Fri Nov 18 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.3-2
50a2eb
- Don't use hwdb update macro
50a2eb
- Trivial fixes
50a2eb
50a2eb
* Sat Sep 17 2016 Bastien Nocera <bnocera@redhat.com> - 1.3-1
50a2eb
- Update to 1.3
50a2eb
50a2eb
* Tue Sep 06 2016 Bastien Nocera <bnocera@redhat.com> - 1.2-1
50a2eb
- Update to 1.2
50a2eb
50a2eb
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
50a2eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
50a2eb
50a2eb
* Thu Jul 23 2015 Igor Gnatenko <ignatenko@src.gnome.org> - 1.1-1
50a2eb
- Update to 1.1
50a2eb
- Add -docs subpackage
50a2eb
50a2eb
* Tue Jun 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-6
50a2eb
- Fix udev rule (RHBZ #1234744)
50a2eb
50a2eb
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
50a2eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
50a2eb
50a2eb
* Wed May 27 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-4
50a2eb
- use real license (GPLv3+)
50a2eb
50a2eb
* Sun May 24 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-3
50a2eb
- Fix license tag
50a2eb
- Disable silent building
50a2eb
50a2eb
* Sat May 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-2
50a2eb
- Use _udevrules dir instead of custom detecting rules dir
50a2eb
50a2eb
* Sat May 23 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0-1
50a2eb
- Initial package