Author: lisu Date: Tue May 17 09:32:15 2011 GMT Module: packages Tag: HEAD ---- Log message: - more verbose files - packaged stapgraph binary - proper %%doc
---- Files affected: packages/systemtap: systemtap.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: packages/systemtap/systemtap.spec diff -u packages/systemtap/systemtap.spec:1.13 packages/systemtap/systemtap.spec:1.14 --- packages/systemtap/systemtap.spec:1.13 Tue May 17 11:20:55 2011 +++ packages/systemtap/systemtap.spec Tue May 17 11:32:10 2011 @@ -4,7 +4,7 @@ Name: systemtap Version: 1.4 Release: 0.1 -License: GPL +License: GPL v2+ Group: Base Source0: http://sources.redhat.com/systemtap/ftp/releases/%{name}-%{version}.tar.gz # Source0-md5: c5c9c2087c2aa0459b90e690a5ca95d0 @@ -53,16 +53,21 @@ %files %defattr(644,root,root,755) -%doc {README,AUTHORS,NEWS,COPYING} +%doc AUTHORS HACKING NEWS README* %doc %{_docdir} %attr(755,root,root) %{_bindir}/stap -%attr(755,root,root) %{_bindir}/stap-* +%attr(755,root,root) %{_bindir}/stap-merge +%attr(755,root,root) %{_bindir}/stap-report +%attr(755,root,root) %{_bindir}/stapgraph %attr(755,root,root) %{_bindir}/staprun %attr(755,root,root) %{_bindir}/dtrace %{_datadir}/%{name} %{_libexecdir}/%{name} %dir /var/cache/%{name} -%{_mandir}/man*/* +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* +%{_mandir}/man7/*.7* +%{_mandir}/man8/*.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -70,6 +75,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2011/05/17 09:32:10 lisu +- more verbose files +- packaged stapgraph binary +- proper %%doc + Revision 1.13 2011/05/17 09:20:55 lisu - fixed build and linking (patch) - dropped redundant Rs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/systemtap/systemtap.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
