Add autoconf buildrequires.

This commit is contained in:
William Cohen 2013-07-22 13:19:52 -04:00
parent cca5a3d460
commit 802f1b9f7b
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Summary: Performance Application Programming Interface
Name: papi
Version: 5.1.1
Release: 5%{?dist}
Release: 6%{?dist}
License: BSD
Group: Development/System
URL: http://icl.cs.utk.edu/papi/
@ -12,6 +12,7 @@ Patch210: papi-native-option.patch
Patch211: papi-man.patch
Patch212: papi-shlib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: autoconf
BuildRequires: doxygen
BuildRequires: ncurses-devel
BuildRequires: gcc-gfortran
@ -144,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a
%changelog
* Mon Jul 22 2013 William Cohen <wcohen@redhat.com> - 5.1.1-6
- Add autoconf buildrequires.
* Mon Jul 22 2013 William Cohen <wcohen@redhat.com> - 5.1.1-5
- rhbz986673 - /usr/lib64/libpapi.so is unowned
- Package files in /usr/share/papi only once.