rpms/libpfm/devel libpfm.spec,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Jul 8 19:19:03 UTC 2006


Author: wcohen

Update of /cvs/dist/rpms/libpfm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7328

Modified Files:
	libpfm.spec 
Log Message:
- Avoid pulling in the example ELF executable into /usr/share. (#198001)
- Mark man pages as documentation.




Index: libpfm.spec
===================================================================
RCS file: /cvs/dist/rpms/libpfm/devel/libpfm.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libpfm.spec	27 Jun 2006 16:34:03 -0000	1.15
+++ libpfm.spec	8 Jul 2006 19:19:00 -0000	1.16
@@ -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 @@
 %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 at 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 at redhat.com>
 - Add ncurses requires.
 - Add ncurses-devel buildprereq.




More information about the fedora-cvs-commits mailing list