|
@@ -1,13 +1,17 @@
|
|
Name: jemalloc
|
|
Name: jemalloc
|
|
-Version: 4.1.1
|
|
+Version: 4.2.1
|
|
|
|
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: General-purpose scalable concurrent malloc implementation
|
|
Summary: General-purpose scalable concurrent malloc implementation
|
|
-Summary(ja): 汎用・スケーラブル・並行 malloc 実装
|
|
+Summary(ja): 汎用・スケーラブル・並行な malloc 実装
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: BSD
|
|
License: BSD
|
|
URL: http://www.canonware.com/jemalloc/
|
|
URL: http://www.canonware.com/jemalloc/
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
|
Source0: https://github.com/jemalloc/%{name}/releases/download/%{version}/%{name}-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
@@ -79,18 +83,14 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
|
|
+%license COPYING
|
|
|
|
+%doc README VERSION
|
|
|
|
+%doc doc/jemalloc.html
|
|
%{_libdir}/libjemalloc.so.*
|
|
%{_libdir}/libjemalloc.so.*
|
|
%{_bindir}/jemalloc.sh
|
|
%{_bindir}/jemalloc.sh
|
|
%{_bindir}/jemalloc-config
|
|
%{_bindir}/jemalloc-config
|
|
%{_bindir}/jeprof
|
|
%{_bindir}/jeprof
|
|
%{_libdir}/pkgconfig/jemalloc.pc
|
|
%{_libdir}/pkgconfig/jemalloc.pc
|
|
-%doc COPYING README VERSION
|
|
|
|
-%doc doc/jemalloc.html
|
|
|
|
-%ifarch ppc ppc64
|
|
|
|
-%if 0%{?rhel} == 5
|
|
|
|
-%doc COPYING.epel5-ppc
|
|
|
|
-%endif
|
|
|
|
-%endif
|
|
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -98,11 +98,16 @@ rm -rf %{buildroot}
|
|
%{_libdir}/libjemalloc.so
|
|
%{_libdir}/libjemalloc.so
|
|
%{_mandir}/man3/jemalloc.3*
|
|
%{_mandir}/man3/jemalloc.3*
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
+%post
|
|
|
|
+/sbin/ldconfig
|
|
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
+%postun
|
|
|
|
+/sbin/ldconfig
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.2.1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed May 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.1.1-1
|
|
* Wed May 11 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.1.1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|