OBS User unknown 2007-11-19 09:26:58 +00:00 committed by Git OBS Bridge
parent f66ac654de
commit a9c1d78a8e
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 18 13:27:14 CET 2007 - sndirsch@suse.de
- disable use of MMX on i386 to fix build with gcc 4.3
-------------------------------------------------------------------
Tue Feb 6 17:12:51 CET 2007 - sndirsch@suse.de

View File

@ -12,13 +12,13 @@
Name: SDL_gfx
BuildRequires: SDL-devel libstdc++-devel
URL: http://www.ferzkopp.net/mambo/index.php?option=com_content&task=view&id=14&Itemid=29
Url: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
Summary: SDL Graphics Routines for Primitives and Other Support Functions
Version: 2.0.16
Release: 1
Release: 80
Source0: %{name}-%{version}.tar.gz
Patch: random.diff
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
License: LGPL v2.1 or later
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Prefix: %{_prefix}
@ -85,9 +85,7 @@ libtoolize --copy --force
aclocal
autoconf
CFLAGS="$RPM_OPT_FLAGS" ./configure \
%ifnarch %ix86
--disable-mmx \
%endif
--prefix=%{prefix} \
--libdir=%{prefix}/%_lib
make
@ -115,8 +113,9 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/%_lib/*a
%{prefix}/include/SDL/
%{prefix}/%_lib/lib*.so
%changelog -n SDL_gfx
%changelog
* Sun Nov 18 2007 - sndirsch@suse.de
- disable use of MMX on i386 to fix build with gcc 4.3
* Tue Feb 06 2007 - sndirsch@suse.de
- updated to release 2.0.16
* updated config.sub to newer version