packages: jemalloc/jemalloc.spec - pl, cleanup

qboosh qboosh at pld-linux.org
Sun Nov 6 18:45:29 CET 2011


Author: qboosh                       Date: Sun Nov  6 17:45:28 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pl, cleanup

---- Files affected:
packages/jemalloc:
   jemalloc.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: packages/jemalloc/jemalloc.spec
diff -u packages/jemalloc/jemalloc.spec:1.5 packages/jemalloc/jemalloc.spec:1.6
--- packages/jemalloc/jemalloc.spec:1.5	Mon Oct 31 12:39:17 2011
+++ packages/jemalloc/jemalloc.spec	Sun Nov  6 18:45:23 2011
@@ -1,18 +1,19 @@
 # $Revision$, $Date$
 Summary:	General-purpose scalable concurrent malloc implementation
+Summary(pl.UTF-8):	Ogólnego przeznaczenia, skalowalna, współbieżna implementacja funkcji malloc
 Name:		jemalloc
 Version:	2.2.3
 Release:	2
 License:	BSD
 Group:		Libraries
-URL:		http://www.canonware.com/jemalloc/
 Source0:	http://www.canonware.com/download/jemalloc/%{name}-%{version}.tar.bz2
 # Source0-md5:	9da87786f2cb399913daa01f95ad6b91
 # Remove pprof, as it already exists in google-perftools
 Patch0:		no_pprof.patch
-BuildRequires:	/usr/bin/xsltproc
+URL:		http://www.canonware.com/jemalloc/
+BuildRequires:	libxslt-progs
 # list from include/jemalloc/internal/jemalloc_internal.h.in
-ExclusiveArch:	%{ix86} %{x8664} alpha sparc64 arm mips s390
+ExclusiveArch:	%{ix86} %{x8664} alpha arm mips s390 sparc64
 # broken for us
 # alpha: Missing implementation for 64-bit atomic operations"
 # alpha: Missing implementation for 32-bit atomic operations"
@@ -23,14 +24,24 @@
 General-purpose scalable concurrent malloc(3) implementation. This
 distribution is the stand-alone "portable" implementation of jemalloc.
 
+%description -l pl.UTF-8
+Ogólnego przeznaczenia, skalowalna, współbieżna implementacja funkcji
+malloc(3). Ten pakiet zawiera samodzielną "przenośną" implementację
+jemalloc.
+
 %package devel
 Summary:	Development files for jemalloc
+Summary(pl.UTF-8):	Pliki programistyczne biblioteki jemalloc
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-This package contains libraries and header files for developing
-applications that use jemalloc library.
+This package contains the header files for developing applications
+that use jemalloc library.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe do tworzenia aplikacji
+wykorzystujących bibliotekę jemalloc.
 
 %package static
 Summary:	Static jemalloc library
@@ -44,7 +55,6 @@
 %description static -l pl.UTF-8
 Statyczna biblioteka jemalloc.
 
-
 %prep
 %setup -q
 %patch0 -p0
@@ -54,7 +64,7 @@
 
 %build
 %configure \
-  --with-jemalloc-prefix=je_
+	--with-jemalloc-prefix=je_
 
 %{__make}
 
@@ -67,7 +77,7 @@
 cp -pf version VERSION
 
 # soname improperly made, use fake main name (just use our current version)
-mv $RPM_BUILD_ROOT%{_libdir}/libjemalloc.so.{?,%{version}}
+mv $RPM_BUILD_ROOT%{_libdir}/libjemalloc.so.{1,%{version}}
 ln -s $(basename $RPM_BUILD_ROOT%{_libdir}/libjemalloc.so.*.*.*) \
 	$RPM_BUILD_ROOT%{_libdir}/libjemalloc.so.1
 
@@ -82,15 +92,14 @@
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING README VERSION
-%doc doc/jemalloc.html
+%doc COPYING README VERSION doc/jemalloc.html
 %attr(755,root,root) %{_libdir}/libjemalloc.so.*.*.*
-%ghost %{_libdir}/libjemalloc.so.1
+%attr(755,root,root) %ghost %{_libdir}/libjemalloc.so.1
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libjemalloc.so
 %{_includedir}/jemalloc
-%{_libdir}/libjemalloc.so
 %{_mandir}/man3/jemalloc.3*
 
 %files static
@@ -104,6 +113,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2011/11/06 17:45:23  qboosh
+- pl, cleanup
+
 Revision 1.5  2011/10/31 11:39:17  glen
 - ppc and sparc32 is not supported by upstream either
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jemalloc/jemalloc.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list