]> git.pld-linux.org Git - packages/systemtap.git/commitdiff
- fixed build and linking (patch)
authorlisu <lisu@pld-linux.org>
Tue, 17 May 2011 09:20:55 +0000 (09:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped redundant Rs
- run autotools

Changed files:
    systemtap.spec -> 1.13

systemtap.spec

index 8953120f9090cef3237cb7d494165fba03a6ed33..cc6bfa48484c8c60d568eb80f6b136a9a33fe65f 100644 (file)
@@ -7,15 +7,13 @@ License:      GPL
 Group:         Base
 Source0:       http://sources.redhat.com/systemtap/ftp/releases/%{name}-%{version}.tar.gz
 # Source0-md5: c5c9c2087c2aa0459b90e690a5ca95d0
+Patch0:                %{name}-configure.patch
 URL:           http://sourceware.org/systemtap/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: elfutils-devel
 BuildRequires: glib2-devel
-BuildRequires: libtool
 BuildRequires: mysql-devel
-Requires:      gcc
-Requires:      make
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,10 +27,16 @@ SystemTap to system oprzyrządowania dla systemów opartych na Linuksie
 operacji w systemie.
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p1
 
 %build
-%configure
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+       --disable-silent-rules
 %{__make}
 
 %install
This page took 0.105435 seconds and 4 git commands to generate.