- Replace shebang in executable by call to /usr/bin/python3, fixing rpmlint error
OBS-URL: https://build.opensuse.org/package/show/utilities/mwic?expand=0&rev=5
This commit is contained in:
parent
e3baba2f08
commit
2fdf5fa390
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 17 19:40:52 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
- Replace shebang in executable by call to /usr/bin/python3, fixing rpmlint error
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 25 20:14:44 UTC 2017 - sebix+novell.com@sebix.at
|
Mon Sep 25 20:14:44 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ mwic is a spell-checker that groups possible misspellings and shows them in thei
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# not needed
|
sed -i '1s%^#!.*%#!/usr/bin/python3%' mwic
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} PREFIX=/usr -C doc
|
make DESTDIR=%{buildroot} PREFIX=/usr -C doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user