Accepting request 111774 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/111774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pixman?expand=0&rev=32
This commit is contained in:
Stephan Kulow 2012-03-29 12:04:16 +00:00 committed by Git OBS Bridge
commit 9c8f583347
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 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: pixman Name: pixman
Version: 0.24.4 Version: 0.24.4
Release: 0 Release: 0
@ -62,15 +61,12 @@ Pixman is a pixel manipulation library for X and cairo.
--disable-arm-neon \ --disable-arm-neon \
%endif %endif
--disable-static --disable-static
make V=1 %{?jobs:-j%jobs} make V=1 %{?_smp_mflags}
%install %install
%makeinstall %makeinstall
rm %{buildroot}%{_libdir}/libpixman-1.la rm %{buildroot}%{_libdir}/libpixman-1.la
%clean
rm -rf %{buildroot}
%post -n libpixman-1-0 -p /sbin/ldconfig %post -n libpixman-1-0 -p /sbin/ldconfig
%postun -n libpixman-1-0 -p /sbin/ldconfig %postun -n libpixman-1-0 -p /sbin/ldconfig