Skip to content

Commit b9f70fb

Browse files
committed
fix: Remove unnecessary workaround
1 parent 35724c2 commit b9f70fb

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

aegisub/aegisub.spec

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ License: BSD and MIT and MPLv1.1
99
URL: https://github.com/%{gituser}/%{name}
1010

1111
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
12-
Source1: https://github.com/EL-File4138/rpm/raw/refs/heads/master/aegisub/wrapper.sh
1312

14-
ExcludeArch: %{power64} %{ix86} %{arm}
13+
# LuaJIT is not available on Power64
14+
ExcludeArch: %{power64}
1515

1616
BuildRequires: git
1717
BuildRequires: desktop-file-utils
@@ -48,18 +48,13 @@ provides powerful visual typesetting tools.
4848
%prep
4949
%autosetup
5050

51-
cp %{SOURCE1} wrapper.sh
52-
5351
%build
5452
%meson
5553
%meson_build
5654

5755
%install
5856
%meson_install
5957

60-
mkdir -p %{buildroot}%{_prefix}/local/bin
61-
install -m 755 wrapper.sh %{buildroot}%{_prefix}/local/bin/%{altname}
62-
6358
desktop-file-validate %{buildroot}%{_datadir}/applications/org.%{altname}.%{name}.desktop
6459
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.%{altname}.%{name}.metainfo.xml
6560

@@ -72,7 +67,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.%{altname}
7267
%{_datadir}/locale/*/LC_MESSAGES/%{altname}.mo
7368
# Executable
7469
%{_bindir}/%{altname}*
75-
%{_prefix}/local/bin/%{altname}
7670
# Automation Autoload Scripts
7771
%{_datadir}/%{altname}/automation/*
7872
# Application Icons

aegisub/wrapper.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)