rebuilt to remove .la file [release 1.0.3-7mamba;Thu Jun 13 2024]

This commit is contained in:
Silvan Calarco 2024-06-14 09:37:53 +02:00
parent 3d1adb6d00
commit dfef8953c5
2 changed files with 12 additions and 49 deletions

View File

@ -1,24 +0,0 @@
diff -Nru SDL_sound-1.0.1.orig/configure SDL_sound-1.0.1/configure
--- SDL_sound-1.0.1.orig/configure 2006-03-31 04:24:10.000000000 +0200
+++ SDL_sound-1.0.1/configure 2006-03-31 04:25:33.000000000 +0200
@@ -7363,16 +7363,11 @@
}
else
{
- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
-minimum version\n", $smpeg_major_version, $smpeg_minor_version,
-$smpeg_micro_version);
- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
-correct, then it is\n", major, minor, micro);
+ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the minimum version\n", $smpeg_major_version, $smpeg_minor_version,$smpeg_micro_version);
+ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is correct, then it is\n", major, minor, micro);
printf("*** best to upgrade to the required version.\n");
- printf("*** If smpeg-config was wrong, set the environment variable
-SMPEG_CONFIG\n");
- printf("*** to point to the correct copy of smpeg-config, and remove
-the file\n");
+ printf("*** If smpeg-config was wrong, set the environment variable SMPEG_CONFIG\n");
+ printf("*** to point to the correct copy of smpeg-config, and remove the file\n");
printf("*** config.cache before re-running configure\n");
return 1;
}

View File

@ -1,6 +1,6 @@
Name: libSDL_sound
Version: 1.0.3
Release: 6mamba
Release: 7mamba
Summary: A library that handles the decoding of several popular sound file formats, such as .WAV and .MP3
Group: System/Libraries
Vendor: openmamba
@ -8,33 +8,19 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://icculus.org/SDL_sound/
Source: http://icculus.org/SDL_sound/downloads/SDL_sound-%{version}.tar.gz
Patch0: libSDL_sound-1.0.1-configure.patch
Patch1: libSDL_sound-1.0.3-renamed-physfs-export.patch
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libaudio-devel
BuildRequires: libdirectfb-devel
BuildRequires: libflac-devel >= 1.1.2
BuildRequires: libICE-devel
BuildRequires: libmikmod-devel >= 3.1.11
BuildRequires: libmodplug-devel >= 0.7
BuildRequires: libogg-devel >= 1.1.3
BuildRequires: libflac-devel
BuildRequires: libmikmod-devel
BuildRequires: libmodplug-devel
BuildRequires: libogg-devel
BuildRequires: libphysfs-devel
BuildRequires: libSDL-devel >= 1.2.13
BuildRequires: libSM-devel
BuildRequires: libspeex-devel >= 1.0.5
BuildRequires: libstdc++6-devel
BuildRequires: libvorbis-devel >= 1.1.2
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXt-devel
BuildRequires: libz-devel
BuildRequires: libsdl12-compat-devel
BuildRequires: libspeex-devel
BuildRequires: libvorbis-devel
## AUTOBUILDREQ-END
BuildRequires: libsmpeg-devel >= 0.4.5
BuildRequires: libflac >= 1.1.2
%description
SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler. The programmer gives SDL_sound a filename, or feeds it data directly from one of many sources, and then reads the decoded waveform data back at her leisure. If resource constraints are a concern, SDL_sound can process sound data in programmer-specified blocks. Alternately, SDL_sound can decode a whole sound file and hand back a single pointer to the whole waveform. SDL_sound can also handle sample rate, audio format, and channel conversion on-the-fly and behind-the-scenes, if the programmer desires.
@ -61,8 +47,7 @@ This package contains the tools provided with %{name}.
%prep
%setup -q -n SDL_sound-%{version}
#%patch0 -p1
%patch1 -p1
%patch 1 -p1
%build
%configure
@ -84,7 +69,6 @@ This package contains the tools provided with %{name}.
%defattr(-,root,root)
%{_includedir}/SDL/*.h
%{_libdir}/libSDL_sound.a
%{_libdir}/libSDL_sound.la
%{_libdir}/libSDL_sound.so
%doc README TODO
@ -94,6 +78,9 @@ This package contains the tools provided with %{name}.
%{_bindir}/playsound_simple
%changelog
* Thu Jun 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-7mamba
- rebuilt to remove .la file
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.3-6mamba
- don't own /usr/include/SDL; add debug package; other specfile fixes