SHA256
1
0
forked from pool/mwic

- 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:
Sebastian Wagner 2017-10-17 19:41:27 +00:00 committed by Git OBS Bridge
parent e3baba2f08
commit 2fdf5fa390
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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