This commit is contained in:
parent
f66ac654de
commit
a9c1d78a8e
@ -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
|
||||
|
||||
|
13
SDL_gfx.spec
13
SDL_gfx.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user