From 01bfcba4ac5fe660b2ffa37cece9fc9997c7fb023f3f7fc45b9161f86b18cff2 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 26 Mar 2012 08:02:11 +0000 Subject: [PATCH] Accepting request 110636 from home:jengelh:branches:GNOME:Factory - Parallel build with %_smp_mflags; remove redundant sections OBS-URL: https://build.opensuse.org/request/show/110636 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pixman?expand=0&rev=59 --- pixman.changes | 5 +++++ pixman.spec | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pixman.changes b/pixman.changes index 26bf163..9d57cb7 100644 --- a/pixman.changes +++ b/pixman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 22 14:24:37 UTC 2012 - jengelh@medozas.de + +- Parallel build with %_smp_mflags; remove redundant sections + ------------------------------------------------------------------- Thu Feb 9 08:51:13 UTC 2012 - vuntz@opensuse.org diff --git a/pixman.spec b/pixman.spec index bc9f3cc..d34dfc1 100644 --- a/pixman.spec +++ b/pixman.spec @@ -14,7 +14,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: pixman Version: 0.24.4 Release: 0 @@ -62,15 +61,12 @@ Pixman is a pixel manipulation library for X and cairo. --disable-arm-neon \ %endif --disable-static -make V=1 %{?jobs:-j%jobs} +make V=1 %{?_smp_mflags} %install %makeinstall rm %{buildroot}%{_libdir}/libpixman-1.la -%clean -rm -rf %{buildroot} - %post -n libpixman-1-0 -p /sbin/ldconfig %postun -n libpixman-1-0 -p /sbin/ldconfig