- Update to version 4.0.1

* See included ChangeLog for complete changes.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=25
This commit is contained in:
Ismail Dönmez 2015-09-16 08:53:50 +00:00 committed by Git OBS Bridge
parent 2c6731dedd
commit 23b6ef742a
4 changed files with 19 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe
size 338964

3
jemalloc-4.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c05898b6116224fae945949909f3860d9a1a4a0d06da05154e8dc87ad854a70a
size 388935

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 16 08:43:08 UTC 2015 - idonmez@suse.com
- Update to version 4.0.1
* See included ChangeLog for complete changes.
-------------------------------------------------------------------
Mon Mar 31 16:53:49 UTC 2014 - idonmez@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package jemalloc
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,9 +17,9 @@
Name: jemalloc
Version: 3.6.0
Version: 4.0.1
Release: 0
%define lname libjemalloc1
%define lname libjemalloc2
Summary: General-purpose scalable concurrent malloc implementation
License: BSD-2-Clause
Group: Development/Libraries/C and C++
@ -29,6 +29,7 @@ Url: http://canonware.com/jemalloc/
Source: http://www.canonware.com/download/jemalloc/jemalloc-%{version}.tar.bz2
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxslt
BuildRequires: pkgconfig
Requires: %lname = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -83,8 +84,6 @@ if [ "%_docdir" != "%{_datadir}/doc" ]; then
mv "$b/%{_datadir}/doc/jemalloc" "$b/%_docdir/%{name}";
fi;
mv %{buildroot}/%{_bindir}/pprof %{buildroot}/%{_bindir}/pprof-jemalloc
%check
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
make check
@ -92,18 +91,21 @@ make check
%files
%defattr(-,root,root)
%{_bindir}/jemalloc.sh
%{_bindir}/pprof-jemalloc
%{_bindir}/jemalloc-config
%{_bindir}/jeprof
%{_mandir}/man*/*
%_docdir/%{name}
%files -n %lname
%files -n %{lname}
%defattr(-,root,root)
%{_libdir}/libjemalloc.so.1*
%doc ChangeLog COPYING README
%{_libdir}/libjemalloc.so.2*
%files devel
%defattr(-,root,root,-)
%{_includedir}/jemalloc
%{_libdir}/libjemalloc.so
%{_libdir}/pkgconfig/jemalloc.pc
%files devel-static
%defattr(-,root,root,-)