SHA256
1
0
forked from pool/SDL_gfx

Accepting request 75099 from home:jengelh:branches:games

- Use %_smp_mflags for parallel building
- Strip %clean section (not needed on BS)

OBS-URL: https://build.opensuse.org/request/show/75099
OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=10
This commit is contained in:
Jan Engelhardt 2011-07-05 00:47:36 +00:00 committed by Git OBS Bridge
parent bdaac1b7a6
commit ca4ee2a1a6
2 changed files with 7 additions and 4 deletions

View File

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

View File

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