Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46d6a5814d | ||
|
|
6151049d5b | ||
|
|
618e4aaaab | ||
|
|
0801ef07cf | ||
|
|
ecfcb6a461 | ||
|
|
e4002e09f4 | ||
|
|
b1cfafe52d | ||
|
|
e657c43f32 | ||
|
|
157407d90f | ||
|
|
8889cf26b5 | ||
|
|
58d6ca9377 | ||
|
|
ae9b9166a2 | ||
|
|
d231025a38 | ||
|
|
240798db12 | ||
|
|
4d272fa29d |
2 changed files with 4 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Spec file comment shows that exact version is unknown
|
||||
addFilter(r" unversioned-explicit-provides bundled\(7zip\)")
|
||||
# Not real spelling errors
|
||||
addFilter(r" spelling-error \('[Rr]ecompression',")
|
||||
addFilter(r" spelling-error \('([pm]ng|gz)',")
|
||||
addFilter(r" spelling-error \('adv(zip|[pm]ng|def)',")
|
||||
# Intentional, with a justifying spec-file comment
|
||||
addFilter(r" no-%check-section")
|
||||
|
|
|
|||
|
|
@ -112,7 +112,8 @@ find . -type f -exec gawk \
|
|||
xargs -r -t sed -r -i -e 's@^([[:blank:]]*#include.*)zopfli/@\1@'
|
||||
|
||||
|
||||
%conf
|
||||
%build
|
||||
%set_build_flags
|
||||
autoreconf --force --install --verbose
|
||||
|
||||
# Link against system libdeflate
|
||||
|
|
@ -124,9 +125,6 @@ export LDFLAGS="$(pkgconf --libs libdeflate) ${LDFLAGS-}"
|
|||
export LDFLAGS="-lzopfli ${LDFLAGS-}"
|
||||
|
||||
%configure
|
||||
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue