2 Commits

Author SHA1 Message Date
92040db82f Remove gstreamer dependencies 2020-08-25 16:45:22 -04:00
225ec63324 Fix provides_exclude regex 2020-07-17 14:17:10 -04:00
3 changed files with 4 additions and 5 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
Containerfile Normal file → Executable file
View File

View File

@@ -18,7 +18,7 @@ shopt -s extglob
####################################### #######################################
installJRMC() { installJRMC() {
_scriptversion="0.7" _scriptversion="0.8"
_boardurl="https://yabb.jriver.com/interact/index.php/board,64.0.html" _boardurl="https://yabb.jriver.com/interact/index.php/board,64.0.html"
_outputdir="$_basedir/output" _outputdir="$_basedir/output"
_createrepo_webroot="/srv/jriver" _createrepo_webroot="/srv/jriver"
@@ -801,8 +801,6 @@ $_requires
Requires: libXScrnSaver Requires: libXScrnSaver
Requires: xdg-utils Requires: xdg-utils
Requires: libgomp >= 4.9 Requires: libgomp >= 4.9
Requires: gstreamer1 >= 1.4.4
Requires: gstreamer1-plugins-base >= 1.4.4
Requires: nss >= 3.26 Requires: nss >= 3.26
Requires: nspr >= 4.12 Requires: nspr >= 4.12
Requires: ca-certificates Requires: ca-certificates
@@ -814,6 +812,8 @@ Provides: mediacenter$_mversion
License: Copyright 1998-2020, JRiver, Inc. All rights reserved. Protected by U.S. patents #7076468 and #7062468 License: Copyright 1998-2020, JRiver, Inc. All rights reserved. Protected by U.S. patents #7076468 and #7062468
URL: http://www.jriver.com/ URL: http://www.jriver.com/
%define __provides_exclude_from ^%{_libdir}/jriver/.*/.*\\.so.*$
%description %description
Media Center is more than a world class player. Media Center is more than a world class player.
@@ -908,7 +908,6 @@ EOF"
####################################### #######################################
# Symlink certificates where JRiver Media Center expects them to be on Fedora/CentOS # Symlink certificates where JRiver Media Center expects them to be on Fedora/CentOS
# them on Debian/Ubuntu
# Returns: # Returns:
# 0 if symlinking is unecessary or successful, 1 if not # 0 if symlinking is unecessary or successful, 1 if not
####################################### #######################################
@@ -966,7 +965,7 @@ EOF"
# ID # ID
# _bash_cmd # _bash_cmd
# _firewall_cmd # _firewall_cmd
# _port # _port
# Returns: # Returns:
# 0 if ports opened sucessfully, 1 if not # 0 if ports opened sucessfully, 1 if not
####################################### #######################################