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
This commit is contained in:
Vincent Untz 2012-03-26 08:02:11 +00:00 committed by Git OBS Bridge
parent 8851a256f2
commit 01bfcba4ac
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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