- Avoid pulling in the example ELF executable into /usr/share. (#198001)
- Mark man pages as documentation.
This commit is contained in:
parent
b47955ba40
commit
3d37ffcbff
@ -1,5 +1,5 @@
|
|||||||
%define DATE 060621
|
%define DATE 060621
|
||||||
%define libpfm_release 7
|
%define libpfm_release 8
|
||||||
Summary: a performance monitoring library for Linux/ia64
|
Summary: a performance monitoring library for Linux/ia64
|
||||||
Name: libpfm
|
Name: libpfm
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
@ -63,12 +63,15 @@ rm -rf %{buildroot}
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README
|
%doc README
|
||||||
%doc examples/*
|
%doc %{_mandir}/man3/*
|
||||||
%{_prefix}/lib/libpfm.a
|
%{_prefix}/lib/libpfm.a
|
||||||
%{_prefix}/include/*
|
%{_prefix}/include/*
|
||||||
%{_mandir}/man3/*
|
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jun 27 2006 Will Cohen <wcohen@redhat.com>
|
||||||
- Add ncurses requires.
|
- Add ncurses requires.
|
||||||
- Add ncurses-devel buildprereq.
|
- Add ncurses-devel buildprereq.
|
||||||
|
Loading…
Reference in New Issue
Block a user