fix broken requires on devel package

This commit is contained in:
Tom Callaway 2012-02-16 12:06:22 -05:00
parent 7d15d39802
commit 17578e4d23
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: gperftools
Version: 2.0
Release: 3%{?dist}
Release: 4%{?dist}
License: BSD
Group: Development/Tools
Summary: Very fast malloc and performance analysis tools
@ -23,7 +23,7 @@ a heap profiler, and a cpu-profiler.
%package devel
Summary: Development libraries and headers for gperftools
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Provides: google-perftools-devel = %{version}-%{release}
Obsoletes: google-perftools-devel < 2.0
@ -102,6 +102,9 @@ rm -rf %{buildroot}%{_docdir}/%{name}-%{version}/INSTALL
%{_libdir}/*.so.*
%changelog
* Thu Feb 16 2012 Tom Callaway <spot@fedoraproject.org> - 2.0-4
- fix bug in -devel Requires
* Tue Feb 14 2012 Tom Callaway <spot@fedoraproject.org> - 2.0-3
- pprof doesn't actually need gperftools-libs