]> git.pld-linux.org Git - packages/systemtap.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Nov 2006 23:17:00 +0000 (23:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemtap.spec -> 1.3

systemtap.spec

index 499071ca9b54110ebb325c98e8e40b7863dd25a2..83a929b38503734b9bdda5fc71ea4048cd884b01 100644 (file)
@@ -1,16 +1,16 @@
 # 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
@@ -18,11 +18,18 @@ Requires:   gcc
 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
 
@@ -33,9 +40,8 @@ cd src
 
 %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
This page took 0.035786 seconds and 4 git commands to generate.