From bce6143dd6de0f8dc2a6ab8773de6b65ede01a95 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 02:42:46 +0000 Subject: auto-import changelog data from SDL-1.2.5-3.src.rpm Mon Feb 10 2003 Thomas Woerner 1.2.5-3 - added -fPIC to LDFLAGS Wed Jan 22 2003 Tim Powers - rebuilt Tue Dec 10 2002 Thomas Woerner 1.2.5-1 - new version 1.2.5 - disabled conflicting automake16 patch - dgavideo modes fix (#78861) Sun Dec 01 2002 Elliot Lee 1.2.4-7 - Fix unpackaged files by including them. - _smp_mflags Fri Nov 29 2002 Tim Powers 1.2.4-6 - remove unpackaged files from the buildroot - lib64'ize --- diff --git a/.cvsignore b/.cvsignore index e04dfd5..7850a3c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -SDL-1.2.4.tar.bz2 +SDL-1.2.5.tar.gz diff --git a/SDL.spec b/SDL.spec index a224e3a..82985eb 100644 --- a/SDL.spec +++ b/SDL.spec @@ -1,26 +1,20 @@ -%define noesd %{nil} Summary: A cross-platform multimedia library. Name: SDL -Version: 1.2.4 -Release: 5.0ppc -Source: http://www.libsdl.org/release/%{name}-%{version}.tar.bz2 +Version: 1.2.5 +Release: 3 +Source: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Patch0: SDL-1.1.7-byteorder.patch Patch2: SDL-1.2.2-autoconf25.patch -Patch3: SDL-1.2.4-automake16.patch Patch4: SDL-1.2.3-prefersounddaemons.patch Patch5: SDL-1.2.3-c++.patch +Patch6: SDL-1.2.5-dgavideo-modes.patch URL: http://www.libsdl.org/ License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} BuildRequires: arts-devel audiofile-devel -%ifnarch s390 s390x ppc -###BuildRequires: nasm >= 0.98.8 -%endif -%if "%{noesd}" == "" BuildRequires: esound-devel -%endif %description Simple DirectMedia Layer (SDL) is a cross-platform multimedia library @@ -46,20 +40,16 @@ rm -rf %{buildroot} AUTOMAKE_VER=`automake --version |head -n1 |sed -e "s,.* ,," |cut -b1-3 | sed -e "s,\.,,g"` if [ "$AUTOMAKE_VER" -gt 14 ]; then %patch2 -p1 -b .ac25x -%patch3 -p1 -b .am16 fi %patch4 -p1 -b .prefer %patch5 -p1 -b .c++ +%patch6 -p1 -b .modes %build cp /usr/share/libtool/config.{sub,guess} . ./autogen.sh -CFLAGS="$RPM_OPT_FLAGS -fPIC" CXXFLAGS="$RPM_OPT_FLAGS -fPIC" ./configure --disable-debug --prefix=%{prefix} --sysconfdir=/etc --enable-dlopen --enable-arts --enable-arts-shared \ -%if "%{noesd}" != "" ---disable-esd -%else +CFLAGS="$RPM_OPT_FLAGS -fPIC" CXXFLAGS="$RPM_OPT_FLAGS -fPIC" LDFLAGS="-fPIC" ./configure --disable-debug --prefix=%{prefix} --sysconfdir=/etc --enable-dlopen --enable-arts --enable-arts-shared --libdir=%{_libdir} \ --enable-esd --enable-esd-shared -%endif # Workaround for broken automake mess AUTOMAKE_VER=`automake --version |head -n1 |sed -e "s,.* ,," |cut -b1-3 | sed -e "s,\.,,g"` if [ "$AUTOMAKE_VER" -gt 14 ]; then @@ -70,7 +60,7 @@ chmod +x automake export PATH=`pwd`:$PATH fi # End workaround -make +make %{?_smp_mflags} %install rm -rf %{buildroot} @@ -97,10 +87,30 @@ rm -rf %{buildroot} %{_bindir}/*-config %{_libdir}/lib*.so %{_libdir}/*a -%{_includedir}/SDL/ +%{_includedir}/SDL %{_datadir}/aclocal/* +%{_mandir}/man3/SDL*.3* %changelog +* Mon Feb 10 2003 Thomas Woerner 1.2.5-3 +- added -fPIC to LDFLAGS + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Tue Dec 10 2002 Thomas Woerner 1.2.5-1 +- new version 1.2.5 +- disabled conflicting automake16 patch +- dgavideo modes fix (#78861) + +* Sun Dec 01 2002 Elliot Lee 1.2.4-7 +- Fix unpackaged files by including them. +- _smp_mflags + +* Fri Nov 29 2002 Tim Powers 1.2.4-6 +- remove unpackaged files from the buildroot +- lib64'ize + * Sat Jul 20 2002 Florian La Roche - do not require nasm for mainframe diff --git a/sources b/sources index f20c04a..6b9bacf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b222e9d926638955e5fce3e6ad0db589 SDL-1.2.4.tar.bz2 +cacacf4e4cca546de168fedc23b9b44b SDL-1.2.5.tar.gz