Compare commits

..

1 commit

Author SHA1 Message Date
Benjamin A. Beasley
c1eee412c6 Improved patch for content rating in AppData XML 2024-01-03 09:08:44 -05:00
2 changed files with 2 additions and 12 deletions

View file

@ -1,6 +0,0 @@
# Not real spelling errors:
addFilter(r" spelling-error \('([Uu]ncheck|wavmerge)',")
# Use the latest GPLv2 license text
# https://github.com/thp/wavbreaker/pull/32
# We will not patch this until/unless upstream merges the PR.
addFilter(r" incorrect-fsf-address ")

View file

@ -69,15 +69,11 @@ sample rate, 16-bit sample size, etc.).
# %%py3_shebang_fix contrib/
# Note also that this package neither BuildRequires nor Requires a Python
# interpreter.
find contrib/ -type f -name '*.py' -print \
-exec sed --regexp-extended --in-place '1{/^#!/d}' '{}' '+'
%conf
%meson -Dmp3=true -Dogg_vorbis=true
find contrib/ -type f -name '*.py' -print -exec sed -r -i '1{/^#!/d}' '{}' '+'
%build
%meson -Dmp3=true -Dogg_vorbis=true
%meson_build