From 4fb6bc0ebf1e6de0f3b326cc5172d4ec8e3cc0bb Mon Sep 17 00:00:00 2001 From: Joe Schmitt <1146681+schmittjoseph@users.noreply.github.com> Date: Thu, 7 Jan 2021 16:04:41 -0800 Subject: [PATCH] [dev] Provide valgrind-devel (#520) --- SPECS/valgrind/valgrind.spec | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/SPECS/valgrind/valgrind.spec b/SPECS/valgrind/valgrind.spec index d39ad2597c..d30d0056ad 100644 --- a/SPECS/valgrind/valgrind.spec +++ b/SPECS/valgrind/valgrind.spec @@ -2,15 +2,15 @@ Summary: Memory Management Debugger. Name: valgrind Version: 3.15.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ -URL: https://valgrind.org -Group: Development/Debuggers -Source0: https://sourceware.org/pub/%{name}/%{name}-%{version}.tar.bz2 - Vendor: Microsoft Corporation Distribution: Mariner +Group: Development/Debuggers +URL: https://valgrind.org +Source0: https://sourceware.org/pub/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: pkg-config +Provides: %{name}-devel = %{version}-%{release} %description Valgrind is a GPL'd system for debugging and profiling Linux programs. With @@ -20,7 +20,7 @@ more stable. You can also perform detailed profiling to help speed up your programs. %prep -%setup -q -n %{name}-%{version} +%setup -q %build CFLAGS="`echo " %{build_cflags} " | sed 's/-fstack-protector-strong//'`" @@ -42,23 +42,33 @@ make %{?_smp_mflags} -k check %{_libdir}/valgrind %{_libdir}/pkgconfig/* %{_mandir}/*/* -%{_datadir}/doc/valgrind/* +%{_docdir}/valgrind/* %{_libexecdir}/valgrind/* %changelog -* Mon Jun 01 2020 Henry Beberman - 3.15.0-3 -- Fix compilation by disabling -fstack-protector-strong +* Thu Jan 07 2021 Joe Schmitt - 3.15.0-4 +- Provide valgrind-devel. + +* Mon Jun 01 2020 Henry Beberman - 3.15.0-3 +- Fix compilation by disabling -fstack-protector-strong + * Sat May 09 00:21:13 PST 2020 Nick Samson - 3.15.0-2 - Added %%license line automaticall + * Wed Mar 18 2020 Henry Beberman 3.15.0-1 - Update to 3.15.0. Fix Source0 URL. Removed patch fixed upstream. License verified. + * Tue Sep 03 2019 Mateusz Malisz 3.13.0-2 - Initial CBL-Mariner import from Photon (license: Apache2). + * Wed Sep 12 2018 Anish Swaminathan 3.13.0-1 - Update to version 3.13.0 + * Tue Sep 19 2017 Bo Gan 3.12.0-2 - Fix make check issue + * Wed Apr 05 2017 Xiaolin Li 3.12.0-1 - Updated to version 3.12.0. + * Fri Aug 05 2016 Kumar Kaushik 3.11.0-1 - Initial Build.