Commit 3c5d9342 authored by Sam Lantinga's avatar Sam Lantinga

Removed support for Darwin, due to build problems on ps2linux

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401805
parent 2b266d55
...@@ -9,9 +9,12 @@ Group: System Environment/Libraries ...@@ -9,9 +9,12 @@ Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Prefix: %{_prefix} Prefix: %{_prefix}
%ifos linux %ifos linux
Provides: libSDL-1.1.so.0 Provides: libSDL-1.2.so.0
%endif %endif
%define __defattr %defattr(-,root,root)
%define __soext so
%description %description
This is the Simple DirectMedia Layer, a generic API that provides low This is the Simple DirectMedia Layer, a generic API that provides low
level access to audio, keyboard, mouse, and display framebuffer across level access to audio, keyboard, mouse, and display framebuffer across
...@@ -59,25 +62,13 @@ ln -s libSDL-1.2.so.0 $RPM_BUILD_ROOT%{prefix}/lib/libSDL-1.1.so.0 ...@@ -59,25 +62,13 @@ ln -s libSDL-1.2.so.0 $RPM_BUILD_ROOT%{prefix}/lib/libSDL-1.1.so.0
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%ifnos darwin
%define __defattr %defattr(-,root,root)
%define __soext so
%else
%define __defattr %defattr(-,root,wheel)
%define __soext dylib
%endif
%files %files
%{__defattr} %{__defattr}
%doc README-SDL.txt COPYING CREDITS BUGS %doc README-SDL.txt COPYING CREDITS BUGS
%ifnos darwin
%{_libdir}/lib*.%{__soext}.* %{_libdir}/lib*.%{__soext}.*
%else
%{_libdir}/lib*.*.%{__soext}
%endif
%files devel %files devel
%defattr(-,root,root) %{__defattr}
%doc README README-SDL.txt COPYING CREDITS BUGS WhatsNew docs.html %doc README README-SDL.txt COPYING CREDITS BUGS WhatsNew docs.html
%doc docs/index.html docs/html %doc docs/index.html docs/html
%{_bindir}/*-config %{_bindir}/*-config
...@@ -90,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -90,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Tue May 16 2006 Sam Lantinga <slouken@libsdl.org>
- Removed support for Darwin, due to build problems on ps2linux
* Mon Jan 03 2004 Anders Bjorklund <afb@algonet.se> * Mon Jan 03 2004 Anders Bjorklund <afb@algonet.se>
- Added support for Darwin, updated spec file - Added support for Darwin, updated spec file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment