forked from pool/SDL2_image
descriptions
OBS-URL: https://build.opensuse.org/package/show/games/SDL2_image?expand=0&rev=12
This commit is contained in:
parent
978b3fc52c
commit
8bdcf850e3
@ -2,7 +2,7 @@
|
|||||||
Tue Jan 6 12:00:16 UTC 2015 - jengelh@inai.de
|
Tue Jan 6 12:00:16 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
- Improve package summary and description
|
- Improve package summary and description
|
||||||
- Drop --with-pic which is enabled anyway
|
- Drop --with-pic which is enabled implicitly anyway
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 12 10:42:27 UTC 2013 - dvaleev@suse.com
|
Thu Sep 12 10:42:27 UTC 2013 - dvaleev@suse.com
|
||||||
|
@ -39,18 +39,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
This is a simple library to load images of various formats as SDL
|
This is a simple library to load images of various formats as SDL
|
||||||
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF
|
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
|
||||||
formats.
|
TIFF and WEBP formats.
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Simple DirectMedia Layer 2 - Image Loading Library
|
Summary: Simple DirectMedia Layer 2 – Image Loading Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: SDL2_image = %version-%release
|
Provides: SDL2_image = %version-%release
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
This is a simple library to load images of various formats as SDL
|
This is a simple library to load images of various formats as SDL
|
||||||
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF
|
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
|
||||||
formats.
|
TIFF and WEBP formats.
|
||||||
|
|
||||||
%package -n libSDL2_image-devel
|
%package -n libSDL2_image-devel
|
||||||
Summary: Development files for the SDL2 image loader library
|
Summary: Development files for the SDL2 image loader library
|
||||||
@ -61,8 +61,8 @@ Provides: SDL2_image-devel = %version-%release
|
|||||||
|
|
||||||
%description -n libSDL2_image-devel
|
%description -n libSDL2_image-devel
|
||||||
This is a simple library to load images of various formats as SDL
|
This is a simple library to load images of various formats as SDL
|
||||||
surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TIFF
|
surfaces. This library supports the BMP, PPM, PCX, GIF, JPEG, PNG,
|
||||||
and WEBP formats.
|
TIFF and WEBP formats.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user