packages: systemtap/systemtap.spec - fixed build and linking (patch) - drop...
lisu
lisu at pld-linux.org
Tue May 17 11:21:00 CEST 2011
Author: lisu Date: Tue May 17 09:21:00 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed build and linking (patch)
- dropped redundant Rs
- run autotools
---- Files affected:
packages/systemtap:
systemtap.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: packages/systemtap/systemtap.spec
diff -u packages/systemtap/systemtap.spec:1.12 packages/systemtap/systemtap.spec:1.13
--- packages/systemtap/systemtap.spec:1.12 Tue May 17 10:02:37 2011
+++ packages/systemtap/systemtap.spec Tue May 17 11:20:55 2011
@@ -8,15 +8,13 @@
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
@@ -30,10 +28,16 @@
operacji w systemie.
%prep
-%setup -q
+%setup -q
+%patch0 -p1
%build
-%configure
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --disable-silent-rules
%{__make}
%install
@@ -66,6 +70,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2011/05/17 09:20:55 lisu
+- fixed build and linking (patch)
+- dropped redundant Rs
+- run autotools
+
Revision 1.12 2011/05/17 08:02:37 lisu
- updated to 1.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemtap/systemtap.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list