packages: systemtap/systemtap.spec - up to 0.9.8 - removed (unnecessary?) a...

matik matik at pld-linux.org
Wed Jul 15 11:49:26 CEST 2009


Author: matik                        Date: Wed Jul 15 09:49:26 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.9.8
- removed (unnecessary?) as-needed patch
- to be useful requires kernel debug symbols at run-time
- it also requires some files (at least include/config/auto.conf) which are
  nowhere to be found in stock kernel packages
- rel 0.1

---- Files affected:
packages/systemtap:
   systemtap.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/systemtap/systemtap.spec
diff -u packages/systemtap/systemtap.spec:1.9 packages/systemtap/systemtap.spec:1.10
--- packages/systemtap/systemtap.spec:1.9	Sun Nov 18 14:51:38 2007
+++ packages/systemtap/systemtap.spec	Wed Jul 15 11:49:21 2009
@@ -1,15 +1,13 @@
 # $Revision$, $Date$
-%define	snap	20061111
 Summary:	Instrumentation System
 Summary(pl.UTF-8):	System oprzyrządowania
 Name:		systemtap
-Version:	0.5.11
-Release:	0.%{snap}.3
+Version:	0.9.8
+Release:	0.1
 License:	GPL
 Group:		Base
-Source0:	ftp://sourceware.org/pub/systemtap/snapshots/%{name}-%{snap}.tar.bz2
-# Source0-md5:	fea372489a6db07592846f2be1c386f0
-Patch0:		%{name}-as-needed.patch
+Source0:	http://sources.redhat.com/systemtap/ftp/releases/%{name}-%{version}.tar.gz
+# Source0-md5:	42128f0d5a92cc23b1565b829fed3b6f
 URL:		http://sourceware.org/systemtap/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -32,40 +30,31 @@
 operacji w systemie.
 
 %prep
-%setup -q -c
-%patch0 -p1
-
-sed -i -e 's#-Werror##g' src/Makefile.am
+%setup -q 
 
 %build
-cd src
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C src install \
+%{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/var/cache/systemtap
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+install -d $RPM_BUILD_ROOT/var/cache/%{name}
 
 %files
 %defattr(644,root,root,755)
-%doc src/{README,AUTHORS,NEWS,COPYING}
-%attr(755,root,root) %{_bindir}/lket-b2a
+%doc {README,AUTHORS,NEWS,COPYING}
+%doc %{_docdir}
 %attr(755,root,root) %{_bindir}/stap
+%attr(755,root,root) %{_bindir}/stap-*
 %attr(755,root,root) %{_bindir}/staprun
-%{_libexecdir}/systemtap
-%{_datadir}/systemtap
-%dir /var/cache/systemtap
+%attr(755,root,root) %{_bindir}/dtrace
+%{_datadir}/%{name}
+%{_libexecdir}/%{name}
+%dir /var/cache/%{name}
 %{_mandir}/man*/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -74,6 +63,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2009/07/15 09:49:21  matik
+- up to 0.9.8
+- removed (unnecessary?) as-needed patch
+- to be useful requires kernel debug symbols at run-time
+- it also requires some files (at least include/config/auto.conf) which are
+  nowhere to be found in stock kernel packages
+- rel 0.1
+
 Revision 1.9  2007/11/18 13:51:38  arekm
 - disable Werror; rel .3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemtap/systemtap.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list