forked from pool/SDL_gfx
Source URLs/ cleanups
OBS-URL: https://build.opensuse.org/package/show/games/SDL_gfx?expand=0&rev=20
This commit is contained in:
parent
bb0f4c35dc
commit
50db7ca6c1
3
SDL_gfx-2.0.25.tar.gz
Normal file
3
SDL_gfx-2.0.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:556eedc06b6cf29eb495b6d27f2dcc51bf909ad82389ba2fa7bdc4dec89059c0
|
||||||
|
size 1760656
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:17ef477ac2bb637c082f6eff0bf0cd73d9166395b8c1665b29680b71042b9920
|
|
||||||
size 845948
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 18 10:16:18 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Use source URLs. Specfile cleanups.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 11 03:49:34 UTC 2013 - jengelh@inai.de
|
Mon Nov 11 03:49:34 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
21
SDL_gfx.spec
21
SDL_gfx.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SDL_gfx
|
# spec file for package SDL_gfx
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||||
@ -23,12 +23,11 @@ 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://www.ferzkopp.net/joomla/content/view/19/14/
|
Url: http://cms.ferzkopp.net/index.php/software/13-sdl-gfx
|
||||||
|
|
||||||
Source: %name-%version.tar.xz
|
Source: http://downloads.sf.net/sdlgfx/%name-%version.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRequires: libSDL-devel
|
BuildRequires: pkgconfig(sdl)
|
||||||
BuildRequires: xz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,8 +39,8 @@ surfaces.
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
Summary: SDL Graphics Routines for Primitives and Other Support Functions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: SDL_gfx = %{version}
|
Provides: SDL_gfx = %version-%release
|
||||||
Obsoletes: SDL_gfx < %{version}
|
Obsoletes: SDL_gfx < %version-%release
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
|
||||||
@ -84,7 +83,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
@ -96,8 +95,8 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -n libSDL_gfx-devel
|
%files -n libSDL_gfx-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/SDL/
|
%_includedir/SDL/
|
||||||
%{_libdir}/lib*.so
|
%_libdir/lib*.so
|
||||||
%{_libdir}/pkgconfig/SDL_gfx.pc
|
%_libdir/pkgconfig/SDL_gfx.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
libSDL_gfx15
|
libSDL_gfx15
|
||||||
provides "SDL_gfx-<targettype> = <version>"
|
provides "SDL_gfx-<targettype> = <version>"
|
||||||
obsoletes "SDL_gfx-<targettype> <= <version>"
|
obsoletes "SDL_gfx-<targettype> <= <version>"
|
||||||
libSDL_gfx-devel
|
libSDL_gfx-devel
|
||||||
requires -libSDL_gfx-<targettype>
|
requires -libSDL_gfx-<targettype>
|
||||||
requires "libSDL_gfx15-<targettype> = <version>"
|
requires "libSDL_gfx15-<targettype> = <version>"
|
||||||
|
Loading…
Reference in New Issue
Block a user