diff --git a/SDL_image.changes b/SDL_image.changes index 5cc5def..3b38af2 100644 --- a/SDL_image.changes +++ b/SDL_image.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 2 14:51:55 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Mon Dec 21 14:23:25 UTC 2009 - prusnak@suse.cz diff --git a/SDL_image.spec b/SDL_image.spec index 85754a3..1c570ef 100644 --- a/SDL_image.spec +++ b/SDL_image.spec @@ -84,7 +84,7 @@ Authors: %build %configure --disable-static --with-pic -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -94,9 +94,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %postun -n libSDL_image-1_2-0 -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libSDL_image-1_2-0 %defattr(-,root,root) %doc CHANGES COPYING README diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000