From 3d37ffcbffa7fdbd9bb3f71df41830e942d93f21 Mon Sep 17 00:00:00 2001 From: William Eden Cohen Date: Sat, 8 Jul 2006 19:19:00 +0000 Subject: [PATCH] - Avoid pulling in the example ELF executable into /usr/share. (#198001) - Mark man pages as documentation. --- libpfm.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libpfm.spec b/libpfm.spec index aab21a1..6fb0230 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -1,5 +1,5 @@ %define DATE 060621 -%define libpfm_release 7 +%define libpfm_release 8 Summary: a performance monitoring library for Linux/ia64 Name: libpfm Version: 3.2 @@ -63,12 +63,15 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) %doc README -%doc examples/* +%doc %{_mandir}/man3/* %{_prefix}/lib/libpfm.a %{_prefix}/include/* -%{_mandir}/man3/* %changelog +* Sat Jul 8 2006 Will Cohen +- Avoid pulling in the example ELF executable into /usr/share. (#198001) +- Mark man pages as documentation. + * Tue Jun 27 2006 Will Cohen - Add ncurses requires. - Add ncurses-devel buildprereq.