diff options
| author | Thomas Büttner <thomas@vergesslicher.tech> | 2019-10-26 19:24:44 +0200 |
|---|---|---|
| committer | Thomas Büttner <thomas@vergesslicher.tech> | 2019-10-26 19:24:44 +0200 |
| commit | bf11426f7de16101d827ed6382589ae78a688cdc (patch) | |
| tree | c39bcc52bf950caf640b3b0d1a2a2b4ad5ff6e5b /deployment | |
| parent | 59995c20f1691c122ab0de114d942a89c7c66876 (diff) | |
Add comments about Source URLs and remove no longer needed dependency
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
Diffstat (limited to 'deployment')
| -rw-r--r-- | deployment/fedora-package-x64/pkg-src/jellyfin.spec | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/deployment/fedora-package-x64/pkg-src/jellyfin.spec b/deployment/fedora-package-x64/pkg-src/jellyfin.spec index 043cd9ba2..c9f3357f5 100644 --- a/deployment/fedora-package-x64/pkg-src/jellyfin.spec +++ b/deployment/fedora-package-x64/pkg-src/jellyfin.spec @@ -12,7 +12,9 @@ Release: 1%{?dist} Summary: The Free Software Media Browser License: GPLv2 URL: https://jellyfin.media -Source0: %{name}-%{version}.tar.gz +# Jellyfin Server tarball created by `make -f .copr/Makefile srpm`, real URL ends with `v%{version}.tar.gz` +Source0: https://github.com/%{name}/%{name}/archive/%{name}-%{version}.tar.gz +# Jellyfin Webinterface downloaded by `make -f .copr/Makefile srpm`, real URL ends with `v%{version}.tar.gz` Source1: https://github.com/%{name}/%{name}-web/archive/%{name}-web-%{version}.tar.gz Source11: jellyfin.service Source12: jellyfin.env @@ -40,9 +42,6 @@ BuildRequires: dotnet-runtime-2.2, dotnet-sdk-2.2 # RPMfusion free Requires: ffmpeg -# Fedora has openssl1.1 which is incompatible with dotnet -%{?fedora:Requires: compat-openssl10} - # Disable Automatic Dependency Processing AutoReqProv: no |
