Accepting request 42240 from Archiving
Copy from Archiving/zlib based on submit request 42240 from user prusnak OBS-URL: https://build.opensuse.org/request/show/42240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=16
This commit is contained in:
parent
94d7a10e28
commit
7b8bdec5f7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- use %_smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 12 18:41:52 CET 2009 - jengelh@medozas.de
|
Sat Dec 12 18:41:52 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package zlib (Version 1.2.3)
|
# spec file for package zlib (Version 1.2.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: zlib
|
Name: zlib
|
||||||
License: Zlib ; zlib license. See http://zlib.net/zlib_license.html
|
License: Other uncritical OpenSource License
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: libz
|
Provides: libz
|
||||||
Obsoletes: libz
|
Obsoletes: libz
|
||||||
@ -30,7 +30,7 @@ Obsoletes: zlib-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.2.3
|
Version: 1.2.3
|
||||||
Release: 141
|
Release: 142
|
||||||
Summary: Data Compression Library
|
Summary: Data Compression Library
|
||||||
Source: zlib-%{version}.tar.bz2
|
Source: zlib-%{version}.tar.bz2
|
||||||
Source1: LICENSE
|
Source1: LICENSE
|
||||||
@ -103,7 +103,7 @@ libraries.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --shared
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --shared
|
||||||
%{__make} %{?jobs:-j%jobs}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
Loading…
Reference in New Issue
Block a user