Skip to content

Commit

Permalink
fix: voicevox (#1850) (#1863)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c856fd)

Co-authored-by: madomado <[email protected]>
  • Loading branch information
raboneko and madonuko authored Aug 8, 2024
1 parent 5a9b013 commit fce65e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion anda/apps/voicevox/voicevox.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
%define debug_package %nil
%global _build_id_links none

# do not strip binaries
%define __strip /bin/true

# Exclude private libraries
%global __requires_exclude libffmpeg.so
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Expand All @@ -14,6 +17,7 @@ URL: https://voicevox.hiroshiba.jp
Source0: https://github.com/VOICEVOX/voicevox/releases/download/%version/VOICEVOX.AppImage.7z.001
Source1: https://github.com/VOICEVOX/voicevox/releases/download/%version/VOICEVOX.AppImage.7z.002
Source2: https://github.com/VOICEVOX/voicevox/releases/download/%version/VOICEVOX.AppImage.7z.003
Packager: madonuko <[email protected]>
BuildRequires: p7zip-plugins
ExclusiveArch: x86_64

Expand All @@ -28,7 +32,7 @@ Summary: Documentation files for voicevox (Japanese)

%prep
cat<<EOF > voicevox.sh
#!/bin/sh
#!/usr/bin/sh
/usr/share/voicevox/VOICEVOX.AppImage
EOF
7z x %SOURCE0
Expand Down

0 comments on commit fce65e9

Please sign in to comment.