forked from pool/SDL_Pango
Accepting request 75098 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/75098 OBS-URL: https://build.opensuse.org/package/show/games/SDL_Pango?expand=0&rev=7
This commit is contained in:
parent
44015553f3
commit
816c887e51
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 2 14:51:05 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Use %_smp_mflags for parallel building
|
||||||
|
- Strip %clean section (not needed on BS)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 27 02:36:01 CET 2010 - jengelh@medozas.de
|
Wed Jan 27 02:36:01 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -82,15 +82,12 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
make %{?jobs:-j %jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libSDL_Pango1 -p /sbin/ldconfig
|
%post -n libSDL_Pango1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libSDL_Pango1 -p /sbin/ldconfig
|
%postun -n libSDL_Pango1 -p /sbin/ldconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user