- fix non-Fedora build

This commit is contained in:
Dan Horák 2016-01-29 09:42:14 +01:00
parent a415f15c86
commit 2ed1cbe85f

View File

@ -19,7 +19,7 @@
Summary: Color daemon
Name: colord
Version: 1.3.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freedesktop.org/software/colord/
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
@ -127,6 +127,7 @@ ulimit -Sv 2000000
%endif
%if 0%{?rhel}
--disable-bash-completion \
--disable-argyllcms-sensor \
%endif
%if !0%{?rhel}
--enable-libcolordcompat \
@ -282,6 +283,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gtk-doc/html/colord/*
%changelog
* Fri Jan 29 2016 Dan Horák <dan[at]danny.cz 1.3.1-2
- fix non-Fedora build
* Fri Nov 27 2015 Richard Hughes <richard@hughsie.com> 1.3.1-1
- New upstream version
- Add a systemd user service corresponding to the D-Bus session service