Add BR systemd-devel so the seat tracking stuff works

- Build with full compiler output
- Do not build the profiles in parallel, backported from upstream
- Limit the memory allocation to 2GiB when building profiles
- Do not attempt to build the print profiles on ARM or PPC hardware
This commit is contained in:
Richard Hughes 2013-01-14 11:08:02 +00:00
parent 2d86c5728e
commit 7e548b4781

View File

@ -1,7 +1,7 @@
# Building the extra print profiles requires colprof, +4Gb of RAM and
# quite a lot of time. Don't enable this for test builds.
%define enable_print_profiles 0
%define enable_print_profiles 1
# Don't build the print profiles for secondary architectures on the
# logic that these are probably not doing press proofing or editing
@ -15,7 +15,7 @@
Summary: Color daemon
Name: colord
Version: 0.1.27
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freedesktop.org/software/colord/
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
@ -240,6 +240,13 @@ exit 0
%{_datadir}/gtk-doc/html/colord/*
%changelog
* Mon Jan 14 2013 Richard Hughes <richard@hughsie.com> 0.1.27-4
- Add BR systemd-devel so the seat tracking stuff works
- Build with full compiler output
- Do not build the profiles in parallel, backported from upstream
- Limit the memory allocation to 2GiB when building profiles
- Do not attempt to build the print profiles on ARM or PPC hardware
* Fri Jan 11 2013 Kalev Lember <kalevlember@gmail.com> 0.1.27-3
- Added self-obsoletes to 'colord' subpackage to fix the multilib upgrade path