Ismail Dönmez 2016-03-23 08:00:52 +00:00 committed by Git OBS Bridge
parent cf5d75d444
commit f1cee880e0
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7167d6c6e69312187390214c18f5d810f03bd202f61ae0e2be2ddc111c9e7ad4
size 895687
oid sha256:6fa2748f1acdf44d750253e160cf6e2e72571329b42e563b455bde09e9e85173
size 1389081

View File

@ -24,8 +24,8 @@ License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: https://github.com/gperftools/gperftools
Source0: https://github.com/gperftools/gperftools/releases/download/gperftools-%{version}/gperftools-%{version}.tar.gz
Patch12: %{name}_fix_unassigned_malloc_in_unittest.patch
Patch14: %{name}_gcc46.patch
Patch1: %{name}_fix_unassigned_malloc_in_unittest.patch
Patch2: %{name}_gcc46.patch
BuildRequires: autoconf >= 2.59
BuildRequires: automake
BuildRequires: gcc-c++
@ -71,9 +71,9 @@ The gperftools-devel package contains static and debug libraries and header
files for developing applications that use the gperftools package.
%prep
%setup -q -n %{name}-%{name}-%{version}
%patch12 -p1
%patch14 -p1
%setup -q
%patch1 -p1
%patch2 -p1
%build
autoreconf -fi