- Avoid pulling in the example ELF executable into /usr/share. (#198001)

- Mark man pages as documentation.
This commit is contained in:
William Eden Cohen 2006-07-08 19:19:00 +00:00
parent b47955ba40
commit 3d37ffcbff

View File

@ -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 <wcohen@redhat.com>
- Avoid pulling in the example ELF executable into /usr/share. (#198001)
- Mark man pages as documentation.
* Tue Jun 27 2006 Will Cohen <wcohen@redhat.com>
- Add ncurses requires.
- Add ncurses-devel buildprereq.