update to 2.4.r99.f1b83c1 [release 2.4.r99.f1b83c1-1mamba;Thu Jan 11 2024]

This commit is contained in:
Silvan Calarco 2024-01-11 21:12:14 +01:00
parent 93d46762c8
commit 768eb07772

View File

@ -1,15 +1,15 @@
%define gittag %(echo %version | cut -d. -f4)
Name: rtmpdump Name: rtmpdump
Epoch: 1 Epoch: 1
Version: 2.4.r96.fa8646d Version: 2.4.r99.f1b83c1
Release: 2mamba Release: 1mamba
Summary: rtmpdump is a toolkit for RTMP streams Summary: rtmpdump is a toolkit for RTMP streams
Group: Applications/Networking Group: Applications/Networking
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://rtmpdump.mplayerhq.hu/ URL: http://rtmpdump.mplayerhq.hu/
Source: https://git.ffmpeg.org/rtmpdump.git/master/rtmpdump-%{version}.tar.bz2 Source: https://git.ffmpeg.org/rtmpdump.git/master@%{gittag}/rtmpdump-%{version}.tar.bz2
#Source: http://rtmpdump.mplayerhq.hu/download/rtmpdump-%{version}.tgz
License: GPL, LGPL License: GPL, LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -19,7 +19,6 @@ BuildRequires: libnettle-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: librtmp = %{?epoch:%epoch:}%{version}-%{release} Requires: librtmp = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://. rtmpdump is a toolkit for RTMP streams. All forms of RTMP are supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.
@ -30,7 +29,6 @@ Summary: RTMP implementation Libraries
%description -n librtmp %description -n librtmp
rtmpdump is a toolkit for RTMP streams. rtmpdump is a toolkit for RTMP streams.
This package contains RTMP implementation Libraries. This package contains RTMP implementation Libraries.
%package -n librtmp-devel %package -n librtmp-devel
@ -40,8 +38,9 @@ Requires: librtmp = %{?epoch:%epoch:}%{version}-%{release}
%description -n librtmp-devel %description -n librtmp-devel
rtmpdump is a toolkit for RTMP streams. rtmpdump is a toolkit for RTMP streams.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %debug_package
%prep %prep
%setup -q %setup -q
@ -86,10 +85,13 @@ sed -e 's/^CRYPTO=OPENSSL/#CRYPTO=OPENSSL/' -e 's/#CRYPTO=GNUTLS/CRYPTO=GNUTLS/'
%{_libdir}/librtmp.a %{_libdir}/librtmp.a
%{_libdir}/librtmp.so %{_libdir}/librtmp.so
%{_libdir}/pkgconfig/librtmp.pc %{_libdir}/pkgconfig/librtmp.pc
%{_mandir}/man3/librtmp.3.gz %{_mandir}/man3/librtmp.3*
%doc ChangeLog README %doc ChangeLog README
%changelog %changelog
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.r99.f1b83c1-1mamba
- update to 2.4.r99.f1b83c1
* Fri Mar 22 2019 Automatic Build System <autodist@mambasoft.it> 2.4.r96.fa8646d-2mamba * Fri Mar 22 2019 Automatic Build System <autodist@mambasoft.it> 2.4.r96.fa8646d-2mamba
- automatic version update by autodist - automatic version update by autodist