automatic version update by autodist [release 2.4.5-1mamba;Sat Feb 13 2021]
This commit is contained in:
parent
06a1bdd574
commit
de4003ef4f
@ -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.
|
||||
|
||||
|
@ -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 <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
|
||||
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 <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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user