File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ License:        BSD and MIT and MPLv1.1
99URL:             https://github.com/%{gituser }/%{name }
1010
1111Source0:         %{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
1616BuildRequires:   git
1717BuildRequires:   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- 
6358desktop-file-validate %{buildroot }%{_datadir }/applications/org.%{altname }.%{name }.desktop
6459appstream-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 
  Load Diff This file was deleted. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments