You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
Plaintext
56 lines
1.4 KiB
Plaintext
%global debug_package %{nil}
|
|
|
|
Name: jellyfin-web
|
|
Version: 10.8.1
|
|
Release: 1%{?dist}
|
|
Summary: The Free Software Media System web client
|
|
License: GPL2
|
|
URL: https://jellyfin.org
|
|
# Jellyfin Server tarball created by `make -f .copr/Makefile srpm`, real URL ends with `v%%{version}.tar.gz`
|
|
Source0: v%{version}.tar.gz
|
|
Group: Multimedia
|
|
BuildArch: noarch
|
|
#%if 0%{?rhel} > 0 && 0%{?rhel} < 8
|
|
BuildRequires: node
|
|
#%else
|
|
BuildRequires: git
|
|
BuildRequires: npm
|
|
#%endif
|
|
|
|
%description
|
|
Jellyfin is a free software media system that puts you in control of managing and streaming your media.
|
|
|
|
|
|
%prep
|
|
%setup -n jellyfin-web-%{version} -b 0
|
|
|
|
#%if 0%{?rhel} > 0 && 0%{?rhel} < 8
|
|
# Required for CentOS build
|
|
#chown root:root -R .
|
|
#%endif
|
|
#chown root:root -R .
|
|
|
|
%build
|
|
#export SKIP_PREPARE=true
|
|
npm install --no-audit --unsafe-perm
|
|
|
|
|
|
%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
|
|
* Fri Dec 04 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
|
- Forthcoming stable release
|
|
* Mon Jul 27 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
|
- Forthcoming stable release
|
|
* Mon Mar 23 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
|
|
- Forthcoming stable release
|