forked from pool/SDL_mixer
Accepting request 75101 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/75101 OBS-URL: https://build.opensuse.org/package/show/games/SDL_mixer?expand=0&rev=13
This commit is contained in:
parent
92a39b82b2
commit
13b7b705a3
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 2 14:52:44 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Use %_smp_mflags for parallel building
|
||||||
|
- Strip %clean section (not needed on BS)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 24 20:34:26 UTC 2010 - reddwarf@opensuse.org
|
Sat Jul 24 20:34:26 UTC 2010 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -87,15 +87,12 @@ Timidity MIDI, and SMPEG MP3 libraries.
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-pic
|
--with-pic
|
||||||
make %{?jobs:-j %jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install install-bin DESTDIR=$RPM_BUILD_ROOT
|
make install install-bin DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libSDL_mixer-1_2-0 -p /sbin/ldconfig
|
%post -n libSDL_mixer-1_2-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libSDL_mixer-1_2-0 -p /sbin/ldconfig
|
%postun -n libSDL_mixer-1_2-0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user