update to 20160712git [release 20160712git-1mamba;Tue Jul 12 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 17:32:09 +01:00
parent b659b1ed7c
commit ce78cad96c

View File

@ -1,5 +1,5 @@
Name: rtmpdump
Version: 20140918
Version: 20160712git
Release: 1mamba
Summary: rtmpdump is a toolkit for RTMP streams
Group: Applications/Networking
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://rtmpdump.mplayerhq.hu/
Source: git://git.ffmpeg.org/rtmpdump.git/master/rtmpdump-%{version}.tar.bz2
Source: https://git.ffmpeg.org/rtmpdump.git/master/rtmpdump-%{version}.tar.bz2
#Source: http://rtmpdump.mplayerhq.hu/download/rtmpdump-%{version}.tgz
License: GPL, LGPL
## AUTOBUILDREQ-BEGIN
@ -51,11 +51,10 @@ sed -i "s|/include|/include/librtmp|" librtmp/librtmp.pc.in
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
make DESTDIR=%{buildroot} \
%makeinstall \
prefix=%{_prefix} \
libdir=%{_libdir} \
mandir=%{_mandir} \
install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -88,6 +87,9 @@ make DESTDIR=%{buildroot} \
%doc ChangeLog README
%changelog
* Tue Jul 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 20160712git-1mamba
- update to 20160712git
* Tue Sep 23 2014 Automatic Build System <autodist@mambasoft.it> 20140918-1mamba
- automatic version update by autodist