jellyfin-web/fedora/jellyfin-web.spec

49 lines
1.3 KiB
RPMSpec
Raw Normal View History

2020-03-23 21:01:03 -07:00
%global debug_package %{nil}
Name: jellyfin-web
Version: 10.7.0
2020-09-15 12:23:48 -07:00
Release: 1%{?dist}
2020-03-23 21:01:03 -07:00
Summary: The Free Software Media System web client
License: GPLv3
URL: https://jellyfin.org
2020-03-23 21:01:03 -07:00
# Jellyfin Server tarball created by `make -f .copr/Makefile srpm`, real URL ends with `v%{version}.tar.gz`
Source0: jellyfin-web-%{version}.tar.gz
2020-03-23 21:19:04 -07:00
%if 0%{?centos}
BuildRequires: yarn
%else
BuildRequires: nodejs-yarn
2020-03-23 21:19:04 -07:00
%endif
# sadly the yarn RPM at https://dl.yarnpkg.com/rpm/ uses git but doesn't Requires: it
# ditto for Fedora's yarn RPM
BuildRequires: git
2020-03-23 21:01:03 -07:00
BuildArch: noarch
# Disable Automatic Dependency Processing
AutoReqProv: no
%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
%build
%install
yarn install
%{__mkdir} -p %{buildroot}%{_datadir}
mv dist %{buildroot}%{_datadir}/jellyfin-web
%{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE
%files
%attr(755,root,root) %{_datadir}/jellyfin-web
%{_datadir}/licenses/jellyfin/LICENSE
%changelog
* Mon Jul 27 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
- Forthcoming stable release
2020-03-23 21:01:03 -07:00
* Mon Mar 23 2020 Jellyfin Packaging Team <packaging@jellyfin.org>
- Forthcoming stable release