diff --git a/valgrind.spec b/valgrind.spec index 2cddfb05f415093320cdb5f0c1794f4ea68f7751..e208d8cd5fcb472da0e9ca8f939cc618a34db933 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -25,7 +25,7 @@ Name: valgrind Version: 3.22.0 -Release: 3 +Release: 4 Epoch: 1 Summary: An instrumentation framework for building dynamic analysis tools License: GPL-2.0-or-later @@ -95,13 +95,6 @@ LDFLAGS="`echo " %{build_ldflags} " | sed 's/ -Wl,-z,now / / g;'`" pushd %{buildroot}%{_libdir}/valgrind/ rm -f *.supp.in *.a -%if "%{arch_old_val}" != "" -rm -f *-%{arch_old_val}-* || : -for i in *-%{arch_val}-*; do - j=`echo $i | sed 's/-%{arch_val}-/-%{arch_old_val}-/'` - ln -sf ../../lib/valgrind/$j $j -done -%endif popd pushd %{buildroot}%{_includedir}/%{name} @@ -117,9 +110,6 @@ popd %dir %{_libexecdir}/%{name} %{_libexecdir}/valgrind/*[^o] %attr(0755,root,root) %{_libexecdir}/valgrind/vgpreload*-%{arch_val}-*so -%if "%{arch_old_val}" != "" -%{_libdir}/%{name}/*-%{arch_old_val}-* -%endif %files devel %{_includedir}/%{name} @@ -130,6 +120,9 @@ popd %{_mandir}/man1/* %changelog +* Tue Jan 14 2025 Ge Wang - 1:3.22.0-4 +- Remove empty soft link file + * Sun Oct 06 2024 Funda Wang - 1:3.22.0-3 - Use package's own lto option instead of hardcode LTO flags