automatic version update by autodist [release 2.4.5-1mamba;Sat Feb 13 2021]

This commit is contained in:
Automatic Build System 2024-01-06 05:46:06 +01:00
parent 06a1bdd574
commit de4003ef4f
2 changed files with 28 additions and 12 deletions

View File

@ -1,6 +1,5 @@
# libshout # 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. 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. 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.

View File

@ -1,12 +1,12 @@
Name: libshout Name: libshout
Version: 2.4.4 Version: 2.4.5
Release: 1mamba Release: 1mamba
Summary: A library for communicating with and sending data to an icecast server Summary: A library for communicating with and sending data to an icecast server
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@qilinux.it> Packager: Davide Madrisan <davide.madrisan@qilinux.it>
URL: http://www.icecast.org URL: https://www.icecast.org
Source: http://downloads.us.xiph.org/releases/libshout/libshout-%{version}.tar.gz Source: http://downloads.us.xiph.org/releases/libshout/libshout-%{version}.tar.gz
Patch0: %{name}-2.2.2-missing_lib.patch Patch0: %{name}-2.2.2-missing_lib.patch
License: LGPL License: LGPL
@ -22,7 +22,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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. 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 %package devel
@ -32,10 +31,18 @@ Requires: %{name} = %{version}
%description devel %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. 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. 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 %prep
%setup -q %setup -q
@ -59,20 +66,30 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/*.so.* %{_libdir}/libshout.so.*
%{_libdir}/ckport/db/libshout.ckport %{_libdir}/ckport/db/libshout.ckport
%doc COPYING INSTALL README %doc COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/aclocal/shout.m4 %dir %{_includedir}/shout
%{_includedir}/shout/*.h %{_includedir}/shout/*.h
%{_libdir}/*.a %{_libdir}/libshout.a
%{_libdir}/*.la %{_libdir}/libshout.la
%{_libdir}/*.so %{_libdir}/libshout.so
%{_datadir}/aclocal/shout.m4
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc README
%files tools
%defattr(-,root,root)
%{_bindir}/shout
%{_mandir}/man1/shout.1*
%changelog %changelog
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 2.4.5-1mamba
- automatic version update by autodist
* Sun Oct 25 2020 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba * Sun Oct 25 2020 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
- automatic update by autodist - automatic update by autodist