diff --git a/SDL_gfx.changes b/SDL_gfx.changes index 7910140..2324f42 100644 --- a/SDL_gfx.changes +++ b/SDL_gfx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 2 14:51:35 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Mon Feb 21 16:30:00 CET 2011 - tzotsos@opensuse.org diff --git a/SDL_gfx.spec b/SDL_gfx.spec index 412fa98..16c0a88 100644 --- a/SDL_gfx.spec +++ b/SDL_gfx.spec @@ -119,7 +119,7 @@ Authors: %build %configure --disable-static --with-pic --disable-mmx -%{__make} %{?jobs:-j%jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -129,9 +129,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %postun -n libSDL_gfx13 -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libSDL_gfx13 %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog LICENSE NEWS README