- Generate papi.spec file for papi-4.0.0.
This commit is contained in:
parent
f758da2a6b
commit
8871456db1
@ -1 +1 @@
|
|||||||
papi-3.7.2.tar.gz
|
papi-4.0.0.tar.gz
|
||||||
|
75
papi.spec
75
papi.spec
@ -1,18 +1,16 @@
|
|||||||
Summary: Performance Application Programming Interface
|
Summary: Performance Application Programming Interface
|
||||||
Name: papi
|
Name: papi
|
||||||
Version: 3.7.2
|
Version: 4.0.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
URL: http://icl.cs.utk.edu/papi/
|
URL: http://icl.cs.utk.edu/papi/
|
||||||
Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz
|
Source0: http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz
|
||||||
Patch1: papi-3.7.2-config.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: kernel-headers >= 2.6.31
|
|
||||||
BuildRequires: gcc-gfortran
|
BuildRequires: gcc-gfortran
|
||||||
|
BuildRequires: kernel-headers >= 2.6.31
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: autoconf
|
|
||||||
#Right now libpfm does not know anything about s390 and will fail
|
#Right now libpfm does not know anything about s390 and will fail
|
||||||
ExcludeArch: s390, s390x
|
ExcludeArch: s390, s390x
|
||||||
|
|
||||||
@ -32,13 +30,10 @@ that uses PAPI.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .header
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd src
|
cd src
|
||||||
autoconf
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make
|
||||||
|
|
||||||
#%check
|
#%check
|
||||||
#cd src
|
#cd src
|
||||||
@ -73,64 +68,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/perfmon
|
%{_includedir}/perfmon
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
|
%doc %{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 10 2009 William Cohen <wcohen@redhat.com> - 3.7.2-3
|
* Wed Jan 13 2010 William Cohen <wcohen@redhat.com> - 4.0.0-1
|
||||||
- Adjust configure.
|
- Generate papi.spec file for papi-4.0.0.
|
||||||
|
|
||||||
* Mon Dec 9 2009 William Cohen <wcohen@redhat.com> - 3.7.2-2
|
|
||||||
- Remove dependency on kernel-devel.
|
|
||||||
|
|
||||||
* Mon Dec 9 2009 William Cohen <wcohen@redhat.com> - 3.7.2-1
|
|
||||||
- Import papi-3.7.2.
|
|
||||||
|
|
||||||
* Thu Nov 19 2009 William Cohen <wcohen@redhat.com> - 3.7.1-4
|
|
||||||
- Exclude s390 and s390x.
|
|
||||||
|
|
||||||
* Mon Nov 16 2009 William Cohen <wcohen@redhat.com> - 3.7.1-3
|
|
||||||
- Adjust configure.
|
|
||||||
|
|
||||||
* Mon Nov 16 2009 William Cohen <wcohen@redhat.com> - 3.7.1-2
|
|
||||||
- Bump version.
|
|
||||||
|
|
||||||
* Mon Nov 16 2009 William Cohen <wcohen@redhat.com> - 3.7.1-1
|
|
||||||
- Import papi-3.7.1.
|
|
||||||
|
|
||||||
* Mon Oct 26 2009 William Cohen <wcohen@redhat.com> - 3.7.0-11
|
|
||||||
- Add distro to release.
|
|
||||||
|
|
||||||
* Fri Oct 09 2009 William Cohen <wcohen@redhat.com> - 3.7.0-10
|
|
||||||
- Eliminate the papi-static subpackage.
|
|
||||||
|
|
||||||
* Fri Oct 09 2009 Richard W.M. Jones <rjones@redhat.com> - 3.7.0-9
|
|
||||||
- Fix defattr definitions.
|
|
||||||
|
|
||||||
* Fri Oct 09 2009 Richard W.M. Jones <rjones@redhat.com> - 3.7.0-8
|
|
||||||
- Fix URL and Source0.
|
|
||||||
- Grammatical corrections to the description sections.
|
|
||||||
- Remove RPATHs from shared libraries.
|
|
||||||
- RPM shouldn't own directories.
|
|
||||||
- Add soname patch so soname is libpapi.so.3.
|
|
||||||
- Add exit patch so library doesn't call exit directly.
|
|
||||||
|
|
||||||
* Thu Oct 01 2009 William Cohen <wcohen@redhat.com> - 3.7.0-7
|
|
||||||
- URL point to place to get download of release.
|
|
||||||
- Requires for -devel RPM.
|
|
||||||
|
|
||||||
* Tue Sep 29 2009 William Cohen <wcohen@redhat.com> - 3.7.0-6
|
|
||||||
- Remove the check section from the spec file.
|
|
||||||
|
|
||||||
* Tue Sep 29 2009 William Cohen <wcohen@redhat.com> - 3.7.0-5
|
|
||||||
- Compile x86_cache_info.c only on x86 machines.
|
|
||||||
|
|
||||||
* Fri Sep 25 2009 William Cohen <wcohen@redhat.com> - 3.7.0-4
|
|
||||||
- Add patch for multiplex.c.
|
|
||||||
|
|
||||||
* Thu Sep 24 2009 William Cohen <wcohen@redhat.com> - 3.7.0-3
|
|
||||||
- Add testing for C and Fortran.
|
|
||||||
|
|
||||||
* Thu Sep 24 2009 William Cohen <wcohen@redhat.com> - 3.7.0-2
|
|
||||||
- Split out the static libraries into separate sub package.
|
|
||||||
|
|
||||||
* Wed Sep 23 2009 William Cohen <wcohen@redhat.com> - 3.7.0-1
|
|
||||||
- Initial build.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user