Compare commits
28 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5066c0040b | ||
|
|
999f9deb8e | ||
|
|
52005ff320 | ||
|
|
6d838becc0 | ||
|
|
c9ae8fd33c | ||
|
|
6d02d1e9e5 | ||
|
|
f12f185d6d | ||
|
|
0b1d468e63 | ||
|
|
304257fd2c | ||
|
|
014ec9f6e9 | ||
|
|
b5736a5b66 | ||
|
|
b849bab27f | ||
|
|
97cb7201ea | ||
|
|
b5dda5d8e2 | ||
|
|
93f35b3173 | ||
|
|
fcef08707e | ||
|
|
ab3c30af1a | ||
|
|
0d1703faac | ||
|
|
22e119134b | ||
|
|
6d18adf819 | ||
|
|
824d7ad4cd | ||
|
|
101f35baa0 | ||
|
|
e2ff0b6664 | ||
|
|
649d63913c | ||
|
|
0ee3b4785e | ||
|
|
91a8c8347b | ||
|
|
791cf7b520 | ||
|
|
6729dfb4a3 |
2 changed files with 6 additions and 4 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,8 +112,7 @@ find . -type f -exec gawk \
|
|||
xargs -r -t sed -r -i -e 's@^([[:blank:]]*#include.*)zopfli/@\1@'
|
||||
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
%conf
|
||||
autoreconf --force --install --verbose
|
||||
|
||||
# Link against system libdeflate
|
||||
|
|
@ -125,6 +124,9 @@ 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