From d861d8fab91f4bfe9afd22f6d5a3c092159d9a59 Mon Sep 17 00:00:00 2001 From: D Haley Date: Jul 18 2018 01:55:35 +0000 Subject: * Fix incorrectly specified patch * Fix RPMlint warnings --- diff --git a/stxxl.spec b/stxxl.spec index 619ee86..da1fc35 100644 --- a/stxxl.spec +++ b/stxxl.spec @@ -11,7 +11,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz #Disable static library compilation, enable shared Patch0: %{name}_%{version}-build_shared.patch #Fix compilation, where ctime conflichts with sys/time -Patch1: %{name}_%{version}-ctime_conflict.patch +Patch1: %{name}_%{version}-ctime_conflict.patch #Fix noexecpt warnings, using upstream commit Patch2: %{name}_%{version}-6cf18ce60f-fix-noexcept.patch @@ -39,8 +39,8 @@ Summary: HTML documentation and tutorial for the %{name} applications BuildArch: noarch -BuildRequires: gcc -BuildRequires: gcc-c++ +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: cmake, doxygen, graphviz, ghostscript %description doc @@ -51,6 +51,7 @@ package. %setup -q %patch0 %patch1 +%patch2 #Change the install directory for libraries to that # required by current arch