From de4003ef4f9e9200ccc894dbd08c1cf08484440e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:46:06 +0100 Subject: [PATCH] automatic version update by autodist [release 2.4.5-1mamba;Sat Feb 13 2021] --- README.md | 1 - libshout.spec | 39 ++++++++++++++++++++++++++++----------- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 501be68..3e62473 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # libshout 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. diff --git a/libshout.spec b/libshout.spec index 5483aa2..8e5fc30 100644 --- a/libshout.spec +++ b/libshout.spec @@ -1,12 +1,12 @@ Name: libshout -Version: 2.4.4 +Version: 2.4.5 Release: 1mamba Summary: A library for communicating with and sending data to an icecast server Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan -URL: http://www.icecast.org +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 @@ -22,7 +22,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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. %package devel @@ -32,10 +31,18 @@ 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. -This package contains static libraries and header files need for development. +%package tools +Group: Applications/Multimedia +Summary: Tools provided with %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +This package contains the tools provided by %{name}. + +%debug_package %prep %setup -q @@ -59,20 +66,30 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %files %defattr(-,root,root) -%{_libdir}/*.so.* +%{_libdir}/libshout.so.* %{_libdir}/ckport/db/libshout.ckport -%doc COPYING INSTALL README +%doc COPYING %files devel %defattr(-,root,root) -%{_datadir}/aclocal/shout.m4 +%dir %{_includedir}/shout %{_includedir}/shout/*.h -%{_libdir}/*.a -%{_libdir}/*.la -%{_libdir}/*.so +%{_libdir}/libshout.a +%{_libdir}/libshout.la +%{_libdir}/libshout.so +%{_datadir}/aclocal/shout.m4 %{_libdir}/pkgconfig/*.pc +%doc README + +%files tools +%defattr(-,root,root) +%{_bindir}/shout +%{_mandir}/man1/shout.1* %changelog +* Sat Feb 13 2021 Automatic Build System 2.4.5-1mamba +- automatic version update by autodist + * Sun Oct 25 2020 Automatic Build System 2.4.4-1mamba - automatic update by autodist