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