cleanup spec

OBS-URL: https://build.opensuse.org/package/show/games/SDL2_gfx?expand=0&rev=3
This commit is contained in:
Pavol Rusnak 2013-10-28 17:49:12 +00:00 committed by Git OBS Bridge
parent 81440fa47f
commit a831b7814e

View File

@ -17,15 +17,15 @@
Name: SDL2_gfx Name: SDL2_gfx
BuildRequires: libSDL2-devel Version: 1.0.0
Url: http://sourceforge.net/projects/sdl2gfx/ Release: 0
Summary: SDL2 Graphics Routines for Primitives and Other Support Functions Summary: SDL2 Graphics Routines for Primitives and Other Support Functions
License: Zlib License: Zlib
Group: System/Libraries Group: System/Libraries
Version: 1.0.0 Url: http://sourceforge.net/projects/sdl2gfx/
Release: 0
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
BuildRequires: libSDL2-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -58,8 +58,8 @@ Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) fo
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT %make_install
%{__rm} -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_libdir}/*.la
%post -n libSDL2_gfx-1_0-0 -p /sbin/ldconfig %post -n libSDL2_gfx-1_0-0 -p /sbin/ldconfig