aboutsummaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-08-29 10:42:12 -0600
committercrobibero <cody@robibe.ro>2020-08-29 10:42:12 -0600
commit44fb76bbcf3080b6cc2795925452bec69a0d8402 (patch)
tree13439e5595044ae7cfe293c54c81c9763a6a8707 /fedora
parent0424d09b8daf3626fd7de65b601e707afdb00599 (diff)
include xml docs when publishing
Diffstat (limited to 'fedora')
-rw-r--r--fedora/jellyfin.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/jellyfin.spec b/fedora/jellyfin.spec
index a1e0b5f143..291017d947 100644
--- a/fedora/jellyfin.spec
+++ b/fedora/jellyfin.spec
@@ -54,7 +54,7 @@ The Jellyfin media server backend.
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
dotnet publish --configuration Release --output='%{buildroot}%{_libdir}/jellyfin' --self-contained --runtime %{dotnet_runtime} \
- "-p:GenerateDocumentationFile=false;DebugSymbols=false;DebugType=none" Jellyfin.Server
+ "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none" Jellyfin.Server
%{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE
%{__install} -D -m 0644 %{SOURCE15} %{buildroot}%{_sysconfdir}/systemd/system/jellyfin.service.d/override.conf
%{__install} -D -m 0644 Jellyfin.Server/Resources/Configuration/logging.json %{buildroot}%{_sysconfdir}/jellyfin/logging.json