From 52b16683906d77e72bbf868f5aba1b84a113bad2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 6 Jul 2012 12:10:06 +0100 Subject: [PATCH] run autoreconf to properly pull in gomp --- pixman.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pixman.spec b/pixman.spec index b692b80..b008759 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.26.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries @@ -18,7 +18,7 @@ Source1: make-pixman-snapshot.sh Patch1: openmp.patch -# BuildRequires: automake autoconf libtool pkgconfig +BuildRequires: automake autoconf libtool pkgconfig %description Pixman is a pixel manipulation library for X and cairo. @@ -37,6 +37,7 @@ Development library for pixman. %patch1 -p1 -b .openmp %build +autoreconf -vif %configure --disable-static make %{?_smp_mflags} V=1 CFLAGS="$CFLAGS -fopenmp -fno-strict-aliasing" LDFLAGS="$LDFLAGS -fopenmp" @@ -61,6 +62,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Fri Jul 6 2012 Peter Robinson - 0.26.2-2 +- run autoreconf to properly pull in gomp + * Thu Jul 5 2012 Peter Robinson - 0.26.2-1 - update to 0.26.2 - drop upstreamed patch