Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
systemtap-docs
systemtap-docs.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File systemtap-docs.spec of Package systemtap-docs
# # spec file for package systemtap-docs (Version 1.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: systemtap-docs BuildRequires: gcc-c++ libebl-devel pkg-config # for documents BuildRequires: xmlto %if %suse_version > 1030 BuildRequires: fop BuildRequires: latex2html %endif %define use_snapshot 0 License: GPLv2+ Version: 1.0 Release: 1.<RELEASE1> Summary: Documents and examples for systemtap Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/ %if %use_snapshot %define package_version 20090214 %else %define package_version %{version} %endif Source: ftp://sources.redhat.com/pub/systemtap/snapshots/systemtap-%{package_version}.tar.bz2 Patch: systemtap-docdir-fix.diff # Patch2: systemtap-ioblock-suse-kernel-fix.diff Patch3: systemtap-xmlto-fop.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description SystemTap is an instrumentation system for systems running Linux 2.6. This package contains the documents and examples for systemtap. Authors: -------- Frank Ch. Eigler <fche@redhat.com> Graydon Hoare <graydon@redhat.com> Martin Hunt <hunt@redhat.com> Tom Zanussi <zanussi@us.ibm.com> %prep %if %use_snapshot %setup -n src -q %else %setup -n systemtap-%{package_version} -q %endif %patch -p1 # %patch2 %if %suse_version > 1030 %patch3 -p1 %endif %build autoreconf -fi %configure make %{?jobs:-j %jobs} %install %if %suse_version < 1030 # workaround for old autoconf export MKDIR_P="mkdir -p" %endif %makeinstall doc cp README AUTHORS NEWS COPYING $RPM_BUILD_ROOT%{_docdir}/systemtap/ # remove binaries and runtime stuff rm -rf $RPM_BUILD_ROOT%{_bindir} rm -rf $RPM_BUILD_ROOT%{_libexecdir} rm -rf $RPM_BUILD_ROOT%{_datadir}/systemtap rm -rf $RPM_BUILD_ROOT%{_includedir} # these man pages are in each sub package rm -rf $RPM_BUILD_ROOT%{_mandir}/man1 rm -rf $RPM_BUILD_ROOT%{_mandir}/man8 %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) %doc %{_docdir}/systemtap %{_mandir}/man3/* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor