rpms/papi/devel papi.spec,1.5,1.6

William Eden Cohen wcohen at fedoraproject.org
Thu Nov 19 16:32:54 UTC 2009


Author: wcohen

Update of /cvs/pkgs/rpms/papi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14392

Modified Files:
	papi.spec 
Log Message:
Exclude s390 and s390x.



Index: papi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/papi/devel/papi.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- papi.spec	16 Nov 2009 15:32:46 -0000	1.5
+++ papi.spec	19 Nov 2009 16:32:53 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: Performance Application Programming Interface
 Name: papi
 Version: 3.7.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: Development/System
 URL: http://icl.cs.utk.edu/papi/
@@ -11,6 +11,8 @@ BuildRequires: ncurses-devel
 BuildRequires: gcc-gfortran
 BuildRequires: kernel-devel >= 2.6.31
 BuildRequires: chrpath
+#Right now libpfm does not know anything about s390 and will fail
+ExcludeArch: s390, s390x
 
 %description
 PAPI provides a programmer interface to monitor the performance of
@@ -70,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 19 2009 William Cohen <wcohen at redhat.com> - 3.7.1-4
+- Exclude s390 and s390x.
+
 * Mon Nov 16 2009 William Cohen <wcohen at redhat.com> - 3.7.1-3
 - Adjust configure.
 




More information about the scm-commits mailing list