From f46301296a5e589ee494f53d88b6f9101ae3a3a0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 02:41:19 +0000 Subject: auto-import changelog data from SDL-1.1.4-1.src.rpm Mon Aug 07 2000 Bernhard Rosenkraenzer - build against new DGA - update to 1.1.4, remove patches (they're now in the base release) Tue Aug 01 2000 Bernhard Rosenkraenzer - %post -p /sbin/ldconfig (Bug #14928) - add URL Wed Jul 12 2000 Prospector - automatic rebuild Sun Jun 18 2000 Bill Nottingham - replace patch that fell out of SRPM Tue Jun 13 2000 Preston Brown - FHS paths - use 1.1 (development) version; everything even from Loki links to it! Thu May 04 2000 Bill Nottingham - autoconf fixes for ia64 Mon Apr 24 2000 Tim Powers - updated to 1.0.8 Tue Feb 15 2000 Tim Powers - updated to 1.0.4, fixes problems when run in 8bpp Tue Feb 01 2000 Tim Powers - applied patch from Hans de Goede for fullscreen toggling. - using --enable-video-x11-dgamouse since it smoothes the mouse some. Sun Jan 30 2000 Tim Powers - updated to 1.0.3, bugfix update Fri Jan 28 2000 Tim Powers - fixed group etc Fri Jan 21 2000 Tim Powers - build for 6.2 Powertools Wed Jan 19 2000 Sam Lantinga - Re-integrated spec file into SDL distribution - 'name' and 'version' come from configure - Some of the documentation is devel specific - Removed SMP support from %build - it doesn't work with libtool anyway Tue Jan 18 2000 Hakan Tandogan - Hacked Mandrake sdl spec to build 1.1 Sun Dec 19 1999 John Buswell - Build Release Sat Dec 18 1999 John Buswell - Add symlink for libSDL-1.0.so.0 required by sdlbomber - Added docs Thu Dec 09 1999 Lenny Cartier - v 1.0.0 Mon Nov 01 1999 Chmouel Boudjnah - First spec file for Mandrake distribution. --- diff --git a/.cvsignore b/.cvsignore index e69de29..a9ebc5a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +SDL-1.1.4.tar.bz2 diff --git a/SDL.spec b/SDL.spec new file mode 100644 index 0000000..366b4c9 --- /dev/null +++ b/SDL.spec @@ -0,0 +1,131 @@ +Summary: Simple DirectMedia Layer +Name: SDL +Version: 1.1.4 +Release: 1 +Source: http://www.libsdl.org/release/%{name}-%{version}.tar.bz2 +URL: http://www.libsdl.org/ +License: LGPL +Group: System Environment/Libraries +BuildRoot: %{_tmppath}/%{name}-%{version}-root +Prefix: %{_prefix} + +%description +This is the Simple DirectMedia Layer, a generic API that provides low level +access to audio, keyboard, mouse, and display framebuffer across multiple +platforms. + +%package devel +Summary: Libraries, includes and more to develop SDL applications. +Group: Development/Libraries + +%description devel +This is the Simple DirectMedia Layer, a generic API that provides low level +access to audio, keyboard, mouse, and display framebuffer across multiple +platforms. + +This is the libraries, include files and other resources you can use to +develop SDL applications. + +%prep +rm -rf %{buildroot} + +%setup -q + +%build +cp /usr/share/libtool/config.{sub,guess} . +./autogen.sh +export CXX=gcc +%configure --enable-video-x11-dgamouse --disable-nasm +make + +%install +rm -rf %{buildroot} +%makeinstall + +%clean +rm -rf %{buildroot} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%doc README-SDL.txt COPYING CREDITS BUGS +%{_libdir}/lib*.so.* + +%files devel +%defattr(-,root,root) +%doc README README-SDL.txt COPYING CREDITS BUGS WhatsNew docs.html +%doc docs/index.html docs/images +%doc docs/audio docs/cdrom docs/events docs/threads docs/video docs/time +%{_bindir}/*-config +%{_libdir}/lib*.so +%{_libdir}/*a +%{_includedir}/SDL/ +%{_datadir}/aclocal/* + +%changelog +* Mon Aug 7 2000 Bernhard Rosenkraenzer +- build against new DGA +- update to 1.1.4, remove patches (they're now in the base release) + +* Tue Aug 1 2000 Bernhard Rosenkraenzer +- %%post -p /sbin/ldconfig (Bug #14928) +- add URL + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Sun Jun 18 2000 Bill Nottingham +- replace patch that fell out of SRPM + +* Tue Jun 13 2000 Preston Brown +- FHS paths +- use 1.1 (development) version; everything even from Loki links to it! + +* Thu May 4 2000 Bill Nottingham +- autoconf fixes for ia64 + +* Mon Apr 24 2000 Tim Powers +- updated to 1.0.8 + +* Tue Feb 15 2000 Tim Powers +- updated to 1.0.4, fixes problems when run in 8bpp + +* Tue Feb 01 2000 Tim Powers +- applied patch from Hans de Goede for fullscreen toggling. +- using --enable-video-x11-dgamouse since it smoothes the mouse some. + +* Sun Jan 30 2000 Tim Powers +- updated to 1.0.3, bugfix update + +* Fri Jan 28 2000 Tim Powers +- fixed group etc + +* Fri Jan 21 2000 Tim Powers +- build for 6.2 Powertools + +* Wed Jan 19 2000 Sam Lantinga +- Re-integrated spec file into SDL distribution +- 'name' and 'version' come from configure +- Some of the documentation is devel specific +- Removed SMP support from %build - it doesn't work with libtool anyway + +* Tue Jan 18 2000 Hakan Tandogan +- Hacked Mandrake sdl spec to build 1.1 + +* Sun Dec 19 1999 John Buswell +- Build Release + +* Sat Dec 18 1999 John Buswell +- Add symlink for libSDL-1.0.so.0 required by sdlbomber +- Added docs + +* Thu Dec 09 1999 Lenny Cartier +- v 1.0.0 + +* Mon Nov 1 1999 Chmouel Boudjnah +- First spec file for Mandrake distribution. + +# end of file diff --git a/sources b/sources index e69de29..1e5925a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6f476bdae66a39d8b1eaadb10fd23634 SDL-1.1.4.tar.bz2