SHA256
6
0
forked from pool/zlib

Accepting request 48171 from Archiving

Copy from Archiving/zlib based on submit request 48171 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/48171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=20
This commit is contained in:
OBS User autobuild
2010-09-17 18:45:41 +00:00
committed by Git OBS Bridge
parent f2140951f9
commit 70d5f064b3
3 changed files with 45 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ Obsoletes: zlib-64bit
%endif
#
Version: 1.2.5
Release: 1
Release: 2
Summary: Data Compression Library
Url: http://www.zlib.net/
Source: zlib-%{version}.tar.bz2
@@ -36,6 +36,8 @@ 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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig
@@ -78,6 +80,7 @@ libraries.
%prep
%setup -q
%patch0
%patch1 -p1
%build
CFLAGS="%{optflags}" ./configure --shared