%global debug_package %{nil} Name: jellyfin-web Version: 10.9.0 Release: 9%{?dist} Summary: The Free Software Media System web client License: GPLv2 URL: https://jellyfin.org # Jellyfin Server tarball created by `make -f .copr/Makefile srpm`, real URL ends with `v%%{version}.tar.gz` Source0: jellyfin-web-%{version}.tar.gz Source1: jellyfin-npm-%{version}.tar.gz Source2: jellyfin-web-package-lock.json BuildArch: noarch %if 0%{?rhel} > 0 && 0%{?rhel} < 8 BuildRequires: nodejs %else BuildRequires: git # Nodejs 20 is required and npm >= 10 should bring in NodeJS 20 # This requires the build environment to use the nodejs:20 module stream: # dnf module {install|switch-to}:web nodejs:20 BuildRequires: npm >= 10 %endif %description Jellyfin is a free software media system that puts you in control of managing and streaming your media. %prep %autosetup -n jellyfin-web-%{version} -b 0 tar zxf %{SOURCE1} cp -p %{SOURCE2} package-lock.json %if 0%{?rhel} > 0 && 0%{?rhel} < 8 # Required for CentOS build chown root:root -R . %endif %build npm config set offline=true npm config set cache jellyfin-npm-%{version} npm ci --no-audit --unsafe-perm npm run build:production %install %{__mkdir} -p %{buildroot}%{_libdir}/jellyfin/jellyfin-web %{__cp} -r dist/* %{buildroot}%{_libdir}/jellyfin/jellyfin-web %files %defattr(644,root,root,755) %{_libdir}/jellyfin/jellyfin-web %license LICENSE %changelog * Tue Feb 27 2024 Jellyfin Packaging Team - New upstream version 10.9.0; release changelog at https://github.com/jellyfin/jellyfin-web/releases/tag/v10.9.0 * Fri Dec 04 2020 Jellyfin Packaging Team - Forthcoming stable release * Mon Jul 27 2020 Jellyfin Packaging Team - Forthcoming stable release * Mon Mar 23 2020 Jellyfin Packaging Team - Forthcoming stable release