SHA256
6
0
forked from pool/zlib

Accepting request 138143 from home:mvyskocil:branches:devel:libraries:c_c++

- 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
This commit is contained in:
2012-10-15 07:45:19 +00:00
committed by Git OBS Bridge
parent 32d9e928f6
commit e8b526b295
5 changed files with 162 additions and 23 deletions

4
zlib-rpmlintrc Normal file
View File

@@ -0,0 +1,4 @@
# 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")