e8b526b295
- add longest_match performance patch (fate#314093) * suggested by IBM, sent upstream - rename the main library package to libz1 according Shared Library Policy - profiling build can be enabled via build --with profiling - use the human-readable package description from zlib.net - add rpmlintrc OBS-URL: https://build.opensuse.org/request/show/138143 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=4
5 lines
247 B
Plaintext
5 lines
247 B
Plaintext
# zlib-devel require libz1 - zlib produces libz, not libzlib
|
|
addFilter("zlib-devel.*: W: no-dependency-on zlib*/zlib-libs/libzlib")
|
|
# used only if build --with profiling
|
|
addFilter("zlib.src.*: W: make-check-outside-check-section time make check")
|