automatic update by autodist [release 2.6-1mamba;Mon Oct 27 2014]

This commit is contained in:
Automatic Build System 2024-01-05 18:20:00 +01:00
parent 7cce7d63ad
commit e45de0b792
2 changed files with 28 additions and 29 deletions

View File

@ -1,5 +1,5 @@
# systemtap # systemtap
SystemTap is an instrumentation system for systems running Linux 2.6. SystemTap is an instrumentation system for systems running Linux 2.6.
Developers can write instrumentation to collect data on the operation of the system Developers can write instrumentation to collect data on the operation of the system.

View File

@ -18,7 +18,7 @@
%endif %endif
Name: systemtap Name: systemtap
Version: 2.4 Version: 2.6
Release: 1mamba Release: 1mamba
Summary: instrumentation system Summary: instrumentation system
Group: System/Tools Group: System/Tools
@ -31,32 +31,23 @@ License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: elfutils-devel BuildRequires: elfutils-devel
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libavahi-devel BuildRequires: libavahi-devel
BuildRequires: libcairo-devel
BuildRequires: libcairomm-devel
BuildRequires: libelf-devel BuildRequires: libelf-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libglade-devel
%if %with_grapher
BuildRequires: libglademm-devel
BuildRequires: libgtkmm-devel
%endif
BuildRequires: libglib-devel
BuildRequires: libglibmm-devel
BuildRequires: libgtk-devel
BuildRequires: libnspr-devel BuildRequires: libnspr-devel
BuildRequires: libnss-devel BuildRequires: libnss-devel
BuildRequires: libpango-devel
BuildRequires: libpangomm-devel
BuildRequires: libsigc++2-devel
BuildRequires: libsqlite-devel BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libtirpc-devel
BuildRequires: libvirt-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: perl-HTML-Parser
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
#%if %with_grapher
#BuildRequires: libglademm-devel
#BuildRequires: libgtkmm-devel
#%endif
BuildRequires: libnss-tools BuildRequires: libnss-tools
%if %with_boost %if %with_boost
BuildRequires: libboost-devel BuildRequires: libboost-devel
@ -90,7 +81,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
SystemTap is an instrumentation system for systems running Linux 2.6. SystemTap is an instrumentation system for systems running Linux 2.6.
Developers can write instrumentation to collect data on the operation of the system Developers can write instrumentation to collect data on the operation of the system.
%package client %package client
Group: System/Tools Group: System/Tools
@ -102,9 +93,7 @@ Requires: libnss
Requires: libnss-tools Requires: libnss-tools
%description client %description client
SystemTap client is the client component of an instrumentation SystemTap client is the client component of an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system.
system for systems running Linux 2.6. Developers can write
instrumentation to collect data on the operation of the system.
%if %with_grapher %if %with_grapher
%package grapher %package grapher
@ -129,7 +118,7 @@ Initscript for Systemtap scripts.
Group: System/Tools Group: System/Tools
Summary: Instrumentation System Runtime Summary: Instrumentation System Runtime
Requires: kernelheaders Requires: kernelheaders
Requires: shadow #Requires: shadow
%description runtime %description runtime
SystemTap runtime is the runtime component of an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system. SystemTap runtime is the runtime component of an instrumentation system for systems running Linux 2.6. Developers can write instrumentation to collect data on the operation of the system.
@ -335,16 +324,18 @@ exit 0
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/stap %{_bindir}/stap
%{_bindir}/stap-merge %{_bindir}/stap-merge
%{_bindir}/stapsh
%{_bindir}/stap-prep %{_bindir}/stap-prep
%{_bindir}/stap-report %{_bindir}/stap-report
%ifarch %{ix86} x86_64 %{_bindir}/stapsh
%{_bindir}/stapvirt
%{_libexecdir}/systemtap/HelperSDT.jar %{_libexecdir}/systemtap/HelperSDT.jar
%{_libexecdir}/systemtap/stapbm %{_libexecdir}/systemtap/stapbm
%endif
%ifarch %{ix86} %ifarch %{ix86}
%{_libexecdir}/systemtap/libHelperSDT_i386.so %{_libexecdir}/systemtap/libHelperSDT_i386.so
%endif %endif
%ifarch arm
%{_libexecdir}/systemtap/libHelperSDT_arm.so
%endif
%ifarch x86_64 %ifarch x86_64
%{_libexecdir}/systemtap/libHelperSDT_amd64.so %{_libexecdir}/systemtap/libHelperSDT_amd64.so
%endif %endif
@ -363,12 +354,15 @@ exit 0
%{_datadir}/systemtap/runtime/linux/uprobes2/* %{_datadir}/systemtap/runtime/linux/uprobes2/*
%{_datadir}/systemtap/tapset %{_datadir}/systemtap/tapset
%{_mandir}/man1/stap.1* %{_mandir}/man1/stap.1*
%{_mandir}/man1/stapvirt.1.*
%{_mandir}/man1/stap-merge.1* %{_mandir}/man1/stap-merge.1*
%{_mandir}/man1/stap-prep.1* %{_mandir}/man1/stap-prep.1*
%{_mandir}/man1/stap-report.1* %{_mandir}/man1/stap-report.1*
%{_mandir}/man3/stap*.3stap* %{_mandir}/man3/stap*.3stap*
%{_mandir}/man7/warning::symbols.7stap*
%{_mandir}/man7/stappaths.7* %{_mandir}/man7/stappaths.7*
%{_mandir}/man8/stapsh.8* %{_mandir}/man8/stapsh.8*
%{_mandir}/man8/systemtap.8*
%doc AUTHORS COPYING %doc AUTHORS COPYING
#%files client #%files client
@ -395,7 +389,6 @@ exit 0
%config(noreplace) %{_sysconfdir}/systemtap/config %config(noreplace) %{_sysconfdir}/systemtap/config
%dir %{_localstatedir}/cache/systemtap %dir %{_localstatedir}/cache/systemtap
%dir %{_localstatedir}/run/systemtap %dir %{_localstatedir}/run/systemtap
%doc initscript/README.systemtap
%files runtime %files runtime
%defattr(-,root,root) %defattr(-,root,root)
@ -410,14 +403,14 @@ exit 0
%endif %endif
#%{_mandir}/man8/stap-authorize-server-cert.8.gz #%{_mandir}/man8/stap-authorize-server-cert.8.gz
#%{_mandir}/man8/stap-authorize-signing-cert.8.gz #%{_mandir}/man8/stap-authorize-signing-cert.8.gz
%{_mandir}/man8/staprun.8.gz %{_mandir}/man8/staprun.8*
%files sdt-devel %files sdt-devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/dtrace %{_bindir}/dtrace
%{_includedir}/sys/sdt.h %{_includedir}/sys/sdt.h
%{_includedir}/sys/sdt-config.h %{_includedir}/sys/sdt-config.h
%{_mandir}/man1/dtrace.1.gz %{_mandir}/man1/dtrace.1*
%doc NEWS examples %doc NEWS examples
%if %with_docs %if %with_docs
%doc docs.installed/*.pdf %doc docs.installed/*.pdf
@ -454,6 +447,12 @@ exit 0
%{_datadir}/systemtap/testsuite %{_datadir}/systemtap/testsuite
%changelog %changelog
* Mon Oct 27 2014 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
- automatic update by autodist
* Wed Apr 09 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4-2mamba
- systemtap-runtime: remove requirement for shadow
* Sun Dec 01 2013 Automatic Build System <autodist@mambasoft.it> 2.4-1mamba * Sun Dec 01 2013 Automatic Build System <autodist@mambasoft.it> 2.4-1mamba
- automatic update by autodist - automatic update by autodist