diff --git a/systemtap-docs.changes b/systemtap-docs.changes index 2b5beb8..20e8644 100644 --- a/systemtap-docs.changes +++ b/systemtap-docs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 22 09:38:19 CEST 2009 - tiwai@suse.de + +- add missing examples installation in docs subpackage + ------------------------------------------------------------------- Wed May 20 13:02:00 CEST 2009 - tiwai@suse.de diff --git a/systemtap-docs.spec b/systemtap-docs.spec index 4121eb6..32c1b19 100644 --- a/systemtap-docs.spec +++ b/systemtap-docs.spec @@ -29,7 +29,7 @@ BuildRequires: latex2html %define use_snapshot 0 License: GPL v2 or later Version: 0.9.7 -Release: 1 +Release: 2 Summary: Instrumentation System Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/ @@ -73,15 +73,23 @@ Authors: %build autoreconf -fi %configure -make -C doc %{?jobs:-j %jobs} +make %{?jobs:-j %jobs} %install %if %suse_version < 1030 # workaround for old autoconf export MKDIR_P="mkdir -p" %endif -%makeinstall -C doc +%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%{_libdir} +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} @@ -92,6 +100,8 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Fri May 22 2009 tiwai@suse.de +- add missing examples installation in docs subpackage * Wed May 20 2009 tiwai@suse.de - split docs and examples to docs subpackage and generate from its own spec file to cut off the dependency loop diff --git a/systemtap.spec b/systemtap.spec index 8acd9cd..c32e4b1 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -24,7 +24,7 @@ BuildRequires: mozilla-nspr-devel mozilla-nss-devel %define use_snapshot 0 License: GPL v2 or later Version: 0.9.7 -Release: 3 +Release: 4 Summary: Documents and examples for systemtap Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/