forked from pool/SDL_net
Accepting request 75102 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/75102 OBS-URL: https://build.opensuse.org/package/show/games/SDL_net?expand=0&rev=7
This commit is contained in:
parent
d5d0b8344d
commit
e739178f24
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 2 14:53:38 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Use %_smp_mflags for parallel building
|
||||||
|
- Strip %clean section (not needed on BS)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 19 19:13:31 CET 2009 - jengelh@medozas.de
|
Sat Dec 19 19:13:31 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -83,15 +83,12 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
make %{?jobs:-j %jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libSDL_net-1_2-0 -p /sbin/ldconfig
|
%post -n libSDL_net-1_2-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libSDL_net-1_2-0 -p /sbin/ldconfig
|
%postun -n libSDL_net-1_2-0 -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user