[pixman] run autoreconf to properly pull in gomp

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 6 11:10:13 UTC 2012


commit 52b16683906d77e72bbf868f5aba1b84a113bad2
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 6 12:10:06 2012 +0100

    run autoreconf to properly pull in gomp

 pixman.spec |    8 ++++++--
 1 files 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 <pbrobinson at fedoraproject.org> - 0.26.2-2
+- run autoreconf to properly pull in gomp
+
 * Thu Jul  5 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 0.26.2-1
 - update to 0.26.2
 - drop upstreamed patch


More information about the scm-commits mailing list