Browse Source

jemalloc-4.2.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10558 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
b16cb5b178
1 changed files with 16 additions and 11 deletions
  1. 16 11
      j/jemalloc/jemalloc-vl.spec

+ 16 - 11
j/jemalloc/jemalloc-vl.spec

@@ -1,13 +1,17 @@
 Name:           jemalloc
-Version:        4.1.1
+Version:        4.2.1
 
 Release:        1%{?_dist_release}
 Summary:        General-purpose scalable concurrent malloc implementation
-Summary(ja):    汎用・スケーラブル・並行 malloc 実装
+Summary(ja):    汎用・スケーラブル・並行 malloc 実装
 
 Group:          System Environment/Libraries
 License:        BSD
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -79,18 +83,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
+%license COPYING
+%doc README VERSION
+%doc doc/jemalloc.html
 %{_libdir}/libjemalloc.so.*
 %{_bindir}/jemalloc.sh
 %{_bindir}/jemalloc-config
 %{_bindir}/jeprof
 %{_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
 %defattr(-,root,root,-)
@@ -98,11 +98,16 @@ rm -rf %{buildroot}
 %{_libdir}/libjemalloc.so
 %{_mandir}/man3/jemalloc.3*
 
-%post -p /sbin/ldconfig
+%post
+/sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun
+/sbin/ldconfig
 
 %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
 - new upstream release.