Regenerate Makefiles because of patch 0

This commit is contained in:
Richard Hughes 2013-01-14 13:02:31 +00:00
parent 7e548b4781
commit aeee5a0eca

View File

@ -23,6 +23,7 @@ Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version
# backport from upstream -- only build one profile at a time # backport from upstream -- only build one profile at a time
Patch0: notparallel.patch Patch0: notparallel.patch
BuildRequires: automake
BuildRequires: dbus-devel BuildRequires: dbus-devel
BuildRequires: docbook-utils BuildRequires: docbook-utils
BuildRequires: gettext BuildRequires: gettext
@ -96,6 +97,7 @@ This may be useful for CMYK soft-proofing or for extra device support.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .notparallel %patch0 -p1 -b .notparallel
automake
%build %build
# we can't use _hardened_build here, see # we can't use _hardened_build here, see