[papi] * Wed Nov 02 2011 William Cohen <wcohen at redhat.com> - 4.2.0-3 - Remove unwanted man1/*.c.1 files. (r

William Eden Cohen wcohen at fedoraproject.org
Wed Nov 2 15:27:41 UTC 2011


commit a97ce2074c28a9b5d699e4320cd1a16a1aada433
Author: William Cohen <wcohen at redhat.com>
Date:   Wed Nov 2 11:27:04 2011 -0400

    * Wed Nov 02 2011 William Cohen <wcohen at redhat.com> - 4.2.0-3
    - Remove unwanted man1/*.c.1 files. (rhbz749725)

 papi-4.2.0-1.fc17.src.rpm |  Bin 4135564 -> 0 bytes
 papi.spec                 |    7 ++++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/papi.spec b/papi.spec
index 990f431..6517205 100644
--- a/papi.spec
+++ b/papi.spec
@@ -1,7 +1,7 @@
 Summary: Performance Application Programming Interface
 Name: papi
 Version: 4.2.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Development/System
 URL: http://icl.cs.utk.edu/papi/
@@ -73,6 +73,8 @@ cd src
 make DESTDIR=$RPM_BUILD_ROOT install
 
 chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so*
+#hack to get rid of unwanted man1/
+rm $RPM_BUILD_ROOT/%{_mandir}/man1/*.c.1
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.a
 
 %changelog
+* Wed Nov 02 2011 William Cohen <wcohen at redhat.com> - 4.2.0-3
+- Remove unwanted man1/*.c.1 files. (rhbz749725)
+
 * Mon Oct 31 2011 William Cohen <wcohen at redhat.com> - 4.2.0-2
 - Include appropirate man pages with papi rpm. (rhbz749725)
 - Rebase to papi-4.2.0, fixup for coretemp component. (rhbz746851)


More information about the scm-commits mailing list