1
0
forked from pool/SDL_sound

Accepting request 75103 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/75103
OBS-URL: https://build.opensuse.org/package/show/games/SDL_sound?expand=0&rev=7
This commit is contained in:
Jan Engelhardt 2011-07-05 00:09:16 +00:00 committed by Git OBS Bridge
parent 65f4a244bd
commit b914ecec7a
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jul 2 14:54:00 UTC 2011 - jengelh@medozas.de
- Use %_smp_mflags for parallel building
- Strip %clean section (not needed on BS)
-------------------------------------------------------------------
Wed Jan 27 02:44:11 CET 2010 - jengelh@medozas.de

View File

@ -96,7 +96,7 @@ Authors:
--disable-sdltest \
--disable-smpeg \
--disable-mpglib
make %{?jobs:-j %jobs}
make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
@ -106,9 +106,6 @@ rm -f %{buildroot}%{_libdir}/*.la
%postun -n libSDL_sound-1_0-1 -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -n libSDL_sound-1_0-1
%defattr(-,root,root)
%doc CHANGELOG COPYING CREDITS README TODO

0
ready
View File