11
0

Accepting request 786273 from home:benoit_monin:branches:devel:languages:python

fix the path of non-oss licensed files to remove

OBS-URL: https://build.opensuse.org/request/show/786273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=62
This commit is contained in:
2020-03-19 05:51:14 +00:00
committed by Git OBS Bridge
parent c64fbb99d6
commit 261354f07d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 18 21:42:09 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>
- fix the path of non-oss licensed files to remove
-------------------------------------------------------------------
Fri Mar 13 16:20:21 UTC 2020 - Benoît Monin <benoit.monin@gmx.fr>

View File

@@ -57,7 +57,7 @@ source code. Highlights are:
%setup -q -n Pygments-%{version}
# Remove non-oss licensed files, see bnc# 760344
rm tests/examplefiles/{Sorting,test}.mod
rm tests/examplefiles/firefox.mak tests/examplefiles/example.webidl
# Remove unnecessary shebang
sed -i '1 { /^#!/ d }' pygments/lexers/_usd_builtins.py