SPECS: systemtap.spec - pl

qboosh qboosh at pld-linux.org
Wed Nov 29 00:17:05 CET 2006


Author: qboosh                       Date: Tue Nov 28 23:17:05 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

---- Files affected:
SPECS:
   systemtap.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/systemtap.spec
diff -u SPECS/systemtap.spec:1.2 SPECS/systemtap.spec:1.3
--- SPECS/systemtap.spec:1.2	Thu Nov 16 13:34:07 2006
+++ SPECS/systemtap.spec	Wed Nov 29 00:17:00 2006
@@ -1,17 +1,17 @@
 # $Revision$, $Date$
 # TODO:
 # - fix --as-needed build
-%define       filterout_ld    -Wl,--as-needed
 %define	snap	20061111
 Summary:	Instrumentation System
+Summary(pl):	System oprzyrządowania
 Name:		systemtap
 Version:	0.5.11
 Release:	0.%{snap}.1
 License:	GPL
 Group:		Base
-URL:		http://sourceware.org/systemtap/
 Source0:	ftp://sourceware.org/pub/systemtap/snapshots/%{name}-%{snap}.tar.bz2
 # Source0-md5:	fea372489a6db07592846f2be1c386f0
+URL:		http://sourceware.org/systemtap/
 BuildRequires:	elfutils-devel
 BuildRequires:	glib2-devel
 BuildRequires:	mysql-devel
@@ -19,11 +19,18 @@
 Requires:	make
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		filterout_ld	-Wl,--as-needed
+
 %description
 SystemTap is an instrumentation system for systems running Linux 2.6.
 Developers can write instrumentation to collect data on the operation
 of the system.
 
+%description -l pl
+SystemTap to system oprzyrządowania dla systemów opartych na Linuksie
+2.6. Programiści mogą pisać narzędzia do zbierania danych dotyczących
+operacji w systemie.
+
 %prep
 %setup -q -c
 
@@ -34,9 +41,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd src
 
-%{__make} install \
+%{__make} -C src install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT/var/cache/systemtap
@@ -59,9 +65,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/11/28 23:17:00  qboosh
+- pl
+
 Revision 1.2  2006/11/16 12:34:07  arekm
 - proper version
 
 Revision 1.1  2006/11/16 12:25:53  arekm
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/systemtap.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list