Accepting request 92513 from Base:System
- Do not include the codename in soversion. (forwarded request 92512 from elvigia) OBS-URL: https://build.opensuse.org/request/show/92513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=42
This commit is contained in:
committed by
Git OBS Bridge
parent
c7ada8574c
commit
a152b35097
15
zlib.spec
15
zlib.spec
@@ -27,24 +27,19 @@ Obsoletes: libz
|
||||
Obsoletes: zlib-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.2.5_git201105272030
|
||||
Version: 1.2.5.2_git201109121534
|
||||
Release: 17
|
||||
Summary: Data Compression Library
|
||||
Url: http://www.zlib.net/
|
||||
# git://github.com/kaffeemonster/zlib_adler32_vec.git
|
||||
# git://github.com/kaffeemonster/zlib.git (branch adler32_vec)
|
||||
Source: zlib-%{version}.tar.bz2
|
||||
Source1: LICENSE
|
||||
Source2: baselibs.conf
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
|
||||
Patch0: zlib-1.2.2-format.patch
|
||||
# PATCH-FIX-UPSTREAM zlib-lfs.patch dimstar@opensuse.org -- Properly define large file support. Patch taken from gentoo
|
||||
Patch1: zlib-lfs.patch
|
||||
# PATCH-FIX-JENGELH-PARALLEL-MAKE zlib-parallel.patch meissner@novell.com -- shared library links with libz.a
|
||||
Patch2: zlib-parallel.patch
|
||||
# PATCH-FIX-UPSTREAM: bnc#679345 --return NULL checks from 1.2.3 removed by upstream
|
||||
Patch3: zlib-1.2.5-gzopen-null-check.patch
|
||||
Patch4: zlib-adler-target-attr.patch
|
||||
Patch5: zlib-ocloexec.patch
|
||||
Patch6: zlib-no-sslibsuffix.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
@@ -87,11 +82,9 @@ libraries.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5
|
||||
%patch6
|
||||
|
||||
%build
|
||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||
|
Reference in New Issue
Block a user