diff --git a/libshout-2.2.2-missing_lib.patch b/libshout-2.2.2-missing_lib.patch deleted file mode 100644 index f99a969..0000000 --- a/libshout-2.2.2-missing_lib.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff -Nru libshout-2.2.2.orig/shout.pc.in libshout-2.2.2/shout.pc.in ---- libshout-2.2.2.orig/shout.pc.in 2005-09-01 23:52:57.000000000 +0200 -+++ libshout-2.2.2/shout.pc.in 2008-12-08 18:53:36.000000000 +0100 -@@ -11,5 +11,6 @@ - Description: Audio streaming library for icecast encoders - Version: @VERSION@ - Requires: @SHOUT_REQUIRES@ -+Requires.private: @SHOUT_REQUIRES@ - Libs: -L${libdir} -lshout - Cflags: -I${includedir} @PTHREAD_CPPFLAGS@ @SHOUT_CFLAGS@ -diff -Nru libshout-2.2.2.orig/src/Makefile.am libshout-2.2.2/src/Makefile.am ---- libshout-2.2.2.orig/src/Makefile.am 2006-01-31 02:42:42.000000000 +0100 -+++ libshout-2.2.2/src/Makefile.am 2008-12-08 18:52:51.000000000 +0100 -@@ -26,7 +26,7 @@ - AM_CFLAGS = @XIPH_CFLAGS@ - - libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\ -- httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) -+ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) - - INCLUDES = -I$(top_builddir)/include - -diff -Nru libshout-2.2.2.orig/src/Makefile.in libshout-2.2.2/src/Makefile.in ---- libshout-2.2.2.orig/src/Makefile.in 2006-06-19 22:36:32.000000000 +0200 -+++ libshout-2.2.2/src/Makefile.in 2008-12-08 18:53:15.000000000 +0100 -@@ -261,7 +261,7 @@ - libshout_la_SOURCES = shout.c util.c ogg.c vorbis.c mp3.c $(MAYBE_THEORA) $(MAYBE_SPEEX) - AM_CFLAGS = @XIPH_CFLAGS@ - libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\ -- httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) -+ httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) - - INCLUDES = -I$(top_builddir)/include - all: all-recursive diff --git a/libshout.spec b/libshout.spec index e05db96..c872071 100644 --- a/libshout.spec +++ b/libshout.spec @@ -1,6 +1,6 @@ Name: libshout Version: 2.4.6 -Release: 1mamba +Release: 2mamba Summary: A library for communicating with and sending data to an icecast server Group: System/Libraries Vendor: openmamba @@ -8,7 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://www.icecast.org Source: http://downloads.us.xiph.org/releases/libshout/libshout-%{version}.tar.gz -Patch0: %{name}-2.2.2-missing_lib.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -31,7 +30,6 @@ Requires: %{name} = %{version} %description devel Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server. -With just a few lines of code, a programmer can easily turn any application into a streaming source for an icecast server. Libshout also allows developers who want a specific feature set (database access, request taking) to concentrate on that feature set, instead of worrying about how server communication works. This package contains static libraries and header files needed for development. %package tools @@ -46,7 +44,6 @@ This package contains the tools provided by %{name}. %prep %setup -q -#%patch0 -p1 %build %configure @@ -75,7 +72,6 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %dir %{_includedir}/shout %{_includedir}/shout/*.h %{_libdir}/libshout.a -%{_libdir}/libshout.la %{_libdir}/libshout.so %{_datadir}/aclocal/shout.m4 %{_libdir}/pkgconfig/*.pc @@ -87,6 +83,9 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %{_mandir}/man1/shout.1* %changelog +* Mon May 06 2024 Automatic Build System 2.4.6-2mamba +- rebuilt to remove .la file + * Tue Apr 12 2022 Automatic Build System 2.4.6-1mamba - automatic version update by autodist