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:
parent
bdaac1b7a6
commit
ca4ee2a1a6
@ -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
|
Mon Feb 21 16:30:00 CET 2011 - tzotsos@opensuse.org
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic --disable-mmx
|
%configure --disable-static --with-pic --disable-mmx
|
||||||
%{__make} %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -129,9 +129,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%postun -n libSDL_gfx13 -p /sbin/ldconfig
|
%postun -n libSDL_gfx13 -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -n libSDL_gfx13
|
%files -n libSDL_gfx13
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog LICENSE NEWS README
|
%doc AUTHORS COPYING ChangeLog LICENSE NEWS README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user