Accepting request 334344 from devel:libraries:c_c++
- Update to version 4.0.3 * See included ChangeLog for complete changes. OBS-URL: https://build.opensuse.org/request/show/334344 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jemalloc?expand=0&rev=12
This commit is contained in:
commit
0c3528371b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e16c2159dd3c81ca2dc3b5c9ef0d43e1f2f45b04548f42db12e7c12d7bdf84fe
|
|
||||||
size 338964
|
|
3
jemalloc-4.0.3.tar.bz2
Normal file
3
jemalloc-4.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1f7686c30eebf58261ae235752a0251d092ca13184b7fe0447b7915ad72f6d6
|
||||||
|
size 390286
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 25 08:31:08 UTC 2015 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.0.3
|
||||||
|
* See included ChangeLog for complete changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 31 16:53:49 UTC 2014 - idonmez@suse.com
|
Mon Mar 31 16:53:49 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jemalloc
|
# 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
|
# 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
|
||||||
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: jemalloc
|
Name: jemalloc
|
||||||
Version: 3.6.0
|
Version: 4.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
%define lname libjemalloc1
|
%define lname libjemalloc2
|
||||||
Summary: General-purpose scalable concurrent malloc implementation
|
Summary: General-purpose scalable concurrent malloc implementation
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Source: http://www.canonware.com/download/jemalloc/jemalloc-%{version}.tar.bz2
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: pkgconfig
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -83,8 +84,6 @@ if [ "%_docdir" != "%{_datadir}/doc" ]; then
|
|||||||
mv "$b/%{_datadir}/doc/jemalloc" "$b/%_docdir/%{name}";
|
mv "$b/%{_datadir}/doc/jemalloc" "$b/%_docdir/%{name}";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
mv %{buildroot}/%{_bindir}/pprof %{buildroot}/%{_bindir}/pprof-jemalloc
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
|
||||||
make check
|
make check
|
||||||
@ -92,18 +91,21 @@ make check
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/jemalloc.sh
|
%{_bindir}/jemalloc.sh
|
||||||
%{_bindir}/pprof-jemalloc
|
%{_bindir}/jemalloc-config
|
||||||
|
%{_bindir}/jeprof
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%_docdir/%{name}
|
%_docdir/%{name}
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %{lname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libjemalloc.so.1*
|
%doc ChangeLog COPYING README
|
||||||
|
%{_libdir}/libjemalloc.so.2*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/jemalloc
|
%{_includedir}/jemalloc
|
||||||
%{_libdir}/libjemalloc.so
|
%{_libdir}/libjemalloc.so
|
||||||
|
%{_libdir}/pkgconfig/jemalloc.pc
|
||||||
|
|
||||||
%files devel-static
|
%files devel-static
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
Reference in New Issue
Block a user