Import 1.2.2 from OBS
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
4
nginx-module-rtmp.changes
Normal file
4
nginx-module-rtmp.changes
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 21 11:44:36 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Initial package (0~g23/1e0fa0bf) for build.opensuse.org
|
52
nginx-module-rtmp.spec
Normal file
52
nginx-module-rtmp.spec
Normal file
@@ -0,0 +1,52 @@
|
|||||||
|
#
|
||||||
|
# spec file for package nginx-module-rtmp
|
||||||
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: nginx-module-rtmp
|
||||||
|
Version: 1.2.2
|
||||||
|
Release: 0
|
||||||
|
Summary: NGINX module for RTMP/HLS/DASH serving
|
||||||
|
License: BSD-2-Clause
|
||||||
|
Group: Productivity/Networking/Web/Proxy
|
||||||
|
URL: https://github.com/arut/nginx-rtmp-module/
|
||||||
|
Source: https://github.com/arut/nginx-rtmp-module/archive/refs/tags/v%version.tar.gz
|
||||||
|
BuildRequires: nginx-source
|
||||||
|
%ngx_conditionals
|
||||||
|
%ngx_requires
|
||||||
|
|
||||||
|
%description
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1 -n nginx-rtmp-module-%version
|
||||||
|
cp -r %_prefix/src/nginx .
|
||||||
|
|
||||||
|
%build
|
||||||
|
cd nginx
|
||||||
|
export CFLAGS="-Wno-error"
|
||||||
|
%ngx_configure --add-dynamic-module=..
|
||||||
|
%make_build modules
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %buildroot/%ngx_module_dir
|
||||||
|
install -Dpm0755 nginx/objs/ngx_rtmp_module.so %buildroot%ngx_module_dir
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSE
|
||||||
|
%doc *.md
|
||||||
|
%ngx_module_dir/ngx*.so
|
||||||
|
|
||||||
|
%changelog
|
BIN
v1.2.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
v1.2.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user