diff --git a/SDL_Pango.changes b/SDL_Pango.changes index 1856b88..1720396 100644 --- a/SDL_Pango.changes +++ b/SDL_Pango.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 2 14:51:05 UTC 2011 - jengelh@medozas.de + +- Use %_smp_mflags for parallel building +- Strip %clean section (not needed on BS) + ------------------------------------------------------------------- Wed Jan 27 02:36:01 CET 2010 - jengelh@medozas.de diff --git a/SDL_Pango.spec b/SDL_Pango.spec index dbb8fdf..a5f6e69 100644 --- a/SDL_Pango.spec +++ b/SDL_Pango.spec @@ -82,15 +82,12 @@ Authors: %build %configure --disable-static --with-pic -make %{?jobs:-j %jobs} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -n libSDL_Pango1 -p /sbin/ldconfig %postun -n libSDL_Pango1 -p /sbin/ldconfig diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000