forked from pool/bzip2
Accepting request 42422 from Archiving
Copy from Archiving/bzip2 based on submit request 42422 from user elvigia OBS-URL: https://build.opensuse.org/request/show/42422 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=23
This commit is contained in:
parent
db4bfd8cc6
commit
6020d97c45
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- use %_smp_mflags
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 16 10:53:20 CET 2009 - jengelh@medozas.de
|
Wed Dec 16 10:53:20 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bzip2 (Version 1.0.5)
|
# spec file for package bzip2 (Version 1.0.5)
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: bzip2
|
Name: bzip2
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 38
|
Release: 39
|
||||||
Provides: bzip
|
Provides: bzip
|
||||||
Obsoletes: bzip
|
Obsoletes: bzip
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -126,7 +126,7 @@ export CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_generate}"
|
|||||||
--libdir=/%{_lib}\
|
--libdir=/%{_lib}\
|
||||||
--disable-static
|
--disable-static
|
||||||
%if %{do_profiling}
|
%if %{do_profiling}
|
||||||
make %{?jobs:-j %jobs}
|
make %{?_smp_mflags}
|
||||||
profile_bzip2
|
profile_bzip2
|
||||||
mkdir .libs.save
|
mkdir .libs.save
|
||||||
mv .libs/*.gcda .libs.save/
|
mv .libs/*.gcda .libs.save/
|
||||||
@ -137,7 +137,7 @@ export CFLAGS="$RPM_OPT_FLAGS %{cflags_profile_feedback}"
|
|||||||
--libdir=/%{_lib}\
|
--libdir=/%{_lib}\
|
||||||
--disable-static
|
--disable-static
|
||||||
%endif
|
%endif
|
||||||
make %{?jobs:-j %jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall pkgconfigdir=%{_libdir}/pkgconfig
|
%makeinstall pkgconfigdir=%{_libdir}/pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user