Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
471450bbd9 | ||
|
|
535b3154e5 | ||
|
|
55f700f508 | ||
|
|
5e52740315 | ||
|
|
eaea04aedd | ||
|
|
5b25b8ee88 | ||
|
|
5010e6577c | ||
|
|
b2b9dbe62c | ||
|
|
51a241389e | ||
|
|
0798f7f85b | ||
|
|
5a8409fd98 |
2 changed files with 12 additions and 2 deletions
6
wavbreaker.rpmlintrc
Normal file
6
wavbreaker.rpmlintrc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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 ")
|
||||
|
|
@ -69,11 +69,15 @@ 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 -r -i '1{/^#!/d}' '{}' '+'
|
||||
find contrib/ -type f -name '*.py' -print \
|
||||
-exec sed --regexp-extended --in-place '1{/^#!/d}' '{}' '+'
|
||||
|
||||
|
||||
%conf
|
||||
%meson -Dmp3=true -Dogg_vorbis=true
|
||||
|
||||
|
||||
%build
|
||||
%meson -Dmp3=true -Dogg_vorbis=true
|
||||
%meson_build
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue