forked from pool/SDL_image
Accepting request 75100 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/75100 OBS-URL: https://build.opensuse.org/package/show/games/SDL_image?expand=0&rev=9
This commit is contained in:
parent
8d7fbc8849
commit
8f9316b9a7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 2 14:51:55 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Use %_smp_mflags for parallel building
|
||||||
|
- Strip %clean section (not needed on BS)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 21 14:23:25 UTC 2009 - prusnak@suse.cz
|
Mon Dec 21 14:23:25 UTC 2009 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ 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
|
||||||
@ -94,9 +94,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%postun -n libSDL_image-1_2-0 -p /sbin/ldconfig
|
%postun -n libSDL_image-1_2-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -n libSDL_image-1_2-0
|
%files -n libSDL_image-1_2-0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES COPYING README
|
%doc CHANGES COPYING README
|
||||||
|
Loading…
Reference in New Issue
Block a user