Accepting request 630061 from games
OBS-URL: https://build.opensuse.org/request/show/630061 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL_gfx?expand=0&rev=29
This commit is contained in:
commit
f7979e1c97
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:556eedc06b6cf29eb495b6d27f2dcc51bf909ad82389ba2fa7bdc4dec89059c0
|
|
||||||
size 1760656
|
|
BIN
SDL_gfx-2.0.26.tar.gz
(Stored with Git LFS)
Normal file
BIN
SDL_gfx-2.0.26.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 21:09:08 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Readd SDL_gfx-devel Provides/Obsoletes, still needed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 9 14:21:55 UTC 2018 - rpm@fthiessen.de
|
||||||
|
|
||||||
|
- Update to 2.0.26
|
||||||
|
* Included patch for CMake builds against SDL2
|
||||||
|
* Fixed bug in rotozoomSurfaceSizeTrig
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 8 09:35:47 UTC 2015 - jengelh@inai.de
|
Thu Jan 8 09:35:47 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
25
SDL_gfx.spec
25
SDL_gfx.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_gfx
|
# spec file for package SDL_gfx
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,19 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: SDL_gfx
|
|
||||||
%define lname libSDL_gfx15
|
%define lname libSDL_gfx15
|
||||||
Version: 2.0.25
|
Name: SDL_gfx
|
||||||
|
Version: 2.0.26
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||||
License: Zlib
|
License: Zlib
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Url: http://cms.ferzkopp.net/index.php/software/13-sdl-gfx
|
URL: http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
|
||||||
|
Source: http://www.ferzkopp.net/Software/SDL_gfx-2.0/%name-%version.tar.gz
|
||||||
Source: http://downloads.sf.net/sdlgfx/%name-%version.tar.gz
|
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
BuildRequires: dos2unix
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(sdl)
|
BuildRequires: pkgconfig(sdl)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||||
@ -80,21 +80,22 @@ written in plain C and can be used in C++ code.
|
|||||||
# on for x86_64 anyway - but that one can use SSE instead.
|
# on for x86_64 anyway - but that one can use SSE instead.
|
||||||
%configure --disable-static --disable-mmx
|
%configure --disable-static --disable-mmx
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
dos2unix README
|
||||||
|
chmod 644 LICENSE AUTHORS ChangeLog NEWS README
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
find %buildroot -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%license LICENSE
|
||||||
%doc AUTHORS COPYING ChangeLog LICENSE NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%_libdir/libSDL_gfx.so.15*
|
%_libdir/libSDL_gfx.so.15*
|
||||||
|
|
||||||
%files -n libSDL_gfx-devel
|
%files -n libSDL_gfx-devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%_includedir/SDL/
|
%_includedir/SDL/
|
||||||
%_libdir/lib*.so
|
%_libdir/lib*.so
|
||||||
%_libdir/pkgconfig/SDL_gfx.pc
|
%_libdir/pkgconfig/SDL_gfx.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user