automatic version update by autodist [release 3.17.0-1mamba;Mon Mar 22 2021]
This commit is contained in:
parent
c8ca3f31af
commit
305fa629e0
@ -1,14 +1,14 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: valgrind
|
||||
Version: 3.16.1
|
||||
Version: 3.17.0
|
||||
Release: 1mamba
|
||||
Summary: Valgrind Memory Debugger
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://valgrind.org/
|
||||
URL: https://valgrind.org/
|
||||
Source: ftp://sourceware.org/pub/valgrind/valgrind-%{version}.tar.bz2
|
||||
Patch0: %{name}-3.7.0-x86_64-fix-gcc-detection.patch
|
||||
Patch1: %{name}-3.7.0-glibc-2.15.patch
|
||||
@ -21,7 +21,6 @@ BuildRequires: perl-devel
|
||||
#BuildRequires: libmpi-devel
|
||||
BuildRequires: perl >= %perl_major_ver
|
||||
BuildRequires: gdb >= 6.3
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
|
||||
%description
|
||||
Valgrind is a GPL'd system for debugging and profiling x86-Linux programs.
|
||||
@ -101,13 +100,8 @@ mv -f %{buildroot}%{_defaultdocdir}/%{name} \
|
||||
%{_bindir}/vgdb
|
||||
%dir %{_libdir}/valgrind
|
||||
%{_libdir}/valgrind/*
|
||||
%ifarch x86_64
|
||||
%dir %{_libexecdir}/valgrind
|
||||
%{_libexecdir}/valgrind/dh_view.*
|
||||
%else
|
||||
%dir %{_prefix}/libexec/valgrind
|
||||
%{_prefix}/libexec/valgrind/dh_view.*
|
||||
%endif
|
||||
%{_libexecdir}/valgrind/*
|
||||
%{_mandir}/man1/valgrind.*
|
||||
%{_mandir}/man1/callgrind_*.1*
|
||||
%{_mandir}/man1/cg_annotate.1*
|
||||
@ -129,6 +123,9 @@ mv -f %{buildroot}%{_defaultdocdir}/%{name} \
|
||||
%doc FAQ.txt NEWS README*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 3.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.16.1-1mamba
|
||||
- update to 3.16.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user